Charged / Miners

An Game Engine and Minecraft Classic Client
charged-miners.com
87 stars 14 forks source link

std.outofmemory ? #28

Closed Phreyr closed 12 years ago

Phreyr commented 12 years ago

I can't compile because apparently std.outofmemory can't be read.

What's more confusing is that http://dlang.org/phobos/index.html doesn't even display std.outofmemory while it's in the sidebar of http://dlang.org/phobos/phobos.html, albeit without the link working.

Wallbraker commented 12 years ago

Its because its written against D1, not D2.

If you are on Ubuntu 12.04 install gdc-v1 and "export DMD=gdmd-v1" then it should compile.

I'm going to update the README and Makefile later this weekend.

Cheers, Jakob.

Phreyr commented 12 years ago

I'm not on Ubuntu, so your workaround doesn't work for me.

Any change of you updating it to D2 at some point in time?

Wallbraker commented 12 years ago

Hmm, okay what is your setup?

If you are using DMD you can just install the D1 version somewhere and "export DMD=//bin/dmd"

Its unfortunately a lot of work to port to D2 and I'm not in need for any of the features in D2.

Wallbraker commented 12 years ago

Might upgrade to D2 sometime, but now not right.

Either way this not a issue.