osgearth icon indicating copy to clipboard operation
osgearth copied to clipboard

[bug] Windows build error: C1128: number of sections exceeded object file format limit

Open remoe opened this issue 1 year ago • 0 comments

Build error with current master f6b92f66ed314b85f2deb6cadd907e0df4426052 :

osgearth.git\src\osgEarth\MapboxGLImageLayer.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj [osgearth.git\_build\src\osgEarth\osgEarth.vcxproj]
osgearth.git\src\osgEarth\ObjectIDPicker.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj [osgearth.git\_build\src\osgEarth\osgEarth.vcxproj]
osgearth.git\src\osgEarth\PowerlineLayer.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj [osgearth.git\_build\src\osgEarth\osgEarth.vcxproj]
cl : Command line error D8040: error creating or communicating with child process [osgearth.git\_build\src\osgEarth\osgEarth.vcxproj]

platform: windows compiler: vs2017 / MSVC 19.16.27045.0

remoe avatar Sep 16 '22 06:09 remoe