[mythtv] CVS compile problem

Grant Totten grantt at thedrawlyn.com
Fri Dec 5 23:09:19 EST 2003


Hi all,

I'm a newbie at grabbing and compiling the latest CVS version, but I 
*think* I've done it right...
Can someone please take a look at this and tell me what I'm doing wrong?


# cvs -Q -z3 -d :pserver:mythtv at cvs.mythtv.org:/var/lib/mythcvs update 
mythtv
... output snipped...
# cd mythtv
# qmake mythtv.pro
# ./configure
Please note that these settings only deal with libavcodec, not MythTV.
CPU              x86
Big Endian       no
MMX enabled      yes
Vector Builtins  yes
Creating config.mak and config.h
config.h is unchanged
# make clean distclean
...output snipped...
# make
...snip...
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer 
-D_REENTRANT -fPIC  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DPREFIX=\"/usr/local\" -DMMX -DUSING_DVB -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. 
-I/usr/local/include -I/usr/src/linux/include/linux/dvb 
-I/usr/lib/qt-3.1/include -o mythwidgets.o mythwidgets.cpp
mythwidgets.cpp: In member function `virtual void
   MythListBox::keyPressEvent(QKeyEvent*)':
mythwidgets.cpp:1062: parse error before `<<' token
mythwidgets.cpp:1072: case label `Key_Left' not within a switch statement
mythwidgets.cpp:1075: case label `Key_Right' not within a switch statement
mythwidgets.cpp:1078: case label `Key_Enter' not within a switch statement
mythwidgets.cpp:1079: case label `Key_Space' not within a switch statement
mythwidgets.cpp:1080: case label `Key_Return' not within a switch statement
mythwidgets.cpp:1084: `default' label not within a switch statement
mythwidgets.cpp:1086: parse error before `==' token
mythwidgets.cpp:1087: `i' undeclared (first use this function)
mythwidgets.cpp:1087: (Each undeclared identifier is reported only once for
   each function it appears in.)
mythwidgets.cpp:1087: parse error before `)' token
mythwidgets.cpp:1089: parse error before `)' token
mythwidgets.cpp:1093: `action' undeclared (first use this function)
mythwidgets.cpp:1100: parse error before `>>' token
mythwidgets.cpp:1071: break statement not within loop or switch
mythwidgets.cpp:1074: break statement not within loop or switch
mythwidgets.cpp:1077: break statement not within loop or switch
mythwidgets.cpp:1083: break statement not within loop or switch
make[2]: *** [mythwidgets.o] Error 1
make[2]: Leaving directory `/local/usr/src/cvs/mythtv/mythtv/libs/libmyth'
make[1]: *** [sub-libmyth] Error 2
make[1]: Leaving directory `/local/usr/src/cvs/mythtv/mythtv/libs'
make: *** [sub-libs] Error 2
#


Thanks,
Grant




More information about the mythtv-dev mailing list