HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
cannot compile libtiff on AIX
All,
recently I want to install libtiff to my RS6000 running
AIX 4.3.1, but cannot compile with both gcc and cc,
anybody can help? The binary from www-frec.bull.com
is not working...
the error message is attached as follow
09/05 19:24 grape>make
= libtiff
/usr/local/bin/gcc -c -g -O -I. -I../libtiff ../libtiff/tif_aux.c
In file included from ../libtiff/tiffio.h:33,
from ../libtiff/tiffiop.h:44,
from ../libtiff/tif_aux.c:32:
../libtiff/tiff.h:56: warning: redefinition of `int8'
/usr/include/sys/inttypes.h:584: warning: `int8' previously declared here
../libtiff/tiff.h:61: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:585: warning: `int16' previously declared here
../libtiff/tiff.h:67: conflicting types for `int32'
/usr/include/sys/inttypes.h:586: previous declaration of `int32'
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.