On Nov 18, 2005, at 10:20 AM, Christian Stimming wrote:
Hi David,
sorry for this step-by-step progress, but somehow you're obviously
the first one who *really* tried this on Mac OSX :-)
I'm thrilled that you're willing to take the time to do the step-by-
step, especially considering my inexperience with the build tools. I
was afraid you would be getting tired of me by now.
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=' .... '?
dependency_libs=' -L/opt/lib '
Also, this line in the files src/frontends/qbanking/libqbanking.la
dependency_libs=' -L/opt/lib -L/Users/dbr/Desktop/aqbanking-1.6.1/src/
libs/aqbanking /opt/lib/libaqbanking.la -L/sw/lib /opt/lib/
libgwenhywfar.la /sw/lib/libintl.la /sw/lib/libiconv.la -lc -lssl -
lcrypto -L/Developer/qt/lib /Developer/qt/lib/libqt-mt.la Carbon
QuickTime -lz OpenGL -framework AGL '
and src/plugins/backends/aqofxconnect/plugin/libaqofxconnect.la
would be interesting as well.
dependency_libs=' -L/opt/lib -L/Users/dbr/Desktop/aqbanking-1.6.1/src/
libs/aqbanking /opt/lib/libaqbanking.la -L/sw/lib /opt/lib/libofx.la /
sw/lib/libosp.la -lpthread -lstdc++ /opt/lib/libgwenhywfar.la /sw/lib/
libintl.la /sw/lib/libiconv.la -lc -lssl -lcrypto'
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
Thanks.
Dave
--
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