Okay. I've downloaded the new CVS version now. It falls over during 'make -j 2 install' with a lot of undefined references. I guess it is not being linked to some library. Any ideas? Many many thanks, Simon
Making install in player make[1]: Entering directory `/home/mcjihsg2/RPMS/NEWER_AVIFILE/avifile/player' ... c++ -O2 -mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -o .libs/aviplay actioncfg.o main.o playercontrol.o decoder_config.o configdialog.o configdialog_impl.o -Wl,-rpath -Wl,/usr/lib ../libavqt/.libs/libqavm.so -L/usr/lib/qt3/lib -lqt-mt ../lib/.libs/libaviplay.so -lz -L/usr/X11R6/lib -lXft -lXrender /usr/lib/libSDL.so -lm -lpthread -lSM -lICE -lXinerama -lXv -lXxf86vm -lXxf86dga -lXi -lXext -lX11 -lnsl -ldl -Wl,--rpath -Wl,/usr/local/lib playercontrol.o: In function `PlayerControl::initMetaObject(void)': playercontrol.o(.text+0x64): undefined reference to `QObject::badSuperclassWarning(char const *, char const *)' playercontrol.o: In function `PlayerControl::tr(char const *)': playercontrol.o(.text+0x9d): undefined reference to `QApplication::translate(char const *, char const *, char const *) const' > > Maybe its my fault in using CVS but I'm still having the same problem > > with the latest CVS version I downloaded. > > avifile/player/configdialog_impl.h is still looking for the qmutex.h > > file. > > In file included from playercontrol.cpp:13: > > configdialog_impl.h:5:20: qmutex.h: No such file or directory > > c++ -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/lib/qt2/include > > -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -I../libavqt > > -DQT_THREAD_SUPPORT > > Hmm either there is still 24hour delay between CVS ssh access and > pserver anonymous access or you haven't really updated your CVS tree. > There is no qmutex.h in any of the player/ .cpp .h files. > So please check again today. _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
