Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

building openCV 2.4.2 on OS X 10.9 fails

I have been trying to instal openCV on my MacBook Pro running OS X 10.9 (Mavericks) for days now. Have tried several ways (homebrew, from source, other versions, different preferences, etc.) but keep running into problems. The current error that I get when I try to build openCV is:

In file included from /users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/src/precomp.cpp:1:
In file included from /users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/src/precomp.hpp:2:
In file included from /users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/include/opencv2/ts/ts.hpp:40:
/users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/include/opencv2/ts/ts_gtest.h:1657:13: fatal error: 
      'tr1/tuple' file not found
#   include <tr1/tuple>  // NOLINT
            ^
1 error generated. 
make[2]: *** [modules/ts/CMakeFiles/opencv_ts.dir/src/precomp.cpp.o] Error 1
make[1]: *** [modules/ts/CMakeFiles/opencv_ts.dir/all] Error 2
make: *** [all] Error 2

Anyone knows how to fix this? All help is appreciated, thank you!

click to hide/show revision 2
retagged

updated 2014-03-30 13:23:10 -0600

berak gravatar image

building openCV 2.4.2 on OS X 10.9 fails

I have been trying to instal openCV on my MacBook Pro running OS X 10.9 (Mavericks) for days now. Have tried several ways (homebrew, from source, other versions, different preferences, etc.) but keep running into problems. The current error that I get when I try to build openCV is:

In file included from /users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/src/precomp.cpp:1:
In file included from /users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/src/precomp.hpp:2:
In file included from /users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/include/opencv2/ts/ts.hpp:40:
/users/Marieke/Downloads/OpenCV-2.4.2/modules/ts/include/opencv2/ts/ts_gtest.h:1657:13: fatal error: 
      'tr1/tuple' file not found
#   include <tr1/tuple>  // NOLINT
            ^
1 error generated. 
make[2]: *** [modules/ts/CMakeFiles/opencv_ts.dir/src/precomp.cpp.o] Error 1
make[1]: *** [modules/ts/CMakeFiles/opencv_ts.dir/all] Error 2
make: *** [all] Error 2

Anyone knows how to fix this? All help is appreciated, thank you!