Opened 8 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)

lib_json.vcxproj.patch (564 bytes ) - added by jng 8 years ago.

Download all attachments as: .zip

Change History (2)

by jng, 8 years ago

Attachment: lib_json.vcxproj.patch added

comment:1 by jng, 8 years ago

Resolution: wontfix
Status: newclosed
Version: 2.5.0

Closing wontfix. This only happens on Update 1. RTM and Update 2 onwards it doesn't happen.

Note: See TracTickets for help on using tickets.