Title: make problem aqbanking-lib 1.6.2

Hallo an Alle,

bin grad dabei, die aqbanking-lib zu übersetzen:
- aqbanking 1.6.2
- auf Ubuntu 5.10
- mit gwenhywfar 1.19.1-2 (Nummer gelesen im Paketmanager, nicht in /lib nachgeschaut)

./configure läuft vollständig durch (libchipcard und libofx disabled)

./make produziert viele dieser Fehler:
(kleiner Aussschnitt, 28k Textdatei wollte ich nicht hier reinkopieren)
########################### SCHNIPP ############################################
In file included from /usr/include/string.h:417,
                 from jobgetbalance.c:28:
/usr/include/bits/string2.h:394: error: storage class specified for parameter '__rawmemchr'
/usr/include/bits/string2.h:969: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:969: error: redefinition of parameter 'size_t'
/usr/include/string.h:249: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:969: error: syntax error before '__strcspn_c1'
/usr/include/bits/string2.h:971: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:971: error: redefinition of parameter 'size_t'
/usr/include/bits/string2.h:969: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:971: error: syntax error before '__strcspn_c1'
/usr/include/bits/string2.h:982: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:982: error: redefinition of parameter 'size_t'
/usr/include/bits/string2.h:971: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:982: error: syntax error before '__strcspn_c2'
/usr/include/bits/string2.h:994: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:994: error: redefinition of parameter 'size_t'
/usr/include/bits/string2.h:982: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:994: error: syntax error before '__strcspn_c3'
/usr/include/bits/string2.h:1047: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:1047: error: redefinition of parameter 'size_t'
/usr/include/bits/string2.h:994: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:1047: error: syntax error before '__strspn_c1'
/usr/include/bits/string2.h:1059: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:1059: error: redefinition of parameter 'size_t'
/usr/include/bits/string2.h:1047: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:1059: error: syntax error before '__strspn_c2'
/usr/include/bits/string2.h:1071: error: storage class specified for parameter 'size_t'
/usr/include/bits/string2.h:1071: error: redefinition of parameter 'size_t'
/usr/include/bits/string2.h:1059: error: previous definition of 'size_t' was here
/usr/include/bits/string2.h:1071: error: syntax error before '__strspn_c3'
/usr/include/bits/string2.h:1125: error: storage class specified for parameter '__strpbrk_c2'
/usr/include/bits/string2.h:1125: error: syntax error before '{' token
/usr/include/bits/string2.h:1137: error: storage class specified for parameter '__strpbrk_c3'
/usr/include/bits/string2.h:1137: error: syntax error before '{' token
/usr/include/bits/string2.h:1176: error: storage class specified for parameter '__strtok_r_1c'
/usr/include/bits/string2.h:1176: error: syntax error before '{' token
/usr/include/bits/string2.h:1223: error: storage class specified for parameter '__strsep_1c'
/usr/include/bits/string2.h:1226: error: storage class specified for parameter '__strsep_1c'
/usr/include/bits/string2.h:1226: error: redefinition of parameter '__strsep_1c'
/usr/include/bits/string2.h:1223: error: previous definition of '__strsep_1c' was here
/usr/include/bits/string2.h:1226: error: syntax error before '{' token
/usr/include/bits/string2.h:1236: error: storage class specified for parameter '__strsep_2c'
/usr/include/bits/string2.h:1236: error: syntax error before '{' token
/usr/include/bits/string2.h:1264: error: storage class specified for parameter '__strsep_3c'
/usr/include/bits/string2.h:1264: error: syntax error before '{' token
/usr/include/bits/string2.h:1323: error: syntax error before 'size_t'
/usr/include/bits/string2.h:1324: error: storage class specified for parameter '__strndup'
jobgetbalance.c:32: error: syntax error before 'GWEN_INHERIT'
jobgetbalance.c:62: error: syntax error before 'AB_JOBGETBALANCE'
make[5]: *** [jobgetbalance.lo] Fehler 1
make[5]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs/aqbanking/jobs«
make[4]: *** [all-recursive] Fehler 1
make[4]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs/aqbanking«
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2«
make: *** [all] Fehler 2
###################################### SCHNAPP ####################################

dann habe ich noch mal ./make > make_errors.txt gemacht, hier was in make_errors.txt
drin steht:
###################################### SCHNIPP ####################################
make  all-recursive
make[1]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2«
Making all in doc
make[2]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2/doc«
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/doc«
Making all in m4
make[2]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2/m4«
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/m4«
Making all in src
make[2]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2/src«
Making all in libs
make[3]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs«
Making all in aqbanking
make[4]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs/aqbanking«
Making all in jobs
make[5]: Gehe in Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs/aqbanking/jobs«
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../headers -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/qt3 -I/usr/include/kde -I./.. -I./../types    -g -O2 -g -Wall -MT jobgetbalance.lo -MD -MP -MF ".deps/jobgetbalance.Tpo" -c -o jobgetbalance.lo jobgetbalance.c; \

then mv -f ".deps/jobgetbalance.Tpo" ".deps/jobgetbalance.Plo"; else rm -f ".deps/jobgetbalance.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../headers -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/qt3 -I/usr/include/kde -I./.. -I./../types -g -O2 -g -Wall -MT jobgetbalance.lo -MD -MP -MF .deps/jobgetbalance.Tpo -c jobgetbalance.c  -fPIC -DPIC -o .libs/jobgetbalance.o

make[5]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs/aqbanking/jobs«
make[4]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs/aqbanking«
make[3]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src/libs«
make[2]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2/src«
make[1]: Verlasse Verzeichnis »/home/alexander/aqbanking-1.6.2«
###################################### SCHNAPP ####################################

was kann/soll/muß ich ändern?

Mit freundlichen Grüßen
Alexander Zoernack

··································································
Alexander Zoernack, R&D   *   phone   +49 361 22188 40
TechnoTrend AG            *   fax     +49 361 22188 44
Melchior-Bauer-Str. 5     *   [EMAIL PROTECTED]
D-99092 Erfurt            *   PGP-ID: 0x1e767a56
GERMANY                   *   www.technotrend.com
Visit our shop at:        *   http://shop.technotrend.de
··································································
This email, together with any attachments, is for the exclusive
and confidential use of the addressee(s). Any other distribution,
use or reproduction without the sender's prior consent is
unauthorised and strictly prohibited. If you have received this
message in error, please notify the sender by email immediately
and delete the message from your computer without making copies.
··································································
 

Reply via email to