Quantcast
Channel: perl.jpl
Viewing all articles
Browse latest Browse all 80

need some help with jpl installation by Jan Hoffmann

$
0
0
hi everybody,

I am currently trying to install jpl on a Linux machine (SuSE 8.2), having
Perl 5.8 installed. When running install-jpl it stops at the point where
the perl interpreter is to be compiled. Please see the attached log for
details. As I don't have any clue how to face this problem I would be more
than happy if anyone out there could help me!

Thank a lot in advance!

Jan

----------------LOG from install-jpl--------------------------

cc -fPIC -rdynamic
-Wl,-rpath,/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE -shared
-Dbool=char -I/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE
-I/home/perforce/java/include -I/home/perforce/java/include/linux
-I/home/perforce/java/include/genunix PerlInterpreter.c \
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/auto/DynaLoader/DynaLoader.a \
-lc -lm -ldl \
-o libPerlInterpreter.so
In file included from
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/op.h:480,
from
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/perl.h:2209,
from PerlInterpreter.c:9:
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/reentr.h:602: error:
field `_crypt_struct' has incomplete type
In file included from
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/perl.h:3368,
from PerlInterpreter.c:9:
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:246: error:
parse error before "off64_t"
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:248: error:
parse error before "Perl_do_sysseek"
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:248: error:
parse error before "off64_t"
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:248: warning:
data definition has no type or storage class
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:249: error:
parse error before "Perl_do_tell"
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:249: warning:
data definition has no type or storage class
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:1378: error:
parse error before "Perl_PerlIO_tell"
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:1378: warning:
data definition has no type or storage class
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE/proto.h:1379: error:
parse error before "off64_t"
PerlInterpreter.c: In function `Java_PerlInterpreter_init':
PerlInterpreter.c:59: warning: passing arg 2 of `perl_parse' from
incompatible pointer type
PerlInterpreter.c: In function `Java_PerlInterpreter_eval':
PerlInterpreter.c:88: warning: passing arg 1 of `Perl_eval_pv' from
incompatible pointer type
PerlInterpreter.c:88: error: too few arguments to function `Perl_eval_pv'
PerlInterpreter.c: In function `xs_init':
PerlInterpreter.c:128: warning: passing arg 3 of `Perl_newXS' from
incompatible pointer type
make: *** [libPerlInterpreter.so] Fehler 1
Couldn't install PerlInterpreter


Viewing all articles
Browse latest Browse all 80

Trending Articles