Followed all installation instructions, still no luck (OS X 10.5)

Daniel Keep daniel.keep.lists at gmail.com
Sun Apr 26 20:21:35 PDT 2009



Steve Johnson wrote:
>> Well iirc, you need to:
>> sudo cp dmd.conf /etc/dmd.conf
> My original post specifically said that I already did that. Also, I have tried editing the paths to no effect. I put the src folder in usr and changed my dmd.conf file to say this:
> DFLAGS=-I/usr/src/phobos -L-L%@P%/../lib
> 
> I'm on 1.x, btw.

One thing to try is calling the compiler and explicitly passing
-I/usr/src/phobos (or whatever directory object.d is in) to it.

If that works, then DMD cannot, for some reason, find its configuration
file.

  -- Daniel



More information about the Digitalmars-d mailing list