-
The log in the last post was from scratch (blew away the qtstalker directory and re-ran the checkout). The references to .xcodeproj only seem to show up in the configure output and don't seem to make a difference anyway. So, with a clean checkout, here is the configure output:
macbook-pro:qtstalker ben$ ./configure
-n Determining Qt version ...
-n 4.5.3 ...
okay
-n Determining TA-Lib...
2009-10-28 08:17:25 UTC in Qtstalker
-
Following the directions from CVS... I've gone through and double-checked that the required software is installed/available (and that appears to be verified in the first line of the configure). And then here is what I'm doing. Check out the src:
cvs -z3 -d:pserver:anonymous@qtstalker.cvs.sourceforge.net:/cvsroot/qtstalker checkout -P qtstalker
Run configure:
macbook-pro:qtstalker...
2009-10-28 07:12:05 UTC in Qtstalker
-
After distclean, here is the configure output:
qtstalker-trunk ben$ ./configure
-n Determining Qt version ...
-n 4.5.3 ...
okay
-n Determining TA-Lib version ...
-n 0.4.0 ...
okay
Building Makefile ...
Project MESSAGE: Doing automated configuration ...
Project MESSAGE: Using INCLUDEPATH=/usr/include/qt4/Qt /usr/local/include/ta-lib
Project MESSAGE: Using LIBS=
Project...
2009-10-24 21:14:55 UTC in Qtstalker
-
Actually that was from the command line. The results are the same as in Qt Creator - I just tried that tool as well in the hopes that it'd give me more info. Turned out that Qt Creator hid most of the error - that log was from the command line. Has anyone else tried this on Snow Leopard?
Thanks.
Ben.
2009-10-24 21:12:11 UTC in Qtstalker
-
I'm running Snow Leopard. I've pulled the latest qtstalker src from cvs and installed Qt 4.5.3 (dmg) and TA-Lib 0.4 (src). When I run make or try to build the app through Qt Creator I get this error:
g++ -headerpad_max_install_names -arch i386 -single_module -dynamiclib -compatibility_version 0.37 -current_version0.37.0 -install_name libqtstalker.0.dylib -o libqtstalker.0.37.0.dylib...
2009-10-20 08:08:21 UTC in Qtstalker