www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16954] New: MSVC build fails on DMD 2.072.1 release

https://issues.dlang.org/show_bug.cgi?id=16954

          Issue ID: 16954
           Summary: MSVC build fails on DMD 2.072.1 release
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: musicaljelly gmail.com

I downloaded and installed a fresh copy of DMD 2.072.1, opened
dmd2/dmd/vcbuild/dmd.sln, and tried to build. I got several compilation errors
related to missing files, in particular:

1>c1xx : fatal error C1083: Cannot open source file: '..\glue.c': No such file
or directory
1>c1xx : fatal error C1083: Cannot open source file: '..\msc.c': No such file
or directory
1>c1xx : fatal error C1083: Cannot open source file: '..\toir.c': No such file
or directory

According to Walter in
https://forum.dlang.org/post/odrwelyfjvhysggeemcd forum.dlang.org some files in
the build have been translated to .d files, but the VS build probably hasn't
been updated accordingly.

--
Dec 06 2016