Opened 9 years ago
Closed 8 years ago
#2580 closed defect (wontfix)
C1001 internal error building Oem/lib_json with VS2015 Update 1 in Release|x64
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 3.1 |
Component: | Build System | Version: | 2.5.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Building Oem/lib_json in VS 2015 update 1 will cause a C1001 error in Release|x64
The culprit is the ClCompile/AssemblerOutput setting of AssemblyAndSourceCode which causes this error.
Removing this setting fixes the issue
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | lib_json.vcxproj.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | → 2.5.0 |
Note:
See TracTickets
for help on using tickets.
Closing wontfix. This only happens on Update 1. RTM and Update 2 onwards it doesn't happen.