[mapguide-trac] #1243: Windows Release|x64 build error with ServerFeatureService

MapGuide Open Source trac_mapguide at osgeo.org
Tue Jan 12 23:13:02 EST 2010


#1243: Windows Release|x64 build error with ServerFeatureService
------------------------------+---------------------------------------------
   Reporter:  waltweltonlair  |       Owner:  waltweltonlair
       Type:  defect          |      Status:  new           
   Priority:  low             |   Milestone:  2.3           
  Component:  General         |     Version:  2.2.0         
   Severity:  trivial         |    Keywords:                
External_id:                  |  
------------------------------+---------------------------------------------
 Traian noticed this and I confirmed it.  When compiling
 !ServerFeatureServiceBuild.cpp for the Windows Release|x64 configuration
 you'll get:

 fatal error C1128: number of sections exceeded object file format limit :
 compile with /bigobj

 !ServerFeatureServiceBuild.cpp includes all the cpp files for the
 !ServerFeatureService project, so the object file ends up being quite big.
 I guess it finally exceeded the default size limit.

 The fix is to add the /bigobj setting to the project file.

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/1243>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list