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.
Many thanks, Simon 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 -DPIXMAP_PATH=\"/usr/local/share/avifile-0.7/pixmaps\" -Wall -Wno-unused -I../include -O2 -mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -c decoder_config.cpp In file included from playercontrol.cpp:13: configdialog_impl.h:42: field `m_Mutex' has incomplete type 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 -DPIXMAP_PATH=\"/usr/local/share/avifile-0.7/pixmaps\" -Wall -Wno-unused -I../include -O2 -mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -c configdialog.cpp make[1]: *** [playercontrol.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/home/mcjihsg2/RPMS/NEW_AVIFILE/avifile/player' make: *** [install-recursive] Error 1 > > I've now downloaded the CVS version but compilation fails with a missing > > header file, qmutex.h, that only comes with libqt3-devel. At the moment > > I've only got libqt2-devel installed and I don't particularly want to > > uninstall it (in order to install libqt3-devel) as there appear to be a > > load of KDE files that use libqt2. > > > > Is there a version of the source code that has the flvenc.c bug fixed > > but does not need the qmutex.h file? I've included all some details of > > my > > attempts at installation below. > > Many thanks, > > Ok - I've assumed QMutex is some old Qt class - it has same functionality > as avm::PthreadMutex - so I've replaced them - try to update CVS and > check again please. _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
