AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
September 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.09.27 16:15 "libtiff 3.7.4 win32 fails compilation", by Nicklas Norling
2005.09.27 19:16 "Re: libtiff 3.7.4 win32 fails compilation", by Nicklas Norling

2005.09.27 16:15 "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