Hi David, Am Samstag, 19. November 2005 03:50 schrieb David Reiser: > 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.
:-) You're welcome. > >> Making all in qt3_wizard > >> /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 > > > 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 ' Looks fine. > > 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 ' Maybe here's a problem. It's a little bit difficult to see since your email program inserts some spurious whitespaces into these long lines. Each part of this long line is supposed to be one argument to the linker program, so as soon as one of the arguments is wrong, then the linker stage in dependent projects (such as the ofx-wizard) will fail with weird error messages. Hm... the first three lines above look fine, until the argument "-L/Developer/qt/lib" (still ok) and "/Developer/qt/lib/libqt-mt.la" (still ok). But is the rest of the line really something like "CarbonQuickTime -lz OpenGL -framework AGL"? Then you should delete that whole part except for the "-lz" in the file src/frontends/qbanking/libqbanking.la. It should then end in -L/Developer/qt/lib /Developer/qt/lib/libqt-mt.la -z ' Simply edit that file in a text editor, save it, and then run "make" in aqbanking again. > > 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' Looks fine. 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