Re: [Aqbanking-devel] Patch: Allow to compile GnuCash against upcoming AqBanking4

2008-10-05 Thread Christian Stimming
Thanks a lot for sending such a patch to gnucash-devel. Indeed the changes for gnucash are really very minor, so that the source code can and will be kept compatible for aqbanking3 and aqbanking4 alike. When seeing the #ifdef for the version number, I though with aqbanking4 you might consider

[Aqbanking-devel] Cross-compiling

2008-10-05 Thread Andreas Köhler
Hi folks, I have tried to cross-compile aqbanking (build=i686-pc-linux-gnu, host=i386-pc-mingw32) and failed because when cstdlib was included, mingw32-g++ complained about malloc being undeclared. It turns out this is the same error as described http://www.mail-archive.com/[EMAIL

Re: [Aqbanking-devel] Cross-compiling

2008-10-05 Thread Martin Preuss
Hi agan, On Sonntag, 5. Oktober 2008, Andreas Köhler wrote: [...] http://www.mail-archive.com/[EMAIL PROTECTED]/msg16738.html http://www.gnu.org/software/autoconf/manual/autoconf.html#index-AC_005fFUNC _005fMALLOC-399 [...] Ahh, now I see: The reason why gwenhywfar cross-compiles just fine and

Re: [Aqbanking-devel] Patch: Allow to compile GnuCash against upcoming AqBanking4

2008-10-05 Thread Ludolf Holzheid
On 2008-10-05 10:31 +0200, Christian Stimming wrote: [..] #define AQBANKING_VERSIONNUMBER \ 1 * AQBANKING_VERSION_MAJOR \ + 100 * AQBANKING_VERSION_MINOR \ + AQBANKING_VERSION_PATCHLEVEL which enables a condition like this #if AQBANKING_VERSIONNUMBER = 04 // code for

Re: [Aqbanking-devel] Cross-compiling

2008-10-05 Thread Andreas Köhler
Hi Martin, On Sun, 2008-10-05 at 15:24 +0200, Martin Preuss wrote: Hi agan, que? ;-) On Sonntag, 5. Oktober 2008, Andreas Köhler wrote: [...] http://www.mail-archive.com/[EMAIL PROTECTED]/msg16738.html http://www.gnu.org/software/autoconf/manual/autoconf.html#index-AC_005fFUNC

[Aqbanking-devel] Migrating to gnucash/aqbanking3

2008-10-05 Thread Rainer Dorsch
Hello, I am wonding if there is an howto for the migration from gnucash/aqbanking2 to gnucash/aqbanking3? Is there in import facility in aqbaning3 or is it sufficient to copy files from ~/.banking to ~/.aqbanking? If yes, which ones? Many thanks, Rainer -- Rainer Dorsch Lärchenstr. 6

Re: [Aqbanking-devel] Cross-compiling

2008-10-05 Thread Martin Preuss
Hi, On Sonntag, 5. Oktober 2008, Andreas Köhler wrote: [...] On Sun, 2008-10-05 at 15:24 +0200, Martin Preuss wrote: Hi agan, que? ;-) [...] Curious, it was just yesterday when I watched Fawlty Towers ;-)) [...] I stopped building libtool 1.5.22 and starting using the build machine's

Re: [Aqbanking-devel] Migrating to gnucash/aqbanking3

2008-10-05 Thread Martin Preuss
Hi, On Sonntag, 5. Oktober 2008, Rainer Dorsch wrote: [...] Is there in import facility in aqbaning3 or is it sufficient to copy files from ~/.banking to ~/.aqbanking? [...] Just make a copy of the folder .banking and name that copy .aqbanking. That's all. AqBanking4 already provides

Re: [Aqbanking-devel] Patch: Allow to compile GnuCash against upcoming AqBanking4

2008-10-05 Thread Christian Stimming
Am Sonntag, 5. Oktober 2008 15:35 schrieb Ludolf Holzheid: On 2008-10-05 10:31 +0200, Christian Stimming wrote: #define AQBANKING_VERSIONNUMBER \ 1 * AQBANKING_VERSION_MAJOR \ + 100 * AQBANKING_VERSION_MINOR \ + AQBANKING_VERSION_PATCHLEVEL which enables a condition like

Re: [Aqbanking-devel] Fehler bei aqhbci-tool changepin -u 123 und Berliner Volksbank

2008-10-05 Thread Paul Menzel
Lieber Martin, da ich Dich wieder auf der Liste sah, wollte ich fragen, ob es Neues zu diesem Problem gibt. Liebe Grüße, Paul signature.asc Description: Dies ist ein digital signierter Nachrichtenteil - This SF.Net

Re: [Aqbanking-devel] Fehler bei aqhbci-tool changepi n -u 123 und Berliner Volksbank

2008-10-05 Thread Martin Preuss
Moin, On Sonntag, 5. Oktober 2008, Paul Menzel wrote: [...] da ich Dich wieder auf der Liste sah, wollte ich fragen, ob es Neues zu diesem Problem gibt. [...] Noch nicht ganz. In den aktuellen Quellen habe ich da zwar etwas eingebaut (ChallengeKlasse auf 90 gesetzt), aber ich kann das ganze

Re: [Aqbanking-devel] Cross-compiling

2008-10-05 Thread Andreas Köhler
Hi Martin, On Sun, 2008-10-05 at 20:17 +0200, Martin Preuss wrote: On Sonntag, 5. Oktober 2008, Andreas Köhler wrote: [...] I stopped building libtool 1.5.22 and starting using the build machine's installation of libtool 2.2.6. AC_LIBTOOL_RC did not search for windres anymore and so RC