On 9 Feb 2007, at 8:34:10 AM, Christian Stimming wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Christian Stimming schrieb: >> David Reiser schrieb: >>>> I'm trying to get the gui wizard for aqbanking 2.2.7 to be built >>>> under mingw (using the gnucash install.sh) > > With r15533, I've already included the necessary configure commands as > optional parts in install.sh. Especially this weird .la file > creation is > now handled automatically in install.sh. > > If you want to try these out: > > export aqbanking_with_qt=yes > ./install.sh > > 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: g++ -DHAVE_CONFIG_H -DQT3_SUPPORT -I. -I. -I../../../../../../.. - I../../../../../../../headers -I dialogs -I/c/soft/gwenhywfar/include -I/c/Qt/4.2.2/include -I/c/Qt/4.2.2/include/Qt -I/c/Qt/4.2.2/include/ QtCore -I/c/Qt/4.2.2/include/QtGui -I/c/Qt/4.2.2/include/Qt3Support - mms-bitfields -mms-bitfields -mms-bitfields -mms-bitfields -I/c/soft/ libofx/include -g -O2 -g -Wall -MT cfgmoduleofx.lo -MD -MP -MF .deps/ cfgmoduleofx.Tpo -c cfgmoduleofx.cpp -DDLL_EXPORT -DPIC -o .libs/ cfgmoduleofx.o 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' Both machines are WinXP SP2. The one at home is much slower... 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. > > > Christian Dave -- David Reiser [EMAIL PROTECTED] ------------------------------------------------------------------------- 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
