Opened 11 years ago

Closed 11 years ago

#5231 closed defect (invalid)

Compiling error with VS2010 and gdal 1.10.1

Reported by: beaulima Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

I receive these error and the and of compilation, any idea

1>LINK : error LNK2001: unresolved external symbol OCTNewCoordinateTransformation 1>LINK : error LNK2001: unresolved external symbol GDALDitherRGB2PCT 1>LINK : error LNK2001: unresolved external symbol GDALComputeMedianCutPCT 1>LINK : error LNK2001: unresolved external symbol GDALReprojectImage 1>LINK : error LNK2001: unresolved external symbol GDALSimpleImageWarp 1>LINK : error LNK2001: unresolved external symbol OGRRegisterAll 1>LINK : error LNK2001: unresolved external symbol OGR_G_GetPointCount 1>LINK : error LNK2001: unresolved external symbol OPTGetProjectionMethods 1>LINK : error LNK2001: unresolved external symbol OSRValidate 1>LINK : error LNK2001: unresolved external symbol OGRFeatureStylePuller

Change History (1)

comment:1 by Even Rouault, 11 years ago

Resolution: invalid
Status: newclosed

I don't think this is a GDAL idea, but more something with the settings you've used to build GDAL. No precise idea, but you might want to check with the nmake.local used by the builds at http://www.gisinternals.com/sdk/ .

Note: See TracTickets for help on using tickets.