2013.11.12 17:43 "[Tiff] Error when compiling TIFF", by Graeme Gemmill

Working with OpenMandriva Beta x86_64 2013.0, so having to compile a lot of basic stuff.

I've done the following:
compile libpng-1.6.6
compile jpegsrc.v9

without error, but when "make"ing tiff-4.0.3, I get this error:

In file included from /usr/local/include/jpeglib.h:27:0,

                  from tif_jpeg.c:88:
/usr/local/include/jmorecfg.h:263:16: error: expected identifier before
numeric constant
make[2]: *** [tif_jpeg.lo] Error 1
make[2]: Leaving directory `/tmp/tiff-4.0.3/libtiff'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/tiff-4.0.3/libtiff'
make: *** [all-recursive] Error 1

which of course brings everything to a full stop. Do you know of a work-around?

Thanks

Graeme