Tagged Questions
0
votes
0answers
90 views
tif_stream.cxx.o error when linking to libtiff, opencv, mac osx,
I'm compiling openCV for android on Mac OS X. When I use "make" to compile, it creates the following libraries
liblibjasper.a liblibjpeg.a liblibpng.a
but not liblibtiff.a.
I get this error
...
0
votes
0answers
67 views
opencv compilation error on Mac
I'm compiling openCV for Android using NDK on Mac OSX. When I "make" the openCV code I get the following error:
make[2]: * [3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_stream.cxx.o] Error 1
make[1]: ...