[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[BUG] Change 34417: New XS::APItest's for sv_peek based on my DDumper work



> Change 34417 by merijn@merijn-pc09 on 2008/09/25 12:54:16
>
>    New XS::APItest's for sv_peek based on my DDumper work
>
> Affected files ...
>
> ... //depot/perl/ext/XS/APItest/APItest.pm#23 edit
> ... //depot/perl/ext/XS/APItest/APItest.xs#45 edit
> ... //depot/perl/ext/XS/APItest/t/svpeek.t#1 add

This change breaks blead:

        Making XS::APItest (dynamic)
Checking if your kit is complete...
Looks good
Writing Makefile for XS::APItest
make[1]: Entering directory `/c/_/perl_tmp/34417/perl-current/ext/XS/APItest'
make[1]: Leaving directory `/c/_/perl_tmp/34417/perl-current/ext/XS/APItest'
make[1]: Entering directory `/c/_/perl_tmp/34417/perl-current/ext/XS/APItest'
cp APItest.pm ../../../lib/XS/APItest.pm
../../../miniperl.exe "-I../../../lib" "-I../../../lib"
../../../lib/ExtUtils/xsubpp  -typemap ../../../lib/ExtUtils/typemap
APItest.xs > APItest.xsc && mv APItest.xsc APItest.c
gcc -c  -I. -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -DNO_MATHOMS
-fno-strict-aliasing -pipe -DUSEIMPORTLIB -Os -pipe -funit-at-a-time
-march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2
-DVERSION=\"0.15\" -DXS_VERSION=\"0.15\"  "-I../../.."   APItest.c
APItest.xs: In function `XS_XS__APItest_DPeek':
APItest.xs:859: warning: passing arg 1 of `Perl_sv_peek' from
incompatible pointer type
APItest.xs:859: error: too few arguments to function `Perl_sv_peek'
make[1]: *** [APItest.o] Error 1
make[1]: Leaving directory `/c/_/perl_tmp/34417/perl-current/ext/XS/APItest'
make: *** [lib/auto/XS/APItest/APItest.dll] Error 2
Make failed


Follow-Ups from:
"H.Merijn Brand" <h.m.brand@xs4all.nl>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]