You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Autrijus Tang <au...@autrijus.org> on 2002/08/21 05:41:50 UTC

1.99_05 vs. Perl 5.8.0/Apache 2.0.40 build glitch

The header xs/modperl_xs_typedefs.h doesn't seem to like non-ithreaded perl:

/usr/local/bin/perl5.8.0 /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap /usr/local/lib/perl5/5.8.0/ExtUtils/typemap -typemap /usr/home/autrijus/mod_perl-1.99_05/xs/typemap         Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
cc -c  -I/usr/home/autrijus/mod_perl-1.99_05/src/modules/perl -I/usr/home/autrijus/mod_perl -1.99_05/xs -I/usr/local/include/apache2  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict -aliasing -I/usr/local/include -DMOD_PERL -O    -DVERSION=\"0.01\"  -DXS_VERSION=\"0.01     \" -DPIC -fpic "-I/usr/local/lib/perl5/5.8.0/i386-freebsd/CORE"   Base64.c
In file included from Base64.xs:24:
/usr/home/autrijus/mod_perl-1.99_05/xs/modperl_xs_typedefs.h:49: syntax error before `*'
/usr/home/autrijus/mod_perl-1.99_05/xs/modperl_xs_typedefs.h:49: warning: data definition    has no type or storage class
*** Error code 1

Commenting out that line, and it works.  Just FYI.

Thanks,
/Autrijus/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: 1.99_05 vs. Perl 5.8.0/Apache 2.0.40 build glitch

Posted by Doug MacEachern <do...@covalent.net>.
On Tue, 20 Aug 2002, Autrijus Tang wrote:

> The header xs/modperl_xs_typedefs.h doesn't seem to like non-ithreaded perl:

non-ithreaded perl compiles fine.  problem was non-threaded apache, fixed 
in cvs.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org