Front page | perl.perl5.porters |
Postings from August 2001
XS Problems on AIX
Thread Next
From:
Arthur Bergman
Date:
August 30, 2001 12:32
Subject:
XS Problems on AIX
Message ID:
014801c1318b$74eeb260$052aa8c0@foo
Merijn tells me of the following breakage on AIX.
If any of the more XS knowledgable persons can figure out what might have gone wrong or just chime in with a suggestion that would be great. We got all makedef issues fixed.
Fatal:
Making B (dynamic)
make[1]: Entering directory `/pro/3gl/CPAN/perl-current/ext/B'
make[1]: Leaving directory `/pro/3gl/CPAN/perl-current/ext/B'
make[1]: Entering directory `/pro/3gl/CPAN/perl-current/ext/B'
xlc -c -DDEBUGGING -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -DUSE_NATIVE_DLOPEN -I/pro/local/include -q32 -D_L
ARGE_FILES -qlonglong -O2 -DVERSION=\"a5\" -DXS_VERSION=\"a5\" -I../.. B.c
"B.c", line 2308.41: 1506-099 (S) Unexpected argument.
"B.c", line 2484.41: 1506-099 (S) Unexpected argument.
"B.c", line 3303.41: 1506-099 (S) Unexpected argument.
make[1]: [B.o] Error 1 (ignored)
rm -f ../../lib/auto/B/B.so
Making XS::Typemap (dynamic)
Writing Makefile for XS::Typemap
make[1]: Entering directory `/pro/3gl/CPAN/perl-current/ext/XS/Typemap'
make[1]: Leaving directory `/pro/3gl/CPAN/perl-current/ext/XS/Typemap'
make[1]: Entering directory `/pro/3gl/CPAN/perl-current/ext/XS/Typemap'
cp Typemap.pm ../../../lib/XS/Typemap.pm
../../../miniperl -I../../../lib -I../../../lib -e 'use ExtUtils::Mksymlists; \
Mksymlists("NAME" => "XS::Typemap", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => []);'
xlc -c -DDEBUGGING -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -DUSE_NATIVE_DLOPEN -I/pro/local/include -q32 -D_L
ARGE_FILES -qlonglong -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -I../../.. stdio.c
../../../miniperl -I../../../lib -I../../../lib ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap -typemap typema
p Typemap.xs > Typemap.xsc && mv Typemap.xsc Typemap.c
xlc -c -DDEBUGGING -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -DUSE_NATIVE_DLOPEN -I/pro/local/include -q32 -D_L
ARGE_FILES -qlonglong -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -I../../.. Typemap.c
"Typemap.c", line 347.34: 1506-099 (S) Unexpected argument.
"Typemap.c", line 625.33: 1506-099 (S) Unexpected argument.
"Typemap.c", line 687.33: 1506-099 (S) Unexpected argument.
"Typemap.c", line 724.34: 1506-099 (S) Unexpected argument.
make[1]: [Typemap.o] Error 1 (ignored)
Running Mkbootstrap for XS::Typemap ()
chmod 644 Typemap.bs
Thread Next
-
XS Problems on AIX
by Arthur Bergman