Subject says it all! I've installed the dependencies as listed in the installation notes:
libqt3-mt-dev qt3-dev-tools scons libao-dev libmad0-dev liba52-0.7.4-dev but get errors on sudo make (this is just the last several lines): src/mpgfile.cpp: In member function 'void mpgfile::savempg(muxer&, int, int, int, int, logoutput*)': src/mpgfile.cpp:575: warning: format '%lld' expects type 'long long int', but argument 3 has type 'dvbcut_off_t' src/mpgfile.cpp:583: warning: format '%d' expects type 'int', but argument 5 has type 'size_t' g++ -o src/playaudio.o -c -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/share/qt3/include -Iffmpeg/include src/playaudio.cpp src/playaudio.cpp: In function 'void playaudio(const void*, uint32_t, AVCodecContext*, AVCodec*)': src/playaudio.cpp:41: error: expected primary-expression before '?' token src/playaudio.cpp:41: error: expected `:' before ']' token src/playaudio.cpp:41: error: expected primary-expression before ']' token src/playaudio.cpp:44: error: 'samples' was not declared in this scope scons: *** [src/playaudio.o] Error 1 scons: building terminated because of errors. make: *** [build] Error 2 Any ideas? This is a 64bit install of Kubuntu. Thanks! ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
