Absturz HBCI-Einrichtung (war: [gnucash-de] gnucash-1.8.4)

Falk Pauser paule.p at gmx.de
Don Jun 5 18:06:21 CDT 2003


hi,

> Nein, das war natürlich falsch -- das hast du schon ganz richtig 
> weggelassen.


jetzt mit:
-----------------------------------------------------------------------
bla
bla
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <iostream>
#include "assert.h"
bla
bla
-----------------------------------------------------------------------


und ohne ")" in zeile 1002/1003 - trotzdem fehlerhaft:
-----------------------------------------------------------------------
api.cpp:1003: syntax error before `<'
api.cpp:1004: ANSI C++ forbids declaration `tmp' with no type
api.cpp:1004: `mtype' was not declared in this scope
api.cpp:1004: implicit declaration of function `int
HBCI::_findMediumPlugin(...)                                            
                                                                       
' api.cpp:1005: syntax error before `<'
api.cpp:1008: `Medium' was not declared in this scope
api.cpp:1008: syntax error before `::'
api.cpp:1012: syntax error before `;'
api.cpp:1014: ANSI C++ forbids declaration `mtype' with no type
api.cpp:1014: conflicting types for `int HBCI::mtype'
api.cpp:1011: previous declaration as `class string HBCI::mtype'
api.cpp:1014: `cfg' was not declared in this scope
api.cpp:1014: `group' was not declared in this scope
api.cpp:1015: parse error before `if'
api.cpp:1022: ANSI C++ forbids declaration `tmp' with no type
api.cpp:1022: redefinition of `int HBCI::tmp'
api.cpp:1004: `int HBCI::tmp' previously defined here
api.cpp:1022: `mtype' was not declared in this scope
api.cpp:1022: implicit declaration of function `int
HBCI::_ensureMediumPlugin(..                                            
                                                                       
.)' api.cpp:1023: parse error before `return'
api.cpp:1027: syntax error before `::'
api.cpp:1033: ANSI C++ forbids declaration `tmp' with no type
api.cpp:1033: `m' was not declared in this scope
api.cpp:1034: parse error before `if'
api.cpp:1046: syntax error before `::'
api.cpp:1060: `Medium' was not declared in this scope
api.cpp:1060: syntax error before `::'
api.cpp:1064: ANSI C++ forbids declaration `tmp' with no type
api.cpp:1064: redefinition of `int tmp'
api.cpp:1033: `int tmp' previously defined here
api.cpp:1064: `mtype' was not declared in this scope
api.cpp:1065: parse error before `return'
api.cpp:1069: `Medium' was not declared in this scope
api.cpp:1069: syntax error before `::'
api.cpp:1085: ANSI C++ forbids declaration `tmp' with no type
api.cpp:1085: redefinition of `int tmp'
api.cpp:1064: `int tmp' previously defined here
api.cpp:1085: `mtype' was not declared in this scope
api.cpp:1086: parse error before `return'
api.cpp:1090: `User' was not declared in this scope
api.cpp:1090: syntax error before `::'
api.cpp:1100: `Customer' was not declared in this scope
api.cpp:1100: syntax error before `::'
api.cpp:1107: `Bank' was not declared in this scope
api.cpp:1107: syntax error before `::'
api.cpp:1115: syntax error before `.'
api.cpp:1121: syntax error before `::'
api.cpp:1126: syntax error before `!='
api.cpp:1126: syntax error before `++'
api.cpp:1136: `Account' was not declared in this scope
api.cpp:1137: syntax error before `::'
api.cpp:1144: `Pointer' was not declared in this scope
api.cpp:1144: `OutboxJob' was not declared in this scope
api.cpp:1144: template argument 1 is invalid
api.cpp:1144: template argument 1 is invalid
api.cpp:1144: template argument 2 is invalid
api.cpp:1144: parse error before `>'
api.cpp:1149: syntax error before `::'
api.cpp:1154: syntax error before `::'
api.cpp:1159: syntax error before `::'
api.cpp:1164: syntax error before `::'
api.cpp:1170: `MediumPluginList' was not declared in this scope
api.cpp:1170: syntax error before `::'
api.cpp:1172: `Pointer' was not declared in this scope
api.cpp:1172: `MediumPlugin' was not declared in this scope
api.cpp:1172: template argument 1 is invalid
api.cpp:1172: template argument 1 is invalid
api.cpp:1172: template argument 2 is invalid
api.cpp:1172: parse error before `>'
api.cpp:1182: ANSI C++ forbids declaration `pl' with no type
api.cpp:1182: parse error before `('
api.cpp:1185: syntax error before `!='
api.cpp:1185: syntax error before `++'
make[4]: *** [api.lo] Fehler 1
make[4]: Verlassen des Verzeichnisses Verzeichnis
»/home/fisons/downloads/office                                          
                                                                      
/openhbci-0.9.11/src/openhbci« make[3]: *** [all-recursive] Fehler 1
make[3]: Verlassen des Verzeichnisses
Verzeichnis»/home/fisons/downloads/office                               
                                                                        
          /openhbci-0.9.11/src/openhbci« make[2]: *** [all-recursive]
Fehler 1 make[2]: Verlassen des Verzeichnisses Verzeichnis
»/home/fisons/downloads/office                                          
                                                                        
 /openhbci-0.9.11/src« make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
»/home/fisons/downloads/office                                          
                                                                        
/openhbci-0.9.11« make: *** [all] Fehler 2
-----------------------------------------------------------------------

falk