Freshly Compiled DMD + Visual Studio

Dmitry Olshansky dmitry.olsh at gmail.com
Tue Aug 27 05:09:18 PDT 2013


27-Aug-2013 08:46, Meta пишет:
> I decided to compile D from Github for the first time, and
> everything seemed to be working. I can build and run stuff fine
> from the command line. However, then I tried to make Visual
> Studio use my newly compiled DMD, and things blew up. I'm using
> VisualD 0.3.37. When I try to compile a small project (which
> compiles correctly when doing it from the command line) it gets
> as far as linking, and then spits out a bunch of errors:
>

Linker errors are typically solve by doing clean, then rebuilding from 
source. There is a decent chance that you (or VisualD) do separate 
compilation and old object files can't find matching symbols in the new 
runtime library.
>
>   From what I can tell, it looks like it cannot link in druntime
> correctly... But I'm not really an expert.


-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list