Subject: | Compilation error on Ubuntu 8.10 |
Hello,
When I try to compile I always have this error (I'm on Ubuntu 8.10, on
Ubuntu 8.04 it works) :
.../Geo-Proj4-1.00$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: -L./lib changed to
-L/media/SanDisk/osm/osmtoday/Geo-Proj4-1.00/./lib
Writing Makefile for Geo::Proj4
.../Geo-Proj4-1.00$ make
cp lib/Geo/Proj4.pm blib/lib/Geo/Proj4.pm
cp lib/Geo/Proj4.pod blib/lib/Geo/Proj4.pod
/usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap
/usr/share/perl/5.10/ExtUtils/typemap -typemap typemap Proj4.xs >
Proj4.xsc && mv Proj4.xsc Proj4.c
cc -c -I./include -O2 -g -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\"
-fPIC "-I/usr/lib/perl/5.10/CORE" Proj4.c
Proj4.xs: In function ‘XS_Geo__Proj4_transform_proj4’:
Proj4.xs:158: attention : le format n'est pas une chaîne littérale et
pas d'argument de format
Proj4.xs:159: attention : le format n'est pas une chaîne littérale et
pas d'argument de format
Proj4.xs:160: attention : le format n'est pas une chaîne littérale et
pas d'argument de format
Running Mkbootstrap for Geo::Proj4 ()
chmod 644 Proj4.bs
rm -f blib/arch/auto/Geo/Proj4/Proj4.so
cc -shared -O2 -g -L/usr/local/lib Proj4.o -o
blib/arch/auto/Geo/Proj4/Proj4.so \
-L/media/SanDisk/osm/osmtoday/Geo-Proj4-1.00/lib -lproj \
chmod 755 blib/arch/auto/Geo/Proj4/Proj4.so
cp Proj4.bs blib/arch/auto/Geo/Proj4/Proj4.bs
chmod 644 blib/arch/auto/Geo/Proj4/Proj4.bs
Manifying blib/man3/Geo::Proj4.3pm
Can't write-open blib/man3/Geo::Proj4.3pm: Argument invalide at
/usr/share/perl/5.10/ExtUtils/Command/MM.pm line 131
make: *** [manifypods] Erreur 22
$ perl -v
This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
$ uname -a
Linux iscpc24 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686
GNU/Linux
Thanks in advance
Stéphane