Am Samstag, 10. Februar 2007 06:00 schrieb David Reiser: > > Requirements: Have qt4 installed beforehand. QTDIR must point to its > > installation directory. $QTDIR/bin must be in the PATH variable - both > > things are usually done by the trolltech qt4 installer automatically. > > Thanks. And after fixing a broken Qt installation at home, I'm now at > least getting the same error on both machines I've been trying this on: > > In file included from cfgmoduleofx.cpp:20: > cfgtabpageaccountofx.h:32: error: `WFlags' has not been declared > cfgtabpageaccountofx.h:32: error: ISO C++ forbids declaration of `f' > with no type > In file included from cfgmoduleofx.cpp:21: > cfgtabpageuserofx.h:32: error: `WFlags' has not been declared > cfgtabpageuserofx.h:32: error: ISO C++ forbids declaration of `f' > with no type > make[10]: *** [cfgmoduleofx.lo] Error 1 > make[10]: Leaving directory `/c/soft/tmp/aqbanking-2.2.7/src/plugins/ > backends/aqofxconnect/ui/qt3/libs'
Oh, that's an error in the currently released version aqbanking-2.2.7 (that directory was forgotten on "make qt4-port"). It is fixed in SVN already and will be in 2.2.8. You current workaround, after configure but before make: cd src/plugins/backends/aqofxconnect/ui/qt3/libs make qt4-port cd .. # go back into root directory of aqbanking make clean make > For whatever reason, neither QTDIR nor the path to Qt/bin are added > to my system, even when I install to the default location. Time to > read up on bash profiles. I don't know which installers will add these, but here's where I see those being set on windows2000: Control center -> System -> Advanced -> Environment variables. Christian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
