On Nov 16, 2005, at 11:00 AM, Christian Stimming wrote:

Hi David,

I think I have fixed the qt detection in CVS. However, for your particular case I think the easiest solution is to specify the linker flags directly at ./configure:

 ./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 \
  qt3_libs="-L/Developer/qt/lib -lqt-mt"

and that should do it.

it works , at least as far as ./configure finding the qt3 libraries. (I did include quotation marks in "cbanking qbanking" whether needed or not)

However, make fails:

g++ -DHAVE_CONFIG_H -DQT3_SUPPORT -I. -I. -I../../../.. -I../../../../ headers -I./../widgets -I./.. -I./../prg -I/opt/include -I/Developer/ qt/include -I/opt/include -I/opt/include -g -Wall -MT qbsettings.lo - MD -MP -MF .deps/qbsettings.Tpo -c qbsettings.cpp -fno-common -DPIC - o .libs/qbsettings.o
In file included from qbsettings.h:22,
                 from qbsettings.cpp:18:
../qbanking.h:33:30: qbanking/banking.h: No such file or directory
../qbanking.h:34:34: qbanking/qbflagstaff.h: No such file or directory

+ about a hundred lines of complaints that look like fallout from missing headers.

Do I need to "make clean" or something first?


Christian

David Reiser schrieb:
[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
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