Bitte wähle nachfolgend aus, welche Beiträge auf dieser Themenseite auf dem Ausdruck ausgegeben werden sollen. Um dies zu tun markiere bitte die Checkbox auf der linken Seite der Posts, die im Ausdruck berücksichtigt werden sollen und klicke anschließend ganz unten auf der Seite auf den Button "Drucken".

aqbanking-1.9.2_beta

eqi

Betreff:

aqbanking-1.9.2_beta

 ·  Gepostet: 22.01.2006 - 15:03 Uhr  ·  #23262
Hallo,

ich möchte gern aqbanking installieren um den qbankmanager nutzen zu können.

Leider bricht es immer beim kompilieren ab.

Ich nutze gentoo Linux und habe einen SPR 532.
Libchipcard2 ist installiert.

Code

chipcard-tool check
  Readers:
  - auto1-ccid_scm_x32 (SCM Chipdrive Pinpad X32, port 0, keypad): up



Hier der Fehler (ab dem auftreten von errors):

Code

In file included from qbuserlist.cpp:18:
qbuserlist.h:18:25: aqhbci/user.h: No such file or directory
In file included from qbuserlist.cpp:18:
qbuserlist.h:28: error: ISO C++ forbids declaration of `AB_USER' with no type
qbuserlist.h:28: error: expected `;' before '*' token
qbuserlist.h:33: error: `AB_USER' has not been declared
qbuserlist.h:33: error: ISO C++ forbids declaration of `user' with no type
qbuserlist.h:36: error: `AB_USER' has not been declared
qbuserlist.h:36: error: ISO C++ forbids declaration of `user' with no type
qbuserlist.h:41: error: ISO C++ forbids declaration of `AB_USER' with no type
qbuserlist.h:41: error: expected `;' before '*' token
qbuserlist.h:52: error: `AB_USER' has not been declared
qbuserlist.h:52: error: ISO C++ forbids declaration of `user' with no type
qbuserlist.h:53: error: `AB_USER' was not declared in this scope
qbuserlist.h:53: error: template argument 1 is invalid
qbuserlist.h:53: error: template argument 2 is invalid
qbuserlist.h:53: error: ISO C++ forbids declaration of `users' with no type
qbuserlist.h:55: error: `AB_USER' has not been declared
qbuserlist.h:55: error: ISO C++ forbids declaration of `user' with no type
qbuserlist.h:57: error: ISO C++ forbids declaration of `AB_USER' with no type
qbuserlist.h:57: error: expected `;' before '*' token
qbuserlist.h:58: error: `AB_USER' was not declared in this scope
qbuserlist.h:58: error: template argument 1 is invalid
qbuserlist.h:58: error: template argument 2 is invalid
qbuserlist.h:58: error: ISO C++ forbids declaration of `getSelectedUsers' with no type
qbuserlist.h:59: error: `AB_USER' was not declared in this scope
qbuserlist.h:59: error: template argument 1 is invalid
qbuserlist.h:59: error: template argument 2 is invalid
qbuserlist.h:59: error: ISO C++ forbids declaration of `getSortedUsers' with no type
qbuserlist.h:60: error: ISO C++ forbids declaration of `AB_USER_LIST2' with no type
qbuserlist.h:60: error: expected `;' before '*' token
qbuserlist.cpp:27: error: `AB_USER' has not been declared
qbuserlist.cpp:28: error: ISO C++ forbids declaration of `user' with no type
qbuserlist.cpp: In constructor `QBUserListViewItem::QBUserListViewItem(QBUserListView*, int*)':
qbuserlist.cpp:29: error: class `QBUserListViewItem' does not have any field named `_user'
qbuserlist.cpp: In copy constructor `QBUserListViewItem::QBUserListViewItem(const QBUserListViewItem&)':
qbuserlist.cpp:38: error: class `QBUserListViewItem' does not have any field named `_user'
qbuserlist.cpp:40: error: 'const class QBUserListViewItem' has no member named '_user'
qbuserlist.cpp:41: error: `_user' undeclared (first use this function)
qbuserlist.cpp:41: error: (Each undeclared identifier is reported only once for each function it appears in.)
qbuserlist.cpp:41: error: 'const class QBUserListViewItem' has no member named '_user'
qbuserlist.cpp: At global scope:
qbuserlist.cpp:48: error: `AB_USER' has not been declared
qbuserlist.cpp:49: error: ISO C++ forbids declaration of `user' with no type
qbuserlist.cpp: In constructor `QBUserListViewItem::QBUserListViewItem(QBUserListView*, QListViewItem*, int*)':
qbuserlist.cpp:50: error: class `QBUserListViewItem' does not have any field named `_user'
qbuserlist.cpp: At global scope:
qbuserlist.cpp:62: error: expected constructor, destructor, or type conversion before '*' token
qbuserlist.cpp:62: error: expected `,' or `;' before '*' token
qbuserlist.cpp: In member function `void QBUserListViewItem::_populate()':
qbuserlist.cpp:72: error: `_user' undeclared (first use this function)
qbuserlist.cpp:77: error: `AB_User_GetBankCode' undeclared (first use this function)
qbuserlist.cpp:83: error: `AB_User_GetUserId' undeclared (first use this function)
qbuserlist.cpp:89: error: `AB_User_GetCustomerId' undeclared (first use this function)
qbuserlist.cpp:95: error: `AB_User_GetBackendName' undeclared (first use this function)
qbuserlist.cpp: At global scope:
qbuserlist.cpp:121: error: variable or field `addUser' declared void
qbuserlist.cpp:121: error: `int QBUserListView::addUser' is not a static member of `class QBUserListView'
qbuserlist.cpp:121: error: `AB_USER' was not declared in this scope
qbuserlist.cpp:121: error: `user' was not declared in this scope
qbuserlist.cpp:121: error: expected `,' or `;' before '{' token
qbuserlist.cpp:129: error: `AB_USER' was not declared in this scope
qbuserlist.cpp:129: error: template argument 1 is invalid
qbuserlist.cpp:129: error: template argument 2 is invalid
qbuserlist.cpp:129: error: ISO C++ forbids declaration of `users' with no type
qbuserlist.cpp: In member function `void QBUserListView::addUsers(const int&)':
qbuserlist.cpp:130: error: `AB_USER' undeclared (first use this function)
qbuserlist.cpp:130: error: template argument 1 is invalid
qbuserlist.cpp:130: error: template argument 2 is invalid
qbuserlist.cpp:130: error: expected `;' before '::' token
qbuserlist.cpp:132: error: `it' undeclared (first use this function)
qbuserlist.cpp:132: error: request for member `begin' in `users', which is of non-class type `const int'
qbuserlist.cpp:132: error: request for member `end' in `users', which is of non-class type `const int'
qbuserlist.cpp: At global scope:
qbuserlist.cpp:142: error: expected constructor, destructor, or type conversion before '*' token
qbuserlist.cpp:142: error: expected `,' or `;' before '*' token
qbuserlist.cpp:154: error: `AB_USER' was not declared in this scope
qbuserlist.cpp:154: error: template argument 1 is invalid
qbuserlist.cpp:154: error: template argument 2 is invalid
qbuserlist.cpp:154: error: ISO C++ forbids declaration of `getSelectedUsers' with no type
qbuserlist.cpp: In member function `int QBUserListView::getSelectedUsers()':
qbuserlist.cpp:155: error: `AB_USER' undeclared (first use this function)
qbuserlist.cpp:155: error: template argument 1 is invalid
qbuserlist.cpp:155: error: template argument 2 is invalid
qbuserlist.cpp:155: error: invalid type in declaration before ';' token
qbuserlist.cpp:165: error: request for member `push_back' in `users', which is of non-class type `int'
qbuserlist.cpp:165: error: 'class QBUserListViewItem' has no member named 'getUser'
qbuserlist.cpp: At global scope:
qbuserlist.cpp:174: error: `AB_USER' was not declared in this scope
qbuserlist.cpp:174: error: template argument 1 is invalid
qbuserlist.cpp:174: error: template argument 2 is invalid
qbuserlist.cpp:174: error: ISO C++ forbids declaration of `getSortedUsers' with no type
qbuserlist.cpp: In member function `int QBUserListView::getSortedUsers()':
qbuserlist.cpp:175: error: `AB_USER' undeclared (first use this function)
qbuserlist.cpp:175: error: template argument 1 is invalid
qbuserlist.cpp:175: error: template argument 2 is invalid
qbuserlist.cpp:175: error: invalid type in declaration before ';' token
qbuserlist.cpp:184: error: request for member `push_back' in `users', which is of non-class type `int'
qbuserlist.cpp:184: error: 'class QBUserListViewItem' has no member named 'getUser'
qbuserlist.cpp: At global scope:
qbuserlist.cpp:192: error: expected constructor, destructor, or type conversion before '*' token
qbuserlist.cpp:192: error: expected `,' or `;' before '*' token
qbuserlist.cpp:215: error: variable or field `removeUser' declared void
qbuserlist.cpp:215: error: `int QBUserListView::removeUser' is not a static member of `class QBUserListView'
qbuserlist.cpp:215: error: `AB_USER' was not declared in this scope
qbuserlist.cpp:215: error: `user' was not declared in this scope
qbuserlist.cpp:215: error: expected `,' or `;' before '{' token
make[8]: *** [qbuserlist.lo] Error 1
make[8]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src/frontends/qbanking/lib/widgets'
make[7]: *** [all] Error 2
make[7]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src/frontends/qbanking/lib/widgets'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src/frontends/qbanking/lib'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src/frontends/qbanking/lib'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src/frontends/qbanking'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src/frontends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/aqbanking-1.9.2_beta/work/aqbanking-1.9.2beta'
make: *** [all] Error 2

!!! ERROR: net-libs/aqbanking-1.9.2_beta failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

oc2pus

Betreff:

Re: aqbanking-1.9.2_beta

 ·  Gepostet: 22.01.2006 - 15:33 Uhr  ·  #23263
aqhbci/user.h <== diese Datei fehlt dir ...

d.h. du musst aqbanking-devel ebenfalls installieren.

aquamaniac

Betreff:

Re: aqbanking-1.9.2_beta

 ·  Gepostet: 22.01.2006 - 21:28 Uhr  ·  #23267
Zitat geschrieben von oc2pus
aqhbci/user.h <== diese Datei fehlt dir ...
d.h. du musst aqbanking-devel ebenfalls installieren.


Zum einen braucht er AqBanking-devel tatsaechlich, zum anderen handelt es sich aber auch um einen Bug in der letzten AqBanking-Version (war nur nich aufgefallen, weil das HBCI-Backend bei den meisten Usern eh immer eingeschaltet ist).


Gruss
Martin

eqi

Betreff:

Danke!

 ·  Gepostet: 23.01.2006 - 11:26 Uhr  ·  #23312
Dankeschön!

Es hat nun alles geklappt.
Der Import von Karte ging auch gleich bestens.

Vielen Dank für die tolle Software!


Allerdings hab ich noch eine Frage:

Ich hatte vorher immer aqmoney mit dem aqmi genutzt.
Da kann man einen Kontoauszug drucken der neben dem Datum, Fremder Name und Betref und Betrag noch eine Spalte enthält.

Da steht drin was der jeweilige Eintrag ist:
z.B. Lastschrift, Überweisung, Gebühren

Wie kann man diese im aqbankmanager erreichen?

aquamaniac

Betreff:

Re: Danke!

 ·  Gepostet: 23.01.2006 - 14:51 Uhr  ·  #23330
Zitat geschrieben von eqi

Ich hatte vorher immer aqmoney mit dem aqmi genutzt.
Da kann man einen Kontoauszug drucken der neben dem Datum, Fremder Name und Betref und Betrag noch eine Spalte enthält.

Da steht drin was der jeweilige Eintrag ist:
z.B. Lastschrift, Überweisung, Gebühren


Du kannst Dich bei QBankManager auf Berichte/Modul auswaehlen(Einfache Kontoauszuege)/(weiter unten: Profile/Neu) durchklicken.

Es erscheint ein Dialog, der Dir erlaubt festzulegen, was in welcher Spalte des Kontoauszuges stehen soll.

Damit Du das nicht immer neu eingeben musst, kannst Du das neue Profil speichern und zukuenftig direkt verwenden.

Gruss
Martin