I am getting compiler errors when I try to compile the examples. Both of them deal with missing dependencies, it seems.
With hello.nim, I get the following build error:
/home/zauber/BUILD/Urhonimo/examples/nimcache/hello.cpp:14:24: fatal error: StringHash.h: No such file or directory
With character.nim, I get the this error:
/home/zauber/BUILD/Urhonimo/examples/nimcache/character.cpp:14:19: fatal error: Scene.h: No such file or directory
I am getting compiler errors when I try to compile the examples. Both of them deal with missing dependencies, it seems.
With hello.nim, I get the following build error:
/home/zauber/BUILD/Urhonimo/examples/nimcache/hello.cpp:14:24: fatal error: StringHash.h: No such file or directory
With character.nim, I get the this error:
/home/zauber/BUILD/Urhonimo/examples/nimcache/character.cpp:14:19: fatal error: Scene.h: No such file or directory