Thread SAP::Rfc Problem: Kann nicht compilieren (1 answers)
Opened by Gast at 2006-08-22 15:10

Gast Gast
 2006-08-22 15:10
#48054 #48054
Hallo allerseits,

ich brauche dringend Hilfe von Euch.

Ich versuche auf Debian 3.1 das Perl-Modul SAP::Rfc ( v.1.47 ) zu installieren.
Leider schlaegt die uebersetzung fehl.

Konfiguration mit perl Makefile.PL

Und dann make ( hier geht's schief *argh* )

Fehlermeldung
Quote
cc -c -I/usr/sap/rfcsdk/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.47\" -DXS_VERSION=\"1.47\" -fPIC "-I/usr/lib/perl/5.8/CORE" -g -Wall -DSUMITELSE Rfc.c

Rfc.xs:123: error: syntax error before "fieldsOfRFC_FLDS"
Rfc.xs:123: warning: type defaults to `int' in declaration of `fieldsOfRFC_FLDS'
Rfc.xs:125: warning: braces around scalar initializer
Rfc.xs:125: warning: (near initialization for `fieldsOfRFC_FLDS[0]')
Rfc.xs:125: warning: initialization makes integer from pointer without a cast
Rfc.xs:125: warning: excess elements in scalar initializer
Rfc.xs:125: warning: (near initialization for `fieldsOfRFC_FLDS[0]')
Rfc.xs:125: warning: excess elements in scalar initializer
Rfc.xs:125: warning: (near initialization for `fieldsOfRFC_FLDS[0]')
Rfc.xs:125: warning: excess elements in scalar initializer
Rfc.xs:125: warning: (near initialization for `fieldsOfRFC_FLDS[0]')
Rfc.xs:125: warning: excess elements in scalar initializer
Rfc.xs:125: warning: (near initialization for `fieldsOfRFC_FLDS[0]')
Rfc.xs:126: warning: braces around scalar initializer
Rfc.xs:126: warning: (near initialization for `fieldsOfRFC_FLDS[1]')
Rfc.xs:126: warning: initialization makes integer from pointer without a cast
Rfc.xs:126: warning: excess elements in scalar initializer
...
ca. 100 aehnliche Zeilen, bis er abbricht ...

Danke schon mal vorweg.

Gruss,
Shango

Edit by Snoopy:
Tags für die Leserlichkeit eingefügt.

View full thread SAP::Rfc Problem: Kann nicht compilieren