Tagged Questions
0
votes
1answer
68 views
TIFFOpen: Too many open files
I'm trying to open a geotiff from the ASTER data set, but it gives an error that I've been unable to figure out. Here is my code:
#include "stdlib.h"
#include "stdio.h"
#include "tiffio.h"
void ...
2
votes
1answer
344 views
search.h-No such file or directory while porting libtiff on Android-tiff 4.0.1
I am trying to port libtiff on Android. The source version I am using is tiff 4.0.1.
I am building this source inside u1 android OS.
I am getting the below error when I run mmm external/tiff 4.0.1/
...
1
vote
2answers
500 views
Trouble compiling libtiff 4.0 beta on linux
I'm trying to compile libtiff 4.0 beta to a static library on Ubuntu 10.10 using gcc. It seems to compile the libjpeg and libz fine, which are dependencies. Here is the error I am getting
...