Package: openalpp-cvs Version: 20060321-2 Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. The bug below is in your package and not because I'm using a snapshot of the compiler so please take a look at it. You can reproduce this with the gcc-snapshot package.
> Automatic build of openalpp-cvs_20060321-2 on em64t by sbuild/amd64 1.112 ... > x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" > -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" > -DPACKAGE=\"openalpp\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBOPENAL=1 -DHAVE_LIBALUT=1 > -DOPENAL_VERSION=2004 -DSTDC_HEADERS=1 -I. -I. -I../include > -I/usr/local/include -Wall -g -O2 -MT audioenvironment.lo -MD -MP -MF > .deps/audioenvironment.Tpo -c audioenvironment.cpp -fPIC -DPIC -o > .libs/audioenvironment.o > /usr/include/AL/alc.h:190: error: '<anonymous>' has incomplete type > /usr/include/AL/alc.h:190: error: invalid use of 'ALCvoid' > /usr/include/AL/alc.h:251: error: '<anonymous>' has incomplete type > /usr/include/AL/alc.h:251: error: invalid use of 'ALCvoid' > audioenvironment.cpp: In member function 'void > openalpp::AudioEnvironment::initiateReverb()': > audioenvironment.cpp:151: error: invalid conversion from 'ALubyte*' to 'const > ALchar*' > audioenvironment.cpp:151: error: initializing argument 1 of 'void* > alGetProcAddress(const ALchar*)' > audioenvironment.cpp:157: error: invalid conversion from 'ALubyte*' to 'const > ALchar*' > audioenvironment.cpp:157: error: initializing argument 1 of 'void* > alGetProcAddress(const ALchar*)' > make[2]: *** [audioenvironment.lo] Error 1 The first few erros are obviously in libopenal-dev, but the last few are in your package. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]