On 08.10.2011 7:11, Jesse Phillips wrote:
On Sat, 08 Oct 2011 00:34:26 +0400, Dmitry Olshansky wrote:
On the bright side of things I'm hitting a funky error after merging
FReD into phobos, compiler stops recognizing std.c.xxx in std.file and
issues errors like:
std/file.d(537) Error: undefined identifier package c.stdio
For those interested in hacking the thing:
git://github.com/blackwhale/phobos.git on win32 it now runs ok. I fixed
one place where compiler won't eat std.c.stdio.xxx to core.stdc.xxx and
it worked. On linux it's far more complicated.
After setting up my environment again, Latest druntime/phobos/dmd it
builds without issue for me.
Good, that means that's the problem is my environment somehow.
Will try to clean up my setup, triple check paths etc.
--
Dmitry Olshansky