It really is /etc not /usr/etc. I said the sudo thing just in case you
hadn't verified it exists in /etc.
The following locations are checked on Mac OS X:
The current directory (`pwd`)
The home directory ($HOME)
The directory of argv0 (e.g. /usr/local/bin)
/etc/
It will not look in /usr/etc except given the above circumstances (e.g.
current dir.)
-[Unknown]
Steve Johnson wrote:
One thing to try is calling the compiler and explicitly passing
-I/usr/src/phobos (or whatever directory object.d is in) to it.
Looks like that fixed it! Do I need to keep dmd.conf in /usr/etc then? Perhaps
some other path?