Re: Building D on windows

2014-07-02 Thread Kashyap via Digitalmars-d-learn
On Wednesday, 2 July 2014 at 16:24:40 UTC, Vladimir Panteleev wrote: On Wednesday, 2 July 2014 at 16:06:08 UTC, Kashyap wrote: I got the following error - C:\Users\labuser\dlang\druntime>dir ..\dmd\src\vcbuild\Win32\Release\dmd_msc.exe C:\Users\labuser\dlang\druntime>shell script.sh shell 1.

Re: Building D on windows

2014-07-02 Thread Vladimir Panteleev via Digitalmars-d-learn
On Wednesday, 2 July 2014 at 16:06:08 UTC, Kashyap wrote: I got the following error - C:\Users\labuser\dlang\druntime>dir ..\dmd\src\vcbuild\Win32\Release\dmd_msc.exe C:\Users\labuser\dlang\druntime>shell script.sh shell 1.01 make -f posix.mak DMD=../dmd/src/vcbuild/Win32/Release/dmd_msc.exe

Building D on windows

2014-07-02 Thread Kashyap via Digitalmars-d-learn
Hi, I was able to build dmd on my windows machine using VS2013 (using the vs2010 sln file). However, I am not sure how to proceed with building the druntime and phobos. Could someone please point me to instructions for the same? I tried the following 1. Downloaded make and shell (digital mar