[mythtv-users] MythTV 0.8 Compiling problem

moonscryer at moonscryer.org moonscryer at moonscryer.org
Sun Mar 16 18:35:48 EST 2003


This is what I got when compiling 0.8 on two Mandrake 8.1 systems. Both have all the proper perl updates, MySQL 3.25, QT 3.11, XMLTV 0.5.8, etc.

g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -D_REENTRANT  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/qt/mkspecs/default -I. -I/usr/local/include -I../../libs/libmythtv -I../../libs -I/usr/local/qt/include -o server.o server.cpp
server.cpp: In method `MythServer::MythServer (int, QObject *)':
server.cpp:12: `exit' undeclared (first use this function)
server.cpp:12: (Each undeclared identifier is reported only once for
each function it appears in.)
gmake[2]: *** [server.o] Error 1
gmake[2]: Leaving directory `/home/moonscry/installers/sources/mythtv-0.8/programs/mythbackend'
gmake[1]: *** [sub-mythbackend] Error 2
gmake[1]: Leaving directory `/home/moonscry/installers/sources/mythtv-0.8/programs'
gmake: *** [sub-programs] Error 2


When I remove line 12 from server.cpp, the compile continues as normal.

Help?

Jay


More information about the mythtv-users mailing list