Subject: | build fails on perl5.6.1 |
Date: | Fri, 3 Nov 2006 18:34:26 -0500 |
To: | bug-Sys-Syslog [...] rt.cpan.org |
From: | Matt Selsky <selsky [...] columbia.edu> |
I'm building Sys::Syslog 0.18 on Solaris 9 with perl5.6.1.
$ perl Makefile.PL Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Sys::Syslog
$ make
cp Syslog.pm blib/lib/Sys/Syslog.pm
/opt/local/bin/perl5.6.1 -I/opt/perl5.6.1/lib/5.6.1/sun4-solaris
-I/opt/perl5.6.1/lib/5.6.1 /opt/perl5.6.1/lib/5.6.1/ExtUtils/xsubpp
-noprototypes -typemap /opt/perl5.6.1/lib/5.6.1/ExtUtils/typemap
Syslog.xs > Syslog.xsc && mv Syslog.xsc Syslog.c
Error: 'const char *' not in typemap in Syslog.xs, line 108
make: *** [Syslog.c] Error 1
gcc is 4.1.1
Let me know if you need full perl -V output.
--
Matt