Package: linuxdcpp Version: 0.0.1.cvs20070330-1 Usertags: ftbfs-gcc-4.3 Tags: patch
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. You can reproduce this problem with gcc-snapshot from unstable. > Automatic build of linuxdcpp_0.0.1.cvs20070330-1 on em64t by sbuild/amd64 0.53 ... > g++ -o build/client/stdinc.o -c -pthread -I. -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -O3 -D_DATADIR='"/usr/share"' client/stdinc.cpp > client/stdinc.cpp:23:61: error: missing terminating ' character > scons: *** [build/client/stdinc.o] Error 1 --- client/stdinc.cpp~ 2007-04-01 21:29:17.000000000 +0000 +++ client/stdinc.cpp 2007-04-01 21:29:42.000000000 +0000 @@ -20,5 +20,5 @@ // Hm...version not updated it seems #if defined(HAVE_STLPORT) && (_STLPORT_VERSION != 0x501) -#error I use STLport 5.0.2. Remove this if you know what you're doing. +#error "I use STLport 5.0.2. Remove this if you know what you're doing." #endif -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]