I don't know if this helps but during 'make' I get the following errors for several packages:
Making XS::APItest (dynamic)
Makefile out-of-date with respect to ../../../lib/Config.pm
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../../miniperl "-I../../../lib" "-I../../../lib" Makefile.PL "INSTALLDIRS=perl" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for XS::APItest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make
2: ***
Makefile Error 1
make config failed, continuing anyway...
Skip ../../../lib/XS/APItest.pm (unchanged)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap APItest.xs > APItest.xsc && mv APItest.xsc APItest.c
cc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -arch i686 -arch ppc -msse2 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -Wdeclaration-after-statement -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" "-I../../.." APItest.c
Running Mkbootstrap for XS::APItest ()
chmod 644 APItest.bs
rm -f ../../../lib/auto/XS/APItest/APItest.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib APItest.o -o ../../../lib/auto/XS/APItest/APItest.bundle \
\
chmod 755 ../../../lib/auto/XS/APItest/APItest.bundle
cp APItest.bs ../../../lib/auto/XS/APItest/APItest.bs
chmod 644 ../../../lib/auto/XS/APItest/APItest.bs
I'm wondering if I'm having problems because of previous builds. Is there a way to build perl statically, or in other words without linking to the old files/libraries?
Would that
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.