Package: lmms Version: 0.3.1-1 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. 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 lmms_0.3.1-1 on em64t by sbuild/amd64 0.53 ... > x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I. > -I/usr/include -DQT3 -I/usr/include/qt3 -D_REENTRANT -DQT_THREAD_SUPPORT > -DPLUGIN_NAME=ladspabase -O2 -fPIC -g -O2 -I/usr/local/include -MT > ladspa_manager.lo -MD -MP -MF .deps/ladspa_manager.Tpo -c ladspa_manager.cpp > -fPIC -DPIC -o .libs/ladspa_manager.o > ladspa_manager.cpp: In constructor 'ladspaManager::ladspaManager()': > ladspa_manager.cpp:61: error: 'getenv' was not declared in this scope > make[5]: *** [ladspa_manager.lo] Error 1 > make[5]: Leaving directory `/build/tbm/lmms-0.3.1/plugins/ladspa_base' > make[4]: *** [all] Error 2 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]