On Saturday 04 June 2005 21:37, John Pullan wrote: > needs a #include <cmath> > > On 04/06/05, Andrew <[EMAIL PROTECTED]> wrote: > > Getting this error trying to compile cvs today 04-06. > > > > cd mythcommflag && make -f Makefile > > make[2]: Entering directory > > `/mnt/video/mythcvs/04-06/Patched_test/mythtv/programs/mythcommflag' <snip>
Ok, got past that error, now getting this. g++ -Wl,-rpath,/usr/qt/3/lib -o mythuitest main.o test1.o moc_test1.o -L/usr/qt/3/lib -L/usr/X11R6/lib -L../../libs/libmythui -lmythui-0.18 -L../../libs/libmyth -lmyth-0.18 -lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -lpthread test1.o(.gnu.linkonce.r._ZTV11TestScreen1+0x64): undefined reference to `MythUIType::SetArea(QRect)' test1.o(.gnu.linkonce.r._ZTV11TestScreen1+0x68): undefined reference to `MythUIType::GetArea()' test1.o(.gnu.linkonce.r._ZTV11TestScreen1+0x70): undefined reference to `MythUIType::DrawSelf(MythPainter*, int, int, int)' moc_test1.o(.gnu.linkonce.r._ZTV8TestMove+0x64): undefined reference to `MythUIType::SetArea(QRect)' moc_test1.o(.gnu.linkonce.r._ZTV8TestMove+0x68): undefined reference to `MythUIType::GetArea()' moc_test1.o(.gnu.linkonce.r._ZTV8TestMove+0x70): undefined reference to `MythUIType::DrawSelf(MythPainter*, int, int, int)' collect2: ld returned 1 exit status make[2]: *** [mythuitest] Error 1 make[2]: Leaving directory `/mnt/video/mythcvs/04-06/P4-Slave/mythtv-dbox2/programs/mythuitest' make[1]: *** [sub-mythuitest] Error 2 make[1]: Leaving directory `/mnt/video/mythcvs/04-06/P4-Slave/mythtv-dbox2/programs' make: *** [sub-programs] Error 2 Andrew. _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
