Your message dated Mon, 10 Dec 2007 14:39:44 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #455354,
regarding FTBFS with GCC 4.3: anonymous variadic macros were introduced in C99
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Hi.
I've just received a notice that espeak does not build with GCC 4.3.
This is because of the following piece of code in debug.h:
#define SHOW(format,...)
The compiler says:
> g++ -O2 -Wall -fpic -fvisibility=hidden -pedantic \
> -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o
> In file included from speak_lib.cpp:43:
> debug.h:19:21: error: anonymous variadic macros were introduced in C99
I guess (untested) you need to add "-std=c99" to CFLAGS.
pgplU8e5al0gX.pgp
Description: PGP signature
--- Begin Message ---
Package: espeak
Version: 1.29-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. You can find an explanation for
the build failure at
http://crustytoothpaste.ath.cx/~bmc/blog/entries/variadic-macros
You can reproduce this problem with gcc-snapshot from unstable. Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere. I suggest you talk to your upstream.
> Automatic build of espeak_1.29-1 on em64t by sbuild/amd64 0.53
...
> g++ -O2 -Wall -fpic -fvisibility=hidden -pedantic \
> -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o
> In file included from speak_lib.cpp:43:
> debug.h:19:21: error: anonymous variadic macros were introduced in C99
> speak_lib.cpp: In function 'void select_output(espeak_AUDIO_OUTPUT)':
> speak_lib.cpp:228: warning: deprecated conversion from string constant to
> 'char*'
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--
CYa,
Mario | Debian Developer <URL:http://debian.org/>
.''`. | Get my public key via finger [EMAIL PROTECTED]
: :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
`. `'
`- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/>
--- End Message ---