On Nov 16, 2005, at 5:44 AM, Christian Stimming wrote:

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?

[G5D:/Developer/qt/lib] dbr% ls
README                  libqt-mt.3.3.5.dylib    libqui.1.0.0.dylib
libdesignercore.a       libqt-mt.3.3.dylib      libqui.1.0.dylib
libdesignercore.prl     libqt-mt.3.dylib        libqui.1.dylib
libeditor.a             libqt-mt.dylib          libqui.dylib
libeditor.prl           libqt-mt.la             libqui.prl
libqassistantclient.a   libqt-mt.prl            qt-mt.pc
libqassistantclient.prl libqt.la                qt.pc
libqnp.prl              libqt.prl

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

looks like Apple's choice of library style strikes again. Thanks for the help.

--
David Reiser
[EMAIL PROTECTED]



-------------------------------------------------------
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