Package: tse3
Version: 0.3.1-4.1
Severity: important
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 from unstable.

> Automatic build of tse3_0.3.1-4.1 on em64t by sbuild/amd64 0.53
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -fPIC -W -Wall -ansi 
> -pedantic -MT OSS.lo -MD -MP -MF .deps/OSS.Tpo -c OSS.cpp  -fPIC -DPIC -o 
> .libs/OSS.o
> OSS.cpp: In member function 'void 
> TSE3::Plt::OSSMidiScheduler_FMDevice::loadPatches()':
> OSS.cpp:1257: error: 'strncmp' was not declared in this scope
> OSS.cpp:1303: error: 'strncmp' was not declared in this scope
> OSS.cpp: In constructor 
> 'TSE3::Plt::OSSMidiScheduler_AWEDevice::OSSMidiScheduler_AWEDevice(int, 
> synth_info&, int, unsigned char*&, int&, int&)':
> OSS.cpp:1488: warning: overflow in implicit constant conversion
> OSS.cpp:1488: warning: overflow in implicit constant conversion
> OSS.cpp:1489: warning: overflow in implicit constant conversion
> OSS.cpp:1489: warning: overflow in implicit constant conversion
> OSS.cpp:1490: warning: overflow in implicit constant conversion
> OSS.cpp:1490: warning: overflow in implicit constant conversion
> OSS.cpp:1491: warning: overflow in implicit constant conversion
> OSS.cpp:1491: warning: overflow in implicit constant conversion
> OSS.cpp: In member function 'bool 
> TSE3::Plt::OSSMidiScheduler_GUSDevice::loadPatch(int)':
> OSS.cpp:1711: error: 'memcpy' was not declared in this scope
> OSS.cpp:1712: error: 'strncmp' was not declared in this scope
> OSS.cpp:1719: error: 'strncmp' was not declared in this scope
> OSS.cpp: In constructor 'TSE3::Plt::OSSMidiScheduler::OSSMidiScheduler()':
> OSS.cpp:2093: error: 'strcmp' is not a member of 'std'
> make[5]: *** [OSS.lo] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to