[gnucash-de] libofx-0.8.0]
Christian Stimming
stimming at tuhh.de
Sam Okt 8 06:14:23 EDT 2005
https://sourceforge.net/tracker/index.php?func=detail&aid=1249358&group_id=61170&atid=496353
It seems to me that you need to fix something along the
lines of the following patch:
--- libofx-0.8.0-orig/lib/tree.hh 2004-04-09
08:51:45.000000000 +0200
+++ libofx-0.8.0/lib/tree.hh 2005-09-19
14:18:54.000000000 +0200
@@ -69,7 +69,7 @@
}
template <class T1>
-inline void kp::destructor(T1* p)
+inline void destructor(T1* p)
{
p->~T1();
}
Am Samstag, 8. Oktober 2005 11:58 schrieb Gerd Schuckar:
> Hallo,
> nachdem sich die bei mir auflaufenden Fehler anscheinend nicht analysieren
> lassen, versuche ich jetzt gwenhywfar-1.18.0.tar.gz und
> aqbanking-1.6.0beta.tar.gz auf meinem System zu installieren. Gwenhywfar in
> der angegebenen Version war kein Problem. Aqbanking erwartet
> libofx-0.8.0.tar.gz. Im Netz habe ich keine fertiges Paket für fedora cor 4
> gefunden. Es gibt Version 0.7.0. Diese wird jedoch abgewiesen. Ein make für
> version 0.8.0 scheiterte u.A an fehlendem OpenSP welches ich
> nachinstalliert habe. Jetzt bricht make für libofx-0.8.0 mit
> ---- snipp -----
> tree.hh:72: error: explicit qualification in declaration of `void
> kp::destructor(T1*)'
> make[2]: *** [ofx_container_generic.lo] Fehler 1
> make[2]: Leaving directory `/home/gsh/Downloads/aqbanking/libofx-0.8.0/lib'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Leaving directory `/home/gsh/Downloads/aqbanking/libofx-0.8.0'
> make: *** [all] Fehler 2
> ---- snapp ------
> any ideas?