I'm trying to get the gui wizard for aqbanking 2.2.7 to be built  
under mingw (using the gnucash install.sh)

aqbanking configure is not finding qt3to4, moc, or uic. The last two  
aren't found even if I use --with-qt3-moc=/path/to/qt/bin and the  
similar flag for uic.

The full configure command the script uses (hard coded directories  
are my doing since I was pretty sure I'd get the substitution  
punctuation wrong):

./configure \
        --with-gwen-dir=${_GWENHYWFAR_UDIR} \
        --with-frontends="cbanking" \
        --with-backends="aqdtaus aqhbci aqofxconnect" \
       --with-qt3-uic=/c/soft/qt/bin \
       --with-qt3-moc=/c/soft/qt/bin \
       qt3_libs="-L/c/soft/qt/bin -lQtCore4 -lQtGui4 -lQt3Support4" \
       qt3_includes="-I/c/soft/qt/include -I/c/soft/qt/include/Qt -I/ 
c/soft/qt/include/QtCore \
                     -I/c/soft/qt/include/QtGui -I/c/soft/qt/include/ 
Qt3Support" \
        CPPFLAGS="-I${_LIBOFX_UDIR}/include" \
        LDFLAGS="-L${_LIBOFX_UDIR}/lib" \
        --prefix=${_AQBANKING_UDIR}

The qt4 installer did complain that my mingw/include/w32api.h wasn't  
valid (it's version 3.8, while the supported version is 3.2). But the  
qt4 demo seems to work.

configure does complete, but then the script launches into 'make qt4- 
port' which fails miserably since qt3to4 hasn't been found.

Any suggestions?

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

Reply via email to