-
To make a MacOSX framework by the script make_framework.sh does not work, since configure is used in this process.
It seems this problem is specific for ppc?.
2009-09-16 07:33:20 UTC in Open Computer Vision Library
-
Tried it today for checkout rev 2137, still the same.
2009-09-16 06:23:26 UTC in Open Computer Vision Library
-
Seems you fixed it.
Thanks!
2009-09-16 06:06:54 UTC in Open Computer Vision Library
-
I have MacOSX ppc 10.5.8
The configure script fails like this:
...
checking whether the g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9 dyld
checking how to hardcode library paths into programs... immediate
checking for x86 cpuid output... unknown
checking for x86 cpuid 0x00000001...
2009-09-14 17:20:11 UTC in Open Computer Vision Library
-
This problem has been present for a while in the previous SVN versions.
BN.
2009-09-12 13:58:25 UTC in Open Computer Vision Library
-
The new opencv-1.2 still does not build for osx due to the altivec.h
(?) problem.
The Xcode project was made by
# cd opencv-1.2
# mkdir debug
# cd debug
# cmake -D CMAKE_BUILD_TYPE=DEBUG -D CMAKE_INSTALL_PREFIX=/usr/local -
D BUILD_PYTHON_SUPPORT=OFF -G Xcode ../
In attempt to build the Xcode project, there was an error in cvsmooth.cpp:
vector _h_coarse(1 * 16 * (STRIPE_SIZE +...
2009-09-12 13:56:41 UTC in Open Computer Vision Library
-
Got it to work with
# sudo port install qucs +variant:universal
Case closed, at least for installation.
2009-07-26 08:38:56 UTC in Quite Universal Circuit Simulator
-
Suggestion: Make the qucs-0.0.15-macosx-10.5-intel.pkg binary Universal instead of Intel only?.
2009-07-26 08:20:15 UTC in Quite Universal Circuit Simulator
-
I have two problems:
1) When I try to install using macports, I get an pure intel install, not a Universal. Since I have a PowerMac (dual 2.0GHz cpu 1GB, macx version 10.5.7) this does not work.
2) When I try to build it myself, it cannot detect my (macports) qt3 installation properly. LDFLAGS=/opt/local/lib works, but the rest like the qt3 includes, etc. does not.
./configure -help...
2009-07-26 07:26:03 UTC in Quite Universal Circuit Simulator
-
Oops, I did not read Mzillich's answer before I replied to 23's.
Thanks again, both of you!
2009-06-25 16:24:01 UTC in Open Computer Vision Library