Anders Johansson schrieb:
On Monday 19 September 2005 01:37, houghi wrote:
No idea if this is SUSE 10.0 RC1 related, perl related or something else.
It's gcc 4 related. In gcc 4 you are no longer allowed to cast an lvalue (basically the left hand side of an assignment). The program needs to be patched to work with gcc 4.x
I am having a very similar problem with libofx 0.8.0 from http://sourceforge.net/projects/libofx I am getting the following error: 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 `/usr/src/packages/BUILD/libofx-0.8.0/lib' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/usr/src/packages/BUILD/libofx-0.8.0' make: *** [all] Fehler 2 error: Bad exit status from /var/tmp/rpm-tmp.8440 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.8440 (%build) There already is a bug opened for this due to gcc4 in the sourceforge project. When this bug is solved, I will probably (if everything else works fine ;-)) be able to provide more actual gnucash-packages to the community. rauch