[Arsperl-users] make failing
Brought to you by:
jeffmurphy
|
From: Siobhan G. <sho...@gm...> - 2006-07-25 17:37:37
|
I am using solaris 10. Installed gcc-3.3.2-sol10-sparc-local and
perl-5.8.7-sol10-sparc-local. The PATH is set correct to hit the version of
perl I need and to call on gcc before cc. Then the makefile test fails. I've
tried ./mkheaders and switching paths for gcc to the sfw, but that just
wreaks more havoc and I reinstall gcc.
Any thoughts would be greatly appreciated as I've tried everything I can
think of
make test Makefile
gcc -B/usr/ccs/bin/ -c -I/opt/ar/api/include -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
-DVERSION=\"1.84\" -DXS_VERSION=\"1.84\" -fPIC
"-I/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE" -g -DARS32 -DARS452
-DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=7 -DPERL_BASEREV_IS=50 ARS.c
In file included from /usr/include/sys/signal.h:34,
from /usr/include/signal.h:26,
from
/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE/unixish.h:106,
from
/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE/perl.h:2220,
from support.h:70,
from ARS.xs:26:
/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:292: error: parse error before '}' token
/usr/include/sys/siginfo.h:294: error: parse error before '}' token
/usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
/usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
/usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
/usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
/usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
/usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
/usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
/usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
/usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
/usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
/usr/include/sys/siginfo.h:426: error: parse error before '}' token
/usr/include/sys/siginfo.h:428: error: parse error before '}' token
/usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
/usr/include/sys/siginfo.h:437: error: parse error before '}' token
In file included from /usr/include/signal.h:26,
from
/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE/unixish.h:106,
from
/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE/perl.h:2220,
from support.h:70,
from ARS.xs:26:
/usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
In file included from
/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE/unixish.h:106,
from
/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE/perl.h:2220,
from support.h:70,
from ARS.xs:26:
/usr/include/signal.h:111: error: parse error before "siginfo_t"
/usr/include/signal.h:113: error: parse error before "siginfo_t"
*** Error code 1
make: Fatal error: Command failed for target `ARS.o'
|