On 10/5/2016 14:39, Jacob Carlborg wrote:
On 2016-05-10 06:49, Lionello Lunesu wrote:
Well, it's either wrong phobos or wrong dmd. I assumed phobos was
mismatched, but perhaps DMD was mismatched? Installing with brew suggest
it's installing 2.071.0, but DMD appears to be 2.070:
The issue Steven is having is that the symbol doesn't exist in the
default C++ runtime. This has been fixed in master. He installed DMD
using DVM so it's not a Brew packaging problem.
Rolling back to 2.70.0 can be used as a workaround.
Yeah, I see now. I thought it was because of the version "mismatch".
Didn't know it was an actual bug. I had build my own and it worked. I
guess I had gotten the fix.
Thanks for correcting me.