Opened 15 years ago
Closed 15 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 , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed with r4529.