On Nov 19, 2005, at 5:21 AM, Christian Stimming wrote:
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"?
yes. That part of the line is:
Carbon QuickTime -lz OpenGL -framework AGL '
Unfortunately, I've seen something like this before.
In Mac OS X 10.4.x:
% python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import distutils.sysconfig
distutils.sysconfig.get_config_vars("LINKFORSHARED")
['-u __dummy -u _PyMac_Error -framework System
Python.framework/Versions/2.3/Python
-framework CoreServices -framework Foundation']
-------------------
the answer from Python 2.3 (in OS X 10.3.x) was:
['-u __dummy -u _PyMac_Error -framework System
-framework Python -framework CoreServices
-framework Foundation']
The response from the newer Apple python breaks the build for Rekall.
I'm guessing that OS X 10.4.x also broke some response to a Qt query
about where a library is located.
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.
That doesn't solve the problem. Interestingly, libqt-mt.la contains
the line:
dependency_libs=' -framework Carbon
-framework QuickTime -lz
-framework OpenGL
-framework AGL '
So at least we know where the weird entry comes from. Maybe I should
try a fink install of Qt3.
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
--
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