[mythtv-users] Build Errors on Mandriva 2009.1

Jared McIntyre jmcintyre at dfsoftware.com
Tue Jun 16 17:22:05 UTC 2009


I am trying to build 21 fixes on a fresh install of Mandriva 2009.1.  
I'm receiving several errors when building the upnp lib that look like  
I'm missing some headers. Unfortunately it looks like the build is  
trying to use qt4, which is probably the problem. Anyone have an idea  
on how to get around this? qt3-common is installed on the sustem, but  
I couldn't find any specific devel packages.

Here are the errors:

make[2]: Entering directory `mythtv-release-0-21-fixes/mythtv/libs/ 
libmythupnp'
sh -c echo 'const char *myth_source_version =' '"'`(svnversion /mythtv- 
release-0-21-fixes/mythtv 2>/dev/null) || echo Unknown`'";'  
 > .vers.new ; sh -c echo 'const char *myth_source_path =' '"'`echo : http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythtv/version.pro 
   | sed -e 's,.*/svn/,,' -e 's,/mythtv/version\.pro.*,,'`'";'  
 >> .vers.new ; sh -c echo 'const char *myth_binary_version =' '"";'  
 >> .vers.new ; sh -c diff .vers.new version.cpp > .vers.diff 2>&1 ;  
if test -s .vers.diff ; then mv -f .vers.new version.cpp ; fi ; rm - 
f .vers.new .vers.diff
g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno- 
switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor - 
D__STDC_CONSTANT_MACROS -D_REENTRANT -DPIC -fPIC -DMMX -Di386 - 
D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB - 
DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/ 
lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/ 
include -I/usr/local/include -I/usr/include -I../libmyth -I../.. -I. - 
I. -o version.o version.cpp
g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno- 
switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor - 
D__STDC_CONSTANT_MACROS -D_REENTRANT -DPIC -fPIC -DMMX -Di386 - 
D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB - 
DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/ 
lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/ 
include -I/usr/local/include -I/usr/include -I../libmyth -I../.. -I. - 
I. -o httprequest.o httprequest.cpp
In file included from httprequest.cpp:11:
httprequest.h:15:22: error: qptrlist.h: No such file or directory
httprequest.h:19:21: error: qsocket.h: No such file or directory
In file included from httprequest.h:21,
                  from httprequest.cpp:11:
bufferedsocketdevice.h:15:27: error: qsocketdevice.h: No such file or  
directory
bufferedsocketdevice.h:18:33: error: private/qinternal_p.h: No such  
file or directory
In file included from httprequest.cpp:38:
../libmyth/mythcontext.h:13:23: error: qnetwork.h: No such file or  
directory
In file included from ../libmyth/mythobservable.h:6,
                  from ../libmyth/mythcontext.h:22,
                  from httprequest.cpp:38:
../libmyth/mythevent.h:7:23: error: qdeepcopy.h: No such file or  
directory
In file included from upnp.h:17,
                  from httprequest.cpp:39:
configuration.h:14:18: error: qdom.h: No such file or directory
In file included from upnp.h:25,
                  from httprequest.cpp:39:
httpserver.h:24:27: error: qserversocket.h: No such file or directory
In file included from ssdp.h:21,
                  from upnp.h:26,
                  from httprequest.cpp:39:
ssdpcache.h:17:19: error: qdict.h: No such file or directory
In file included from httprequest.h:20,
                  from httprequest.cpp:11:
upnputil.h:44: error: expected template-name before ‘<’ token
upnputil.h:44: error: expected `{' before ‘<’ token
upnputil.h:44: error: expected unqualified-id before ‘<’ token
make[2]: *** [httprequest.o] Error 1
make[2]: Leaving directory `/mythtv-release-0-21-fixes/mythtv/libs/ 
libmythupnp'
make[1]: *** [sub-libmythupnp-make_default-ordered] Error 2
make[1]: Leaving directory `/mythtv-release-0-21-fixes/mythtv/libs'
make: *** [sub-libs-make_default-ordered] Error 2



More information about the mythtv-users mailing list