Hi David,

David Reiser schrieb:
 ./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"

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

Yes, quotation marks *are* needed; I forgot them, but ./configure doesn't run without them.

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.

That's a peculiarity of aqbanking's build system, where some symlinks to header files are not updated when you change the --with-frontends argument.

Either you try "./configure ... ;make" from a freshly unpacked tarball, or you call "rm sl-headers; make sl-headers" and continue with "make". That concerns the other build error as well.

Christian


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