dmd installation question

Brad Anderson via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 15 18:07:13 PST 2016


On Saturday, 16 January 2016 at 01:16:22 UTC, Dibyendu Majumdar 
wrote:
> Hi
>
> I have downloaded and installed DMD on a Windows 10 64-bit 
> machine. When I try to build my app in Visual Studio - I am 
> getting an error:
>
> Error: cannot find source code for runtime library file 
> 'object.d'
>        dmd might not be correctly installed. Run 'dmd -man' for 
> installation instructions.
>        config file: C:\D\dmd2\windows\bin\sc.ini
> Specify path to file 'object.d' with -I switch
>
> Upon investigating it appears that the sc.ini file is not 
> readable by the user.
>
> If I log in as Administrator then the build works.
>
> What am I doing wrong?
>
> Regards

Probably this:

https://issues.dlang.org/show_bug.cgi?id=15456

I'm going to try to get around to fixing that and making an 
installer for LDC this weekend.


More information about the Digitalmars-d mailing list