Phil Dibowitz wrote:
> Stephen Warren wrote:
>> * It certainly won't remove the warning about strdup not being prototyped
>> (that's due to -ansi), which is a warning for me, but I believe an error
>> on gcc-4.3 (hence why I submitted the patch for libconcord to add a bunch
>> of headers to help packaging libconcord on Fedora 9 which uses gcc-4.3)
> 
> This warning is now gone.
> 
> As soon as I can reproduce the other error your getting, I'll deal with it
> as well.

It appears there is a gcc option -Wno-variadic-macros.

I don't suppose that Debian somehow sets this as a default (does "gcc
-dumpspecs" show anything relevant?), or do you perhaps have a CFLAGS
environment variable set that includes this or something?

If I add this option, the build works just fine for me with gcc 4.1.2
and gcc 4.3.0.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to