I am trying to build GDAL (1.9.2) in x64. In the instructions, I see:
# Uncomment the following if you are building for 64-bit windows# (x64). You'll need to have PATH, INCLUDE and LIB set up for 64-bit# compiles.!IF "$(PLATFORM)" == "x64" WIN64=YES!ENDIF And then, lower, # Under win64, symbols for function names lack the underscore prefix# present on win32. Also the STDCALL calling convention is not used.!IFDEF WIN64!UNDEF STDCALL!ELSE SYM_PREFIX=_!ENDIF Can't find a PATH, INCLUDE and LIB specific for x64, or anything else that I should do... I can build in Win32. In x64, I get linker errors: LINK : error LNK2001: unresolved external symbol _OGRFeatureStylePuller LINK : error LNK2001: unresolved external symbol _OSRValidate... gdal19.dll : fatal error LNK1120: 74 unresolved externals Please help. Thank you.
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
