DMD 1.036 and 2.020 releases

Bill Baxter wbaxter at gmail.com
Mon Oct 20 17:26:21 PDT 2008


On Tue, Oct 21, 2008 at 9:16 AM, dsimcha <dsimcha at yahoo.com> wrote:
> I'd love to try these releases, but on a stock setup trying to compile a Hello
> World, I get:
>
> E:\dmd\bin\..\src\phobos\std\stdio.d(27): module memory cannot read file
> 'core\memory.d'
>


Assuming Windows, looks like DFLAGS aren't set right in dmd\bin\sc.ini.

Should be:
DFLAGS="-I%@P%\..\src\phobos"  "-I%@P%\..\src\druntime\import"


That fixes things for me.

--bb


More information about the Digitalmars-d-announce mailing list