
Thread
2003.02.15 03:56 "building on Linux", by Steve Dekorte
When building on linux, I get the following error:
/usr/bin/gcc -c -g -O -I. -I../libtiff ../libtiff/tif_aux.c
In file included from ../libtiff/tiffiop.h:38,
from ../libtiff/tif_aux.c:32:
../libtiff/port.h:29: conflicting types for `read'
/usr/include/unistd.h:310: previous declaration of `read'
make[1]: *** [tif_aux.o] Error 1
Am I doing something wrong?
Cheers,
Steve