2005.01.27 10:26 "[Tiff] compiling under win2000/VC6", by Antoine

Hi

I get the following error when trying to compile the win32 version. Does anyone have any suggestions?

Cheers
Antoine

ps. this is my first use of c/nmake on windoze.

C:\myTemp\tiff-win32-3.6.1-2-src\src\tiff\3.6.1\tiff-3.6.1-win32\tools>nmake /f
makefile.vc

Microsoft (R) Program Maintenance Utility   Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cl /c /nologo -I..\libtiff /D_WINDOWS  ..\port\strcasecmp.c strcasecmp.c
        cl /c /nologo -I..\libtiff /D_WINDOWS  ..\port\getopt.c getopt.c
        cl /nologo -I..\libtiff /D_WINDOWS  tiffcp.c strcasecmp.obj getopt.obj . .\libtiff\libtiff.lib
tiffcp.c
tiffcp.c(741) : warning C4550: expression evaluates to a function which is missi ng an argument list
tiffcp.c(742) : warning C4550: expression evaluates to a function which is missi ng an argument list
tiffcp.c(743) : warning C4550: expression evaluates to a function which is missi ng an argument list
tiffcp.c(1484) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1487) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1490) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1493) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1497) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1500) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1503) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1506) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1510) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1513) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1516) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1519) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1522) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1524) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1527) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1530) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(1533) : warning C4550: expression evaluates to a function which is miss ing an argument list
tiffcp.c(109) : warning C4761: integral size mismatch in argument; conversion su pplied
        cl /nologo -I..\libtiff /D_WINDOWS  tiffinfo.c strcasecmp.obj getopt.obj ..\libtiff\libtiff.lib
tiffinfo.c
tiffinfo.c(116) : warning C4761: integral size mismatch in argument; conversion supplied
        cl /nologo -I..\libtiff /D_WINDOWS  tiffdump.c strcasecmp.obj getopt.obj ..\libtiff\libtiff.lib
tiffdump.c
        cl /nologo -I..\libtiff /D_WINDOWS  fax2tiff.c strcasecmp.obj getopt.obj ..\libtiff\libtiff.lib
fax2tiff.c
        cl /nologo -I..\libtiff /D_WINDOWS  fax2ps.c strcasecmp.obj getopt.obj . .\libtiff\libtiff.lib
fax2ps.c
fax2ps.c(271) : warning C4761: integral size mismatch in argument; conversion su pplied
fax2ps.obj : error LNK2001: unresolved external symbol _mkstemp
fax2ps.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

G System, The Evolving GUniverse - http://www.g-system.at