Adeel Raza wrote:
Hi,

I compiled gdal 1.6.1 for MSVC 9.0 and then I wrote the following command to install the library files in the desired directory. I get the following error:

D:\gdal-1.6.1> nmake /f makefile.vc install GDAL_HOME=D:\gdal

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

      if exist gdal.lib del gdal.lib
lib /nologo /out:gdal.lib port\*.obj gcore\*.obj alg\*.obj frmts\o\*.obj
ogr\ogrsf_frmts\ogrsf_frmts.lib ogr\ogr.lib vb6\vb6_support.obj
LINK : fatal error LNK1181: cannot open input file 'vb6\vb6_support.obj'
NMAKE : fatal error U1077: '"C:\Softwares\Microsoft Visual C++ 2008 Express Edit
ion\VC\BIN\lib.EXE"' : return code '0x49d'
Stop.


Can someone help me with this?

Have you set the "MSVC_VER" variable in nmake.opt to the appropriate value? (1500 for msvc 9.0)

-jeff




--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/




_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to