
santellij at yahoo
Feb 20, 2003, 5:01 PM
Post #1 of 3
(1055 views)
Permalink
|
|
NuppelVideoPlayer compile error
|
|
I think I have all of the things that I need to get mythTV up in running but am having a hard time compiling the SRC(mythtv-0.7). I am stuck on the following error (see below). I'm running RH8.0. Some of the things I've seen to check for similar errors are lame and xmltv: [root [at] linux mythtv-0.7]# rpm -qa lame-3.93.1-fr1 lame-devel-3.93.1-fr1 ... xmltv-0.5.8-0at13 I think I have them both. Any advice? thanks, josh make[2]: Leaving directory `/root/mythtv-0.7/libs/libmyth' cd libNuppelVideo && make -f Makefile make[2]: Entering directory `/root/mythtv-0.7/libs/libNuppelVideo' g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -fno-rtti -fno-exceptions `freetype-config --cflags` -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I.. -I/usr/lib/qt3/include -I/usr/lib/qt3/mkspecs/default -o NuppelVideoPlayer.o NuppelVideoPlayer.cpp cc1plus: warning: changing search order for system directory "/usr/local/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from NuppelVideoPlayer.cpp:19: XJ.h:4:22: X11/Xlib.h: No such file or directory XJ.h:5:23: X11/Xutil.h: No such file or directory XJ.h:6:33: X11/extensions/XShm.h: No such file or directory XJ.h:7:31: X11/extensions/Xv.h: No such file or directory XJ.h:8:34: X11/extensions/Xvlib.h: No such file or directory In file included from NuppelVideoPlayer.cpp:19: XJ.h:31: 'XShmSegmentInfo' is used as a type, but is not defined as a type. XJ.h:32: syntax error before `*' token XJ.h:34: parse error before `,' token XJ.h:35: syntax error before `*' token XJ.h:37: field `XJ_ev' has incomplete type XJ.h:51: 'XSizeHints' is used as a type, but is not defined as a type. make[2]: *** [NuppelVideoPlayer.o] Error 1 make[2]: Leaving directory `/root/mythtv-0.7/libs/libNuppelVideo' make[1]: *** [sub-libNuppelVideo] Error 2 make[1]: Leaving directory `/root/mythtv-0.7/libs' make: *** [sub-libs] Error 2 __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
|