On Mon Mar 20 17:41:42 2006, guest wrote:
Show quoted text> [root@baastet threads-1.13]# make
> cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
> -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"1.13\"
> -DXS_VERSION=\"1.13\" -fpic
> "-I/usr/local/lib/perl5/5.8.7/i686-linux-thread-multi/CORE" threads.c
> threads.xs: In function ‘good_stack_size’:
> threads.xs:317: error: syntax error before ‘UVdf’
> make: *** [threads.o] Error 1
I can confirm this on Perl 5.8.8 on MacOS X 10.3.9
Checking if your kit is complete...
Looks good
Writing Makefile for threads
CPAN: YAML loaded ok
cp threads.pm blib/lib/threads.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/local/lib/
perl5/5.8.8/ExtUtils/typemap -typemap typemap threads.xs > threads.xsc && mv
threads.xsc threads.c
cc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/
local/include -Os -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/usr/local/lib/perl5/
5.8.8/darwin-thread-multi-2level/CORE" threads.c
threads.xs: In function `good_stack_size':
threads.xs:317: error: parse error before "UVdf"
make: *** [threads.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Failed during this command:
JDHEDDEN/threads-1.13.tar.gz : make NO