www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21587] New: Please capture and output failed/error message

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

          Issue ID: 21587
           Summary: Please capture and output failed/error message from
                    "link" step
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: visuald
          Assignee: nobody puremagic.com
          Reporter: apz28 hotmail.com

When making build and the link step is not able to create exe file, it just
failed with general message as below (XXX is a sample project name). However,
open the ...\XXX.buildlog.html for detail, it has no failed/error info/message.
Mimic the build in command line will display the error message in link step  

------ Build started: Project: XXX, Configuration: Debug Win32 ------
Building Debug\XXX.exe...
Building Debug\XXX.exe failed!
Details saved as "file://C:\...\Debug\XXX.buildlog.html"
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

--
Jan 27 2021