June 11, 2002 Compiling Phobos | ||||
---|---|---|---|---|
| ||||
Please help a newbie. I have been trying to compile phobos using makefile. I get this: ..\dmd -c -unittest -g assert Error: '..\dmd' not found I have tried playing with the path settings and placing dmd.exe elsewhere on the path. Appreciate any suggestions. |
June 11, 2002 Re: Compiling Phobos | ||||
---|---|---|---|---|
| ||||
Posted in reply to Paul Runde | "Paul Runde" <prunde@efingham.net> wrote in message news:3D059E76.1060707@efingham.net... > Please help a newbie. I have been trying to compile phobos using makefile. I get this: > > ..\dmd -c -unittest -g assert > Error: '..\dmd' not found > > I have tried playing with the path settings and placing dmd.exe elsewhere on the path. > > Appreciate any suggestions. Try changing "..\dmd" to just "dmd". |
Copyright © 1999-2021 by the D Language Foundation