Opened 14 years ago

Closed 14 years ago

#1243 closed defect (fixed)

Windows Release|x64 build error with ServerFeatureService

Reported by: waltweltonlair Owned by: waltweltonlair
Priority: low Milestone: 2.3
Component: General Version: 2.2.0
Severity: trivial Keywords:
Cc: External ID:

Description

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.

Change History (2)

comment:1 by waltweltonlair, 14 years ago

Status: newassigned

comment:2 by waltweltonlair, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed with r4529.

Note: See TracTickets for help on using tickets.