Ask Your Question

Adrian's profile - activity

2014-01-17 12:06:24 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

thats correct, but at the moment the only solution i got to bring the stuff running on osx 10.9

2014-01-17 09:02:41 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 60.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)

2014-01-17 08:19:49 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

libopencv_gpu.dylib i dont find

2014-01-17 08:17:06 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

otool -L libopencv_core.dylib libopencv_core.dylib: /Users/adegli/dev/OpenCV/build/osx/lib/libopencv_core.3.0.dylib (compatibility version 3.0.0, current version 3.0.0) /Users/adegli/dev/OpenCV/build/osx/lib/libopencv_cudev.3.0.dylib (compatibility version 3.0.0, current version 3.0.0) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL (compatibility version 1.0.0, current version 1.0.0) @rpath/libcudart.5.5.dylib (compatibility version 0.0.0, current version 5.5.28) @rpath/libnppc.5.5.dylib (compatibility version 0.0.0, current version 5.5.28) @rpath/libnppi.5.5.dylib (compatibility version 0.0.0, current version 5.5.28) @rpath/libnpps.5.5.dylib (compatibility version 0.0.0, current version 5.5.28) @rpath/libcufft.5.5.dylib (compatibility version 0.0.0, current version

2014-01-17 07:50:34 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

Sorry, i did a mistake in the description:

CUDA_HOST_COMPILER = /usr/bin/clang

CMAKE_CXX_FLAGS = -fno_inline -mmacosx-version-min=10.7

set CMAKE_C_COMPILER = /usr/bin/cc set CMAKE_CXX_COMPILER = /usr/bin/c++

2014-01-17 07:46:44 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

Do you like to get my CMakeCache.txt ?

2014-01-17 07:44:53 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

./opencv_test_cuda [----------] Global test environment tear-down [==========] 1082 tests from 14 test cases ran. (1791 ms total) [ PASSED ] 1071 tests. [ FAILED ] 11 tests, listed below:

2014-01-17 07:43:53 -0600 commented answer building openCV 2.4.2 on OS X 10.9 fails

I build it on my OS/X 10.9 with retina .... ./opencv_test_core
[----------] Global test environment tear-down [==========] 5103 tests from 146 test cases ran. (100739 ms total) [ PASSED ] 5094 tests.

2014-01-17 02:05:24 -0600 answered a question building openCV 2.4.2 on OS X 10.9 fails

Hi all,

I solved the problem:

(1) download / checkout latest version (git pull) (2) go into cMake (3) build new make based project (4) configure (5) advanced mode (6) search for cc and set (6.1) set CMAKE_C_COMPILER = /usr/bin/clang (6.2) set CUDA_HOST_COMPILER = /usr/bin/clang (7) configure (8) search for CXX (8) set CMAKE_CXX_FLAGS = -fno_inline -mmacosx-version-min=10.8 (9) configure (10) generate (11) build with make or make -j8

have fun.

OpenGL is not support, not yet solved this issue, but CUDA and OSX 10.9 is working

/adrian