Subject: p5-Apache-ASP
To: None <netbsd-help@netbsd.org>
From: =?ISO-8859-1?Q?Torbj=F6rn_Lindquist?= <linkan@astrakan.hig.se>
List: netbsd-help
Date: 01/24/2001 23:13:11
Hi

I am trying to get the p5-Apache-ASP to work, since I need it for
school. The problem is when it comes to dependencies, and there it is
libperl-5.6.0nb1 that doesn't work.

I have put the output from the Makefile last in this mail.

What am I supposed to do to make this work and Is this a known problem?

/Linkan

http://www.astrakan.hig.se/~linkan/
ICQ# 6226106

===> Building for libperl-5.6.0nb1
rm -f DynaLoader.xs
cp dl_dlopen.xs DynaLoader.xs
/usr/pkg/bin/perl -I/usr/pkg/lib/perl5/i386-netbsd/5.00404
-I/usr/pkg/lib/perl5 /usr/pkg/lib/perl5/ExtUtils/xsubpp -noprototypes
-typemap /usr/pkg/lib/perl5/ExtUtils/typemap DynaLoader.xs >xstmp.c && mv
xstmp.c DynaLoader.c
gcc -c  -I/usr/pkg/include -O2
-DVERSION=\"1.04\"  -DXS_VERSION=\"1.04\" -DPIC -fPIC
-I/usr/pkg/lib/perl5/i386-netbsd/5.00404/CORE -DPERL_CORE
-DLIBC="/usr/lib/libc.so" DynaLoader.c
In file included from DynaLoader.xs:143:
dlutils.c:33: syntax error before `void'
dlutils.c: In function `dl_unload_all_files':
dlutils.c:39: warning: assignment makes pointer from integer without a
cast
dlutils.c:40: warning: assignment makes pointer from integer without a
cast
dlutils.c:41: `PL_sv_undef' undeclared (first use in this function)
dlutils.c:41: (Each undeclared identifier is reported only once
dlutils.c:41: for each function it appears in.)
dlutils.c:48: `G_NODEBUG' undeclared (first use in this function)
dlutils.c: At top level:
dlutils.c:80: syntax error before `char'
dlutils.c: In function `SaveError':
dlutils.c:89: `pat' undeclared (first use in this function)
dlutils.c:89: `va_start' used in function with fixed args
dlutils.c:90: warning: assignment makes pointer from integer without a
cast
DynaLoader.xs: In function `dl_private_init':
DynaLoader.xs:149: `aTHX' undeclared (first use in this function)
DynaLoader.xs: In function `XS_DynaLoader_dl_load_file':
DynaLoader.xs:191: `aTHX_' undeclared (first use in this function)
DynaLoader.xs:191: syntax error before string constant
DynaLoader.xs:191: syntax error before `)'
DynaLoader.xs: In function `XS_DynaLoader_dl_unload_file':
DynaLoader.xs:204: `aTHX_' undeclared (first use in this function)
DynaLoader.xs:204: syntax error before string constant
DynaLoader.xs:204: syntax error before `)'
DynaLoader.xs: In function `XS_DynaLoader_dl_find_symbol':
DynaLoader.xs:226: `aTHX_' undeclared (first use in this function)
DynaLoader.xs:226: syntax error before string constant
DynaLoader.xs:226: syntax error before `)'
DynaLoader.xs: In function `XS_DynaLoader_dl_install_xsub':
DynaLoader.xs:248: syntax error before `pTHX_'
DynaLoader.xs: In function `boot_DynaLoader':
DynaLoader.xs:155: `aTHX' undeclared (first use in this function)
*** Error code 1

Stop.
*** Error code 1