3dicc / Urhonimo

Nim wrapper for Urho3D
MIT License
47 stars 8 forks source link

Compile errors with examples #14

Open zauberparacelsus opened 8 years ago

zauberparacelsus commented 8 years ago

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

zauberparacelsus commented 8 years ago

As a note, I did make sure to run "make install" after building Urho3D, and I used version 1.32

gokr commented 8 years ago

I am unsure, I will try to find time to test.