blue_cowdawg has asked for the wisdom of the Perl Monks concerning the following question:
OK... this is supposed to be simple, but it ain't. I'm attempting to build Perl 5.8.7 on Solaris 10 and it is failing miserably.
If I believe my eyes the include files are all mucked up but I'm not willing to go with that idea just yet.
Here's the environment:
OS: | Solaris 10, jumbo patch Generic_118822-20, platform SunFire V220 |
Compiler: | gcc 3.3.2 |
webdev01(0)# make `sh cflags "optimize='-O'" miniperlmain.o` miniperlmain.c CCCMD = gcc -B/usr/ccs/bin/ -DPERL_CORE -c -fno-strict-alia +sing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BI +TS=64 -O -Wall In file included from /usr/include/sys/signal.h:34, from /usr/include/signal.h:26, from unixish.h:106, from perl.h:2220, from miniperlmain.c:36: /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 `__faul +t' /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 unixish.h:106, from perl.h:2220, from miniperlmain.c:36: /usr/include/sys/signal.h:85: error: parse error before "siginfo_t" In file included from unixish.h:106, from perl.h:2220, from miniperlmain.c:36: /usr/include/signal.h:111: error: parse error before "siginfo_t" /usr/include/signal.h:113: error: parse error before "siginfo_t" make: *** [miniperlmain.o] Error 1
Dagnabit! Where are all those syntax errors coming from? Is there hope?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Attempts at building Perl 5.8.7 on Solaris 10 failing
by bmann (Priest) on Feb 01, 2006 at 21:14 UTC | |
by blue_cowdawg (Monsignor) on Feb 01, 2006 at 21:30 UTC | |
by Anonymous Monk on Mar 09, 2013 at 18:13 UTC | |
Re: Attempts at building Perl 5.8.7 on Solaris 10 failing
by jcoxen (Deacon) on Feb 01, 2006 at 20:26 UTC | |
by blue_cowdawg (Monsignor) on Feb 01, 2006 at 20:57 UTC | |
Re: Attempts at building Perl 5.8.7 on Solaris 10 failing
by Fletch (Bishop) on Feb 01, 2006 at 19:13 UTC |