Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The error messages I got are:gcc -g -pedantic-errors -DBTDEBUG -I/usr/lib/perl5/5.8.0/i386-linux- +thread-multi/CORE -Wall -D__USE_FIXED_PROTOTYPES__ -I. -I.g -I/usr/ +X11R6/include `perl -MExtUtils::Embed -e ccopts` -DPERL_POLLUTE -o Li +nux_x86_glibc-2.3.2_gcc.debug/am_string.o -c am_string.c
Thanks!/usr/include/netdb.h:480: ISO C89 does not support `static' or type qu +alifiers in parameter array declarators In file included from am_string.c:16: /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h:3841:24: ISO +C does not permit named variadic macros am_string.c:816:54: ISO C99 requires rest arguments to be used am_string.c:861:42: ISO C99 requires rest arguments to be used am_string.c: In function `mk_string_from_line_without_quoted_newlines' +: am_string.c:924: ISO C89 forbids mixed declarations and code am_string.c:928: ISO C forbids braced-groups within expressions am_string.c:928: ISO C forbids braced-groups within expressions am_string.c:932: ISO C forbids braced-groups within expressions am_string.c:979:70: ISO C99 requires rest arguments to be used am_string.c:993:54: ISO C99 requires rest arguments to be used
update (broquaint) - added <code> tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: compiling problems of calling perl from C
by Tanalis (Curate) on Jun 23, 2005 at 06:51 UTC | |
|
Re: compiling problems of calling perl from C
by cosimo (Hermit) on Jun 24, 2005 at 10:53 UTC |