Thread overview | |||||
---|---|---|---|---|---|
|
August 12, 2016 Does not work on fresh dmd: make -j16 -f posix.mak AUTO_BOOTSTRAP=1 | ||||
---|---|---|---|---|
| ||||
Anyone knows about this? I'm investigating it, any help would be appreciated. Thanks! -- Andrei |
August 12, 2016 Re: Does not work on fresh dmd: make -j16 -f posix.mak AUTO_BOOTSTRAP=1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Friday, 12 August 2016 at 18:02:30 UTC, Andrei Alexandrescu wrote: > Anyone knows about this? I'm investigating it, any help would be appreciated. Thanks! -- Andrei Yep, it's known. You need to move the comment of the version a line above: https://github.com/dlang/dmd/pull/6022#issuecomment-238328228 Idk why it hasn't been fixed yet, but this PR should do? (I don't use a Mac) https://github.com/dlang/dmd/pull/6051 |
August 12, 2016 Re: Does not work on fresh dmd: make -j16 -f posix.mak AUTO_BOOTSTRAP=1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Seb | On 08/12/2016 02:13 PM, Seb wrote: > On Friday, 12 August 2016 at 18:02:30 UTC, Andrei Alexandrescu wrote: >> Anyone knows about this? I'm investigating it, any help would be >> appreciated. Thanks! -- Andrei > > Yep, it's known. You need to move the comment of the version a line above: > > https://github.com/dlang/dmd/pull/6022#issuecomment-238328228 > > Idk why it hasn't been fixed yet, but this PR should do? (I don't use a > Mac) > > https://github.com/dlang/dmd/pull/6051 https://github.com/dlang/dmd/pull/6052 also fixes a typo, could you please pull it and close the other :o). -- Andrei |
Copyright © 1999-2021 by the D Language Foundation