perl SAP RFC SDK make problems in fedora
am 02.12.2005 11:47:09 von thulsa.doomHi
I'm trying to install Perl module SAP-Rfc-1.32 on my Fedora FC4
installation (x86_32).
Whe I do make, or make test, I keep getting:
gcc -c -I/usr/sap/rfcsdk/include -D_REENTRANT -D_GNU_SOURCE
-DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64
-I/usr/include/gdbm -O2 -g -pipe -Wp
,-D_FORTIFY_SOURCE=3D2 -fexceptions -m32 -march=3Di386 -mtune=3Dpentium4
-fasynchronous-unwind-tables -D VERSION=3D\"1.32\"
-DXS_VERSION=3D\"1.32\" -fPIC
"-I/usr/lib/perl5/5.8.6/i386-linux-thread-multi/CORE"
-DSUMITELSE Rfc.c
Rfc.xs: In function =E2make_copy=E2:
Rfc.xs:183: warning: pointer targets in passing argument 3 of
=E2Perl_sv_2pv_flags=E2 differ in signedne ss
Rfc.xs:183: warning: pointer targets in passing argument 3 of
=E2Perl_sv_2pv_flags=E2 differ in signedne ss
Rfc.xs: In function =E2make_strdup=E2:
Rfc.xs:200: warning: pointer targets in passing argument 3 of
=E2Perl_sv_2pv_flags=E2 differ in signedne ss
Rfc.xs:200: warning: pointer targets in passing argument 3 of
=E2Perl_sv_2pv_flags=E2 differ in signedne ss
Rfc.xs: In function =E2MyRfcCallReceive=E2:
Rfc.xs:445: error: invalid lvalue in assignment
Rfc.xs: In function =E2handle_request=E2:
Rfc.xs:1205: error: invalid lvalue in assignment
make: *** [Rfc.o] Error 1
Can anyone tell me how to fix?
thanks,
TD