Hi David,

David Reiser schrieb:
In your case (for ofxconnect) you should first try

  ./configure --prefix=/opt --with-gwen-dir=/opt \
 --with-backends="aqofxconnect" --with-frontends="cbanking"

No fatal errors in configure, make, or make install. Looks like it  works.

Good to hear.

Once this is done, you should now try

  ./configure --prefix=/opt --with-gwen-dir=/opt \
  --with-backends="aqofxconnect" --with-frontends="cbanking  qbanking" \
  --with-qt3-libs=/Developer/qt/lib \
  --with-qt3-includes=/Developer/qt/include

Same error as before. It finds everything qt except libraries and uic3. I'll send the log separately.

Ok. The "uic3" result is correct and not a problem (will only be found in a qt4 installation). The relevant problem in config.log is in the lines

configure:23107: checking for qt3 libraries
configure:23178: result: not found

The "checking for qt3 libraries" is performed by looking for a file called libqt-mt.so.3 in the given directory /Developer/qt/lib. Can you send a list of files that exist in that directory?

If you have libqt.so.3 but no libqt-mt.so.3 then this can be solved by adding the argument --enable-qt3-threads=no to ./configure. Otherwise we have to change that detection algorithm in a different way.

Christian


For the aqbanking-devel here the relevant part of config.log:

$ ./configure --prefix=/opt --with-gwen-dir=/opt --with-backends=aqofxconnect --with-frontends=cbanking qbanking --with-qt3-libs=/Developer/qt/lib --with-qt3-includes=/Developer/qt/include

configure:23013: checking if QT3 is allowed
configure:23022: result: yes
configure:23035: checking for qt3 includes
configure:23079: result: -I/Developer/qt/include
configure:23087: checking if threaded qt3 may be used
configure:23096: result: yes
configure:23107: checking for qt3 libraries
configure:23178: result: not found
configure:23183: checking for qt3 moc
configure:23223: result: /Developer/qt/bin/moc
configure:23231: checking for qt3 uic
configure:23271: result: /Developer/qt/bin/uic
configure:23306: WARNING:
 QT3 is not explicitly disabled and I could not find some QT3 components
 (see which are missing in messages above).
 If you don't want to compile QT3 applications please use "--disable-qt3".

configure:23400: checking for lupdate
configure:23419: found /Developer/qt/bin/lupdate
configure:23432: result: /Developer/qt/bin/lupdate
configure:23441: checking for lrelease
configure:23460: found /Developer/qt/bin/lrelease
configure:23473: result: /Developer/qt/bin/lrelease
configure:23505: checking for uic3
configure:23539: result: no
configure:23505: checking for uic
configure:23524: found /Developer/qt/bin/uic
configure:23536: result: /Developer/qt/bin/uic
configure:23549: checking for qt3to4
configure:23581: result: NO


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to