Tagged Questions
0
votes
0answers
92 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
70 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]: ...
0
votes
1answer
376 views
libtiff for C using Snow Leopard. Storage size of TIFF isn't know
I have just built and installed tiff-4.0.0beta6 on my Mac computer running Snow Leopard. I followed the tutorial at http://www.kyngchaos.com/macosx/build/libtiff. The install went fine but there are ...
0
votes
2answers
371 views
Can't write TIFF files using Libtiff on Mac
TIFFWriteScanline works on Windows and Linux but fails on Mac
Updated question:
I use libtiff3.9.4 for reading and writing TIFF files in c++ on mac
10.6.4. My project is written to be portable and ...