Thread overview
[Issue 19586] LNK1181 cannot open input file 'phobos-ldc.lib' in VC Project Integration, LDC, and LLVM
Jan 19, 2019
Rainer Schuetze
Jan 19, 2019
kinke@gmx.net
Jan 20, 2019
Rainer Schuetze
May 31, 2019
Rainer Schuetze
January 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19586

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
What LDC version are you using? What VS version?

Visual D assumes that you have the "multilib" version installed with a folder lib32 for the x86 libraries.

--
January 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19586

kinke@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke@gmx.net

--- Comment #2 from kinke@gmx.net ---
The name is phobos2-ldc.lib, '2' is apparently missing.

--
January 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19586

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
> The name is phobos2-ldc.lib, '2' is apparently missing.

phobos-ldc.lib does not appear anywhere in the visuald source. Maybe it used to but I can't find it in the history.

@Lobachevsky: what version of Visual D are you using? Maybe an update helps.

--
May 31, 2019
https://issues.dlang.org/show_bug.cgi?id=19586

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
I guess the missing '2' was a typo, as the error message seems to manually copied (it also misses a colon).

I suspect this is fixed by installing the multilib version, you can now also use the full installer found here: https://github.com/dlang/visuald/releases/tag/v0.50.0-beta1

Please reopen with more details if the error persists.

--