2005.09.27 16:15 "[Tiff] libtiff 3.7.4 win32 fails compilation", by Nicklas Norling

2005.09.27 16:15 "[Tiff] libtiff 3.7.4 win32 fails compilation", by Nicklas Norling

Hi,

I've downloaded tiff-3.7.4.zip and tried to compile using VS.NET. I have the default settings (unmodified source tree) and get:

        cl /nologo /Ox /MD /GX /W3 -I.   -DDEFAULT_EXTRASAMPLE_AS_ALPHA 

-DSTRIPC

T=TIFF_STRIPCHOP -DLOGLUV_SUPPORT -DNEXT_SUPPORT -DTHUNDER_SUPPORT -DLZW_SUPPORT

S_SUPPORT -DCCITT_SUPPORT -DTIF_PLATFORM_CONSOLE -DFILLODER_LSB2MSB /c tif_jpeg

tif_jpeg.c
tif_jpeg.c(75): fatal error C1083: Cannot open include file:
'jpeglib.h': No su
 directory
NMAKE: fatal error U1077: 'cl': return code '0x2'
Stop.

I checked the nmake.opt file and made sure jpg support is commented and also tried

commenting CHECK_JPEG_YCBCR_SUBSAMPLING with no effect.

Not being a C guy it's certianly possible I've screwed something up... Any pointers?

/Nicke