Date: Wed, 13 Nov 2002 14:10:21 -0800 From: "Shawn Ramsey" <shawn@cpl.net> To: <freebsd-questions@FreeBSD.ORG> Subject: perl 5.8 port Message-ID: <02b601c28b61$789cdd70$1548a93f@TECH1> References: <200211132051.GADKPVE94913@asarian-host.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Making Digest::MD5 (dynamic) Writing Makefile for Digest::MD5 cp MD5.pm ../../../lib/Digest/MD5.pm /raid/usr/ports/lang/perl5.8/work/perl-5.8.0/miniperl "-I../../../lib" "-I../../ ../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap -ty pemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK - DHAS _FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe -DVER SION =\"2.20\" -DXS_VERSION=\"2.20\" -DPIC -fPIC "-I../../.." MD5.c MD5.xs: In function `XS_Digest__MD5_md5': MD5.xs:645: `dowarn' undeclared (first use in this function) MD5.xs:645: (Each undeclared identifier is reported only once MD5.xs:645: for each function it appears in.) *** Error code 1 Stop in /raid/usr/ports/lang/perl5.8/work/perl-5.8.0/ext/Digest/MD5. *** Error code 1 Stop in /raid/usr/ports/lang/perl5.8/work/perl-5.8.0. *** Error code 1 This is what happens when I try to compile the perl 5.8 port... same thing happens when compiling perl modules, it exits with similar type errors. Anyone have any idea what might be wrong? This is a recently upgraded machine to 4.7-STABLE, and upgraded all the ports... any ideas? Most of the perl module ports compile, but if I try the same thing from source, they fail. If anyone wants to see an example, i'll post it.... Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02b601c28b61$789cdd70$1548a93f>