mapbox / windows-builds

DEPRECATED! build scripts for mapnik dependencies, mapnik, node-mapnik, node, libosmiom, osmium-tool
38 stars 22 forks source link

LNK4075 when mapnik.dll is created #13

Closed wilhelmberg closed 9 years ago

wilhelmberg commented 9 years ago
         libjpeg.lib(jerror.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
    11>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification [c:\mb\mapnik-dependencies-64\packages\mapnik-master\mapnik-gyp\build\mapnik.vcxproj]
            Creating library c:\mb\mapnik-dependencies-64\packages\mapnik-master\mapnik-gyp\build\Release\mapnik.lib and object c:\mb\mapnik-dependencies-64\packages\mapnik-master\mapnik-gyp\build\Release\mapnik.exp
springmeyer commented 9 years ago

should be fixed now that this line is commented: https://github.com/mapnik/mapnik-gyp/blob/aed328ef3ff31863d468c5d8f30cf973d0d903e9/common.gypi#L87