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...@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
