Hallo,

habe ein kleines Problem. Heute morgen bin ich auf die V3 Sourcen geschwenkt. 
Gemäß Anleitung von Christian in der Mail vom 13.6. wie folgt:

Gwenhywfar
svn co http://devel.aqbanking.de/svn/gwenhywfar/branches/branch-aq3

Aqbanking
svn co http://devel.aqbanking.de/svn/aqbanking/branches/branch-aq3

Das ergibt folgende revisions:

[EMAIL PROTECTED]:~/devel/gwenhywfar> svn update
At revision 1258.
[EMAIL PROTECTED]:~/devel/aqbanking> svn update
At revision 1276.

Gwen ist übersetzt und installiert.

Wenn ich AqB übersetzen will, bekomme ich folgenden Fehler:

gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../headers 
-I/usr/include/gwenhywfar3 -I/usr/lib/qt3/include -DBUILDING_AQBANKING -g -O2 
-g -Wall -MT transactionfns.lo -MD -MP -MF .deps/transactionfns.Tpo -c 
transactionfns.c  -fPIC -DPIC -o .libs/transactionfns.o
transactionfns.c: In function `AB_Transaction_Compare':
transactionfns.c:47: error: too few arguments to function 
`GWEN_DB_WriteToBuffer'
transactionfns.c:67: error: too few arguments to function 
`GWEN_DB_WriteToBuffer'

Ein Blick in die Sourcen sagt:

     err=GWEN_DB_WriteToBuffer(dbT, buf1, GWEN_DB_FLAGS_COMPACT);

und einer in die entsprechende Header-Datei:

   GWENHYWFAR_API
   int GWEN_DB_WriteToBuffer(GWEN_DB_NODE *n,
                          GWEN_BUFFER *buf,
                          uint32_t dbflags,
                          uint32_t guiid,
                          int msecs);

Klar, dass das dann nicht funktionieren kann.  Martin, irgendeine Idee, was 
ich falsch mache?

-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
'I think there is a world market for maybe five computers.'
 -Thomas Watson, Chairman of IBM, 1943
-------------------------------------------------------------

Attachment: pgpaxDo8iM3fX.pgp
Description: signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to