Stephen Warren wrote:
> Phil Dibowitz wrote:
>> It's so weird I don't get the same behavior...
>> [variadic macros error from gcc]
> 
> Yes indeed.
> 
> I installed a Debian sid chroot on my Fedora 8 system using the
> debootstrap utility, and installed the gcc-4.3 and g++-4.3 packages
> using aptitude (Debian seems crazy fast downloading/installing
> packages!) And, I get the same issue as I do on Fedora:
> 
> [EMAIL PROTECTED]:~/cvs_wa/concordance/concordance# gcc-4.3 --version
> gcc-4.3 (Debian 4.3.0-2) 4.3.1 20080321 (prerelease)
> 
> gcc-4.3 -DHAVE_CONFIG_H -I.    -Wall -ansi -pedantic-errors
> -I../libconcord -MT concordance-concordance.o -MD -MP -MF
> .deps/concordance-concordance.Tpo -c -o concordance-concordance.o `test
> -f 'concordance.c' || echo './'`concordance.c

You get different compile options than I do:

gcc-4.3 -DHAVE_CONFIG_H -I.    -Wall -ansi -pedantic-errors -g -O2 -MT
concordance-concordance.o -MD -MP -MF .deps/concordance-concordance.Tpo -c
-o concordance-concordance.o `test -f 'concordance.c' || echo './'`concordance.c

You have an extra -I../libconcord which is triggering the error, I don't
have that.

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
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