1993.11.21 19:50 "Tiff", by Jean-Marc Fellous

Dear Tiff people,

I tried to reach Sam. but he seems not to be there. My question was:

I am trying to compile libtiff with gcc (3.0). I included CC=gcc in the make file. I get a bunch of warnings and a fatal error.

Any tips? Thanks in advance...

Jean-Marc Fellous
Center for Neural Engineering
Univ. Of Southern California
Los Angeles.

.....
gcc -g -I. -DUSE_VARARGS=1 -DUSE_PROTOTYPES=0 -DHAVE_IEEEFP=1 -DCOLORIMETRY_SUPPORT -DYCBCR_SUPPORT -c tif_aux.c
In file included from /usr/usc/gnu/gcc/2.4/lib/gcc-lib/sparc-solaris2/2.4.5/include/stdarg.h:35, from tiffio.h:80, from tiffioP.h:296, from tif_aux.c:34:
/usr/usc/gnu/gcc/2.4/lib/gcc-lib/sparc-solaris2/2.4.5/include/va-sparc.h:27: warning: `va_start' redefined
/usr/usc/gnu/gcc/2.4/lib/gcc-lib/sparc-solaris2/2.4.5/include/va-sparc.h:39: warning: this is the location of the previous definition
tif_aux.c:177: macro `va_start' used with just one arg
*** Error code 1
make: Fatal error: Command failed for target `tif_aux.o'

..