Forum Navigation
Configuring Tango on Windows XP
Posted: 02/19/08 21:11:57I followed the steps in Section "Install Binary Bundle". My compiles have stopped working. I get the following output when doing a compile.
object.d: module object cannot read file 'object.d'
Tool completed with exit code 1
My sc.ini is as follows
[Version] version=7.51 Build 020
[Environment] ;LIB="%@P%\..\lib";\dm\lib LIB="%@P%\..\import\lib;%@P%\..\lib;%@P%\..\..\dm\lib" ;DFLAGS="-I%@P%\..\src\phobos" DFLAGS="-I%@P%\..\import" -version=Tango -defaultlib=tango-base-dmd -debuglib=tango-base-dmd LINKCMD=%@P%\..\..\dm\bin\link.exe
What am I missing?