[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Storable-2.15 on FC9
I'm trying to install Storable-2.15 on Fedora Core 9 with perl 5.10.0. I run
perl Makefile.PL, then make produces this --
gcc -c -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-DPERL_USE_SAFE_PUTENV -DVERSION=\"2.15\" -DXS_VERSION=\"2.15\" -fPIC
"-I/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/CORE" Storable.c
Storable.xs: In function 'sv_type':
Storable.xs:3434: error: duplicate case value
Storable.xs:3429: error: previously used here
Storable.xs: In function 'retrieve_hook':
Storable.xs:4095: warning: null argument where non-null required (argument
2)
Storable.xs: In function 'old_retrieve_array':
Storable.xs:5488: warning: null argument where non-null required (argument
2)
Storable.xs: In function 'old_retrieve_hash':
Storable.xs:5550: warning: null argument where non-null required (argument
2)
make: *** [Storable.o] Error 1
I don't know what to make of this. Is it even possible to compile 2.15 on
FC9 with 5.10.0? Am I missing a library? Any suggestions or ideas would
really be appreciated.
- Follow-Ups from:
-
Nicholas Clark <nick@ccl4.org>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]