New to D, path errors under WinXP

Johannes getridofcrap.johannes.oberg at gmail.com
Tue Sep 11 02:15:11 PDT 2007


Sorry for not fixing this myself, but I really cannot get D started. I've tried uppercase/lowercase on everything, and it simply won't work. Here's a DOS printout to shop you what happens. It seems DMD simply won't traverse the subdirectories of Phobos.

C:\DMD\SRC>path
PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM32;C:\DMD\BIN;C:\CM\BIN

C:\DMD\SRC>dmd voxel.d -v
parse     voxel
semantic  voxel
import    object        (c:\dmd\src\phobos\object.d)
import    math  (math.d)
voxel.d(11): module math cannot read file 'math.d'

C:\DMD\SRC>dir phobos\std\math.*
Content of C:\DMD\SRC\phobos\std
2007-06-17  22:12            48 512 math.d

C:\DMD\SRC>type ..\bin\sc.ini
[Version]
version=7.51 Build 020

[Environment]
LIB="c:\dmd\lib";\dm\lib
DFLAGS="-Ic:\dmd\src\phobos"
LINKCMD=C:\dm\bin\link.exe


More information about the Digitalmars-d-learn mailing list