<div>I am attempting to compile a simple d source file using the <a href="http://learn-programming.za.net/learn_d_programming.html">http://learn-programming.za.net/learn_d_programming.html</a> site as a guide to learning D programming.</div>

<div>dmd2 is installed in D:\D\dmd. When I attempt to compile I get the following error:</div>
<div>D:\D\programs>dmd first.d<br>object.d: Error: module object is in file 'object.d' which cannot be read<br>import path[0] = D:\D\dmd\bin\..\..\src\phobos<br>import path[1] = D:\D\dmd\bin\..\..\src\druntime\import</div>

<div> </div>
<div>contents of sc.ini:</div>
<div>[Version]<br>version=7.51 Build 020</div>
<div>[Environment]<br>LIB="<a href="mailto:%@P%\..\lib";\dm\lib">%@P%\..\lib";\dm\lib</a><br>DFLAGS="<a href="mailto:-I%@P%\..\..\src\phobos">-I%@P%\..\..\src\phobos</a>" "<a href="mailto:-I%@P%\..\..\src\druntime\import">-I%@P%\..\..\src\druntime\import</a>"<br>
<a href="mailto:LINKCMD=%@P%\link.exe">LINKCMD=%@P%\link.exe</a></div>
<div> </div>
<div>I cannot install dmd to the C: drive. What is the significance of the line:</div>
<div>"DFLAGS="<a href="mailto:-I%@P%\..\..\src\phobos">-I%@P%\..\..\src\phobos</a>"" since there is no "src" folder?</div>
<div> </div>
<div>I really like what I have read about D and would like to learn the language.</div>
<div> </div>
<div>Thanks for any help.</div>
<div> </div>
<div>Bob Smith</div>