found 456098 0.0.20080102-2 thanks Apparently the GCC 4.3 fix got lost.
In GCC 4.3, the C++ header dependencies have been cleaned up. The advantage of this is that programs will compile faster. The downside is that you actually need to directly #include everything you use (but you really should do this anyway, otherwise your program won't work with any compiler other than GCC). There's some more information about this at http://gcc.gnu.org/gcc-4.3/porting_to.html You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. > Automatic build of openmovieeditor_0.0.20080102-2 on em64t by sbuild/amd64 > 0.53 ... > if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. > -D__STDC_CONSTANT_MACROS -ggdb -I/usr/lib/gavl/include/ > -I/usr/include/lqt -I/usr/include/ffmpeg -DAVCODEC -I/usr/include/ffmpeg > -DLIBMPEG3 -I/usr/include/freetype2 -DINSTALL_PREFIX="\"/usr\"" -I../icons > -I../src -I../src/tinyxml -I../src/sl -I/usr/lib/gavl/include/ > -I/usr/include/lqt -I/usr/include/ffmpeg -DAVCODEC -I/usr/include/ffmpeg > -DLIBMPEG3 -I/usr/include/freetype2 -g -O2 -MT AudioFileQT.o -MD -MP -MF > ".deps/AudioFileQT.Tpo" -c -o AudioFileQT.o AudioFileQT.cxx; \ > then mv -f ".deps/AudioFileQT.Tpo" ".deps/AudioFileQT.Po"; else rm -f > ".deps/AudioFileQT.Tpo"; exit 1; fi > AudioFileQT.cxx: In constructor 'nle::AudioFileQT::AudioFileQT(std::string)': > AudioFileQT.cxx:41: error: 'free' was not declared in this scope > make[4]: *** [AudioFileQT.o] Error 1 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]