[Issue 11541] Debuginfo errors building vibe.d for Win64
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 21 00:37:09 PST 2014
https://issues.dlang.org/show_bug.cgi?id=11541
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.sagitario at gmx.de
--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
Yes, that's a dmd message. It seems you are building a library while adding the
prebuilt libs eay,ssl,etc. to it.
>From the paths in the messages (win-i386), it seems you (or the build script)
are mixing i386 and x64 here. The libraries from the lib\win-amd64 folder have
to be used.
--
More information about the Digitalmars-d-bugs
mailing list