Build error Mac OsX r4440 (Bug #778)
Description
Building on Mac OSX with the latest trunk (revision 4440) fails with the following compiler output:
Linking C static library ../lib/libopencv_lapack.a
/usr/bin/ranlib: file: ../lib/libopencv_lapack.a(precomp.o) has no symbols
/usr/bin/ranlib: file: ../lib/libopencv_lapack.a(precomp.o) has no symbols
[ 51%] Built target opencv_lapack
make: *** [all] Error 2
Configuration was done using ccmake, with architecture set to i386, and default options otherwise.
Associated revisions
Merge pull request #778 from asmorkalov:android_wanr_fix
History
Updated by Michel Valstar about 14 years ago
Double checked and tried with full default settings (i.e. removed all build files, did make clean, ran sudo cmake -G "Unix Makefiles" .). Still exactly the same error.
Updated by Vadim Pisarevsky almost 14 years ago
the problem has been fixed in trunk
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to build/install