[Issue 21587] New: Please capture and output failed/error message from "link" step
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 27 13:03:48 UTC 2021
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 at puremagic.com
Reporter: apz28 at 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 ==========
--
More information about the Digitalmars-d-bugs
mailing list