[DVBCUT-user] dvbcut won't compile

2008-06-26 Thread Franz-Rudolf Kuhnen
Hi, dvbcut won't compile on my system. Here the error-message: g++ -o src/mpegmuxer.o -c -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/lib/qt3/include -Iffmpeg/include src/mpegmuxer.cpp src/mpegmuxer.cpp: In constructor ‘mpegmuxer::mpegmuxer(uint32_t,

Re: [DVBCUT-user] dvbcut won't compile

2008-06-26 Thread Michael Riepe
Hi! Franz-Rudolf Kuhnen wrote: > dvbcut won't compile on my system. Which version? Which build system (configure/make or scons)? You should get the latest version from SVN and use configure/make for compiling. > Here the error-message: > > g++ -o > src/mpegmuxer.o -c -O3 -Wall -D_FILE_OFFSET

Re: [DVBCUT-user] dvbcut won't compile

2008-06-26 Thread Franz-Rudolf Kuhnen
Hi, Am Donnerstag, 26. Juni 2008 schrieb Michael Riepe: > Hi! > > Franz-Rudolf Kuhnen wrote: > > dvbcut won't compile on my system. > > You should get the latest version from SVN and use configure/make for > compiling. Thank You for Your fast help. The version from SVN works now. Regards Franz