-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David Reiser schrieb: >> package. You will have to wait until I've released a 2.2.8 package, or >> alternatively get the source from CVS >> http://sourceforge.net/cvs/?group_id=115695 or SVN >> http://article.gmane.org/gmane.comp.finance.aqbanking.devel/839 >> > I checked out the latest svn, and after much struggle to get > environment/scripts working at all, I get: > > In file included from cfgtabpageaccountofx.cpp:19: > cfgtabpageaccountofx.ui.h:11:31: QtGui/Q3ButtonGroup: No such file or > directory > cfgtabpageaccountofx.ui.h:13:30: QtGui/Q3GridLayout: No such file or > directory > cfgtabpageaccountofx.ui.h:14:30: QtGui/Q3HBoxLayout: No such file or > directory > cfgtabpageaccountofx.ui.h:18:30: QtGui/Q3VBoxLayout: No such file or > directory > > I think those QtGui should be Qt3Support (trying a handed editted > version now...). I can't tell if it's qt4-port or qt3to4 that's done the > deed. Then there's the question of whether I've caused it by not having > some path set correctly. Rats.
I saw those as well, but somehow these resolved themselves after some trial and error. First of all, the files "*.ui.h" are generated by the tool "uic3", so it's qt's fault and not ours if uic3 added header files that are unavailable. Secondly, which qt version do you have installed? I tried with qt-4.1.2 first, then upgraded to the latest qt-4.2.2 and with that version this error went away. I might have had to run "make clean" after "make qt4-port" to make sure these generated files are generated cleanly, but I think the version upgrade was even more important. Regards, Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRdAz7mXAi+BfhivFAQIWlAP+LJjzUZULiLyM/vv2JRYlnuVnh20a72tH EzoBn6C3eWDSGyU7RkVpFVbUcQ2t3XV3GD6xi1qF09MF9k66uHOEoy4pJ5KudQSz qIJU9bCp1tEr+lcZrSJa0GgEbeXrfUZ0RGaoGcBQ6+/cOTp+D+v/3uVc1FLTBd7q m/rVdOI+Z2A= =GM9u -----END PGP SIGNATURE----- ------------------------------------------------------------------------- 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
