Hi David,

sorry for this step-by-step progress, but somehow you're obviously the first one who *really* tried this on Mac OSX :-)

David Reiser schrieb:
I also had to remove <includehint>userlistview.h</includehint> from src/plugins/backends/aqofxconnect/ui/qt3/libs/views/userview.ui

Thanks for pointing this out. Is now in CVS, too.

but now make gives me:

Making all in qt3_wizard
if g++ -DHAVE_CONFIG_H -DPKGDATADIR=\"/opt/share/aqbanking\" - DQT3_SUPPORT -I. -I. -I../../../../../../.. -I../../../../../../../ headers -I../libs/widgets -I../libs/dialogs -I../libs/views -I../libs -I/Developer/qt/include -I/opt/include -I/Developer/qt/include -I/ opt/include -I/opt/include -g -Wall -MT qt3_wizard.o -MD -MP -MF ".deps/qt3_wizard.Tpo" -c -o qt3_wizard.o qt3_wizard.cpp; \ then mv -f ".deps/qt3_wizard.Tpo" ".deps/qt3_wizard.Po"; else rm -f ".deps/qt3_wizard.Tpo"; exit 1; fi /bin/sh ../../../../../../../libtool --tag=CXX --mode=link g++ -I/ opt/include -g -Wall -L/opt/lib -g -o aqofxconnect-qt3-wizard qt3_wizard.o ../libs/libqt3wizard.la -L/Users/dbr/Desktop/ aqbanking-1.6.1/src/libs/aqbanking -laqbanking -L/Users/dbr/Desktop/ aqbanking-1.6.1/src/frontends/qbanking -lqbanking -L/Users/dbr/ Desktop/aqbanking-1.6.1/src/plugins/backends/aqofxconnect/plugin - laqofxconnect -L/opt/lib -lgwenhywfar -L/Developer/qt/lib -lqt-mt
mkdir .libs
libtool: link: cannot find the library `'
make[9]: *** [aqofxconnect-qt3-wizard] Error 1

Err... that's a hard one. This libtool command in itself doesn't seem to have any error; the error messages sounds as if there were an argument "-l" without trailing library name. But the libtool program will lookup additional linker flags in the auxiliary libfoo.la files; maybe one of them contains such an errorneous "-l". Can you check the file src/plugins/backends/aqofxconnect/ui/qt3/libs/libqt3wizard.la and send us the line dependency_libs=' .... '? Also, this line in the files src/frontends/qbanking/libqbanking.la and src/plugins/backends/aqofxconnect/plugin/libaqofxconnect.la would be interesting as well.

On the up side: This command is the very last one before the whole build will be finished. This command is the final linking of the GUI setup tool for OFX direct connect, so you're at least almost done. :-)

Regards,

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