Visual D fatal error - can't open phobos64.lib

John Chapman johnch_atms at hotmail.com
Thu Sep 20 12:17:26 UTC 2018


When I try to build within Visual D, I get the following error:

LINK : fatal error LNK1104: cannot open file 'phobos64.lib'

I've added the path to the lib64 folder in the "DMD directories > 
Library paths" option and verified that the path to the linker is 
correct.

When I change to a Win32 configuration, it complains it can't 
open 'phobos32mscoff.lib' (even if I add the lib32coff folder to 
the path).

If I build on the command line everything works fine. Does anyone 
have any suggestion before I resort to using makefiles instead? 
Thanks.


More information about the Digitalmars-d-ide mailing list