[Issue 14180] dlang.org: make apidocs-release requires user to hamstring own machine

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Feb 15 09:03:42 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14180

--- Comment #3 from Sönke Ludwig <sludwig at outerproduct.org> ---
(In reply to Andrei Alexandrescu from comment #2)
> (In reply to Sönke Ludwig from comment #1)
> > So should I just drop the --compiler switch and assume that a working DMD is
> > found in PATH?
> 
> That was the situation before, and there was code that didn't compile
> depending on what D version was installed on the client machine. FWIW if you
> remove --compiler, I'll have errors on my machine because my default
> compiler is HEAD and for some reason can't compile that.

Hmm, so is there a way to use the one at
/tmp/.stable_dmd-2.066.1/dmd2/osx/bin/dmd without it reading /etc/dmd.conf? Or
would the one at $(DMD_DIR)-${LATEST}/src/dmd be a better choice? The relevant
code in posix.mak doesn't look familiar to me, so I'm a little unsure what the
intention has been to do it exactly like it is now.

--


More information about the Digitalmars-d-bugs mailing list