Charged / Miners

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

src/charge/net/threaded.d:15: Error: module thread is in file 'std/thread.d' which cannot be read #54

Closed Rudloff closed 11 years ago

Rudloff commented 11 years ago

I get an error when I try to build:

pierre@Rudloff:~/Bureau/Miners$ make
  DMD    src/charge/net/threaded.d
src/charge/net/threaded.d:15: Error: module thread is in file 'std/thread.d' which cannot be read
import path[0] = /usr/include/d2/4.6/x86_64-linux-gnu
import path[1] = /usr/include/d2/4.6
import path[2] = /home/pierre/Bureau/Miners/src
make: *** [.obj/linux-x86_64/charge/net/threaded.o] Erreur 1

But I do have this file:

pierre@Rudloff:~/Bureau/Miners$ locate std/thread.d
/usr/include/d/4.4/std/thread.d
Wallbraker commented 11 years ago

Sorry for not responding earlier, but you will need a D1 compiler.

Rudloff commented 11 years ago

For some reason, gdc-v1 was not in my path. It works now.