Latest svn fails to build on Mac OS X 10.6 (snow leopard) (Bug #347)
Description
Hi,
The latest svn source (revision 3066) does not build on my Mac, that runs OS X 10.6. The latest known good build was that of two days ago (don't know the revision from the top of my head).
I run the following:
cd build
cmake ..
ccmake .
(configure and generate)
make -j8
Then I get the following error:
Linking CXX shared library ../../lib/libopencv_imgproc.dylib
[ 74%] Built target opencv_imgproc
make: *** [all] Error 2
Which is rather non-descriptive. I tried running a make clean, but that didn't help.
Associated revisions
Merge pull request #347 from asmorkalov:WITH_FFMPEG_logic
History
Updated by Vadim Pisarevsky over 14 years ago
The latest version builds fine on MacOSX. Likely, the problem has been fixed
- Status changed from Open to Done
- (deleted custom field) set to fixed