Hi! Demian Kellermann wrote:
> I'm trying to compile DVBCut at the moment, but it just does not want to > work. I'm using ArchLinux, I have libao and qt installed. I keep getting > these errors: > > |scons: Reading SConscript files ... > Checking for C library ao... yes > Checking for C library mad... yes > Checking for C library a52... (cached) yes > scons: done reading SConscript files. > scons: Building targets ... > g++ -o src/dvbcut.o -c -O3 -Wall -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DHAVE_LIB_MAD -DHAVE_LIB_A52 > -DQT_NO_DEBUG -I/opt/qt/include src/dvbcut.cpp > In file included from src/dvbcut.cpp:47: > src/dvbcut.h:25:24: error: dvbcutbase.h: No such file or directory Looks like the same problem I had with an old version of scons. You need scons >= 0.96.93 for building dvbcut. Older versions probably don't build all required files (dvbcutbase.h is generated from dvbcutbase.ui, for example). -- Michael "Tired" Riepe <[EMAIL PROTECTED]> X-Tired: Each morning I get up I die a little ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
