Skip Menu |

This queue is for tickets about the Sun-Solaris-Exacct CPAN distribution.

Report information
The Basics
Id: 11728
Status: new
Priority: 0/
Queue: Sun-Solaris-Exacct

People
Owner: Nobody in particular
Requestors: wsanders [...] wsanders.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.4
Fixed in: (no value)



Subject: Wont compile
11 Sun-Solaris-Exacct-1.4$ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Sun::Solaris::Exacct::Catalog Writing Makefile for Sun::Solaris::Exacct::File Writing Makefile for Sun::Solaris::Exacct::Object Writing Makefile for Sun::Solaris::Exacct 12 Sun-Solaris-Exacct-1.4$ make cp Exacct.pm blib/lib/Sun/Solaris/Exacct.pm /usr/bin/perl extract_defines Exacct ExacctDefs.xi /usr/include/sys/exacct.h /usr/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap Exacct.xs > Exacct.xsc && mv Exacct.xsc Exacct.c gcc -B/usr/ccs/bin/ -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.4\" -DXS_VERSION=\"1.4\" -fPIC "-I/usr/local/lib/perl5/5.8.0/sun4-solaris/CORE" Exacct.c Exacct.xs: In function `deflate_xs_ea_object': Exacct.xs:302: warning: assignment makes pointer from integer without a cast Exacct.xs: In function `error_str': Exacct.xs:407: error: `EXR_INVALID_OBJ' undeclared (first use in this function) Exacct.xs:407: error: (Each undeclared identifier is reported only once Exacct.xs:407: error: for each function it appears in.) Exacct.xs: In function `XS_Sun__Solaris__Exacct_getacct': Exacct.xs:489: warning: assignment makes pointer from integer without a cast Exacct.xs: In function `XS_Sun__Solaris__Exacct_putacct': Exacct.xs:556: warning: assignment makes pointer from integer without a cast make: *** [Exacct.o] Error 1 13 Sun-Solaris-Exacct-1.4$ perl -version This is perl, v5.8.0 built for sun4-solaris