
vintonc at redzone
Dec 20, 2003, 12:31 AM
Post #1 of 1
(382 views)
Permalink
|
|
Problem building latest cvs for mythmusic
|
|
I just did an update (12/20/03 2:20 am EST) for mythmusic and couldn't get it to build. I updated and built mythtv, mythvideo, and mythweather in that order just before updating mythmusic. None of the other modules had any problems. Any ideas? Thanks, Vinton make distclean make .... edited down for posting gcc -c -pipe -Wall -W -O3 -march=athlon-xp -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/local/include -I/usr/include/cdda -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -o resample.o resample.c g++ -c -pipe -Wall -W -O3 -march=athlon-xp -fomit-frame-pointer -I/usr/include/SDL -D_REENTRANT -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/local/include -I/usr/include/cdda -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -o dbcheck.o dbcheck.cpp dbcheck.cpp: In function `void UpgradeMusicDatabaseSchema()': dbcheck.cpp:115: call of overloaded `arg(QString&, QString&, QString&)' is ambiguous /usr/lib/qt-3.1/include/qstring.h:418: candidates are: QString QString::arg(long int, int = 0, int = 10) const <near match> /usr/lib/qt-3.1/include/qstring.h:419: QString QString::arg(long unsigned int, int = 0, int = 10) const <near match> /usr/lib/qt-3.1/include/qstring.h:875: QString QString::arg(int, int = 0, int = 10) const <near match> /usr/lib/qt-3.1/include/qstring.h:878: QString QString::arg(unsigned int, int = 0, int = 10) const <near match> /usr/lib/qt-3.1/include/qstring.h:881: QString QString::arg(short int, int = 0, int = 10) const <near match> /usr/lib/qt-3.1/include/qstring.h:884: QString QString::arg(short unsigned int, int = 0, int = 10) const <near match> make[1]: *** [dbcheck.o] Error 1 make[1]: Leaving directory `/root/mythmusic/mythmusic/mythmusic' make: *** [sub-mythmusic] Error 2 [root[at]localhost mythmusic]#
|