Changes between Initial Version and Version 3 of Ticket #8572


Ignore:
Timestamp:
Jun 21, 2010, 2:39:46 AM (14 years ago)
Author:
sphery
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8572 – Description

    initial v3  
    22
    33Since then, both trunk (25125) and 0.23-fixes are failing to build, as follows:
    4 
     4{{{
    55make[2]: Entering directory `/home/local/src/mythtv/trunk/mythtv/libs/libmythupnp'
    66ccache g++ -c -pipe -fomit-frame-pointer -O3 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include -I/usr -I../libmythdb -I.. -I. -o upnpcmgr.o upnpcmgr.cpp
     
    2626make[1]: Leaving directory `/home/local/src/mythtv/trunk/mythtv/libs'
    2727make: *** [sub-libs-make_default-ordered] Error 2
    28 
    29 
     28}}}
    3029I'm guessing the failure is related to the use of Qt 4.7.0 beta (4:4.7.0~beta1+git20100522-0ubuntu1~lucid1~ppa1).
    31