On 10 Feb 2007, at 5:54:58 AM, Christian Stimming wrote: > > > 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 >
Do I have to run configure again? Is there a parameter option? from src/plugins/backends/aqofxconnect/ui/qt3/libs I get: $ make qt4-port for d in ; do \ make -C $d qt4-port; \ done /bin/sh: -c: line 1: syntax error near unexpected token `;' /bin/sh: -c: line 1: `for d in ; do make -C $d qt4-port; done' make: *** [qt4-port] Error 2 > 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
