Phil Dibowitz wrote:
> Stephen Warren wrote:
>> Latest libconcord.h contains:
>>
>> static inline void debug(const char *str) {}
>>
>> This causes a build failure because inline isn't a valid keyword in
>> standard ANSI C. Simply removing "inline" seems to fix the problem.
> 
> Already fixed...

I still get this:

gcc -DHAVE_CONFIG_H -I.    -Wall -ansi -pedantic-errors -ggdb
-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
In file included from concordance.c:21:
../libconcord/libconcord.h:47:19: error: anonymous variadic macros were
introduced in C99

[EMAIL PROTECTED] concordance]$ gcc --version
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
(Fedora 8 with all updates)

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