zacharycarter / nuklear-nim

Nim bindings for https://github.com/vurtun/nuklear/
118 stars 10 forks source link

Can't compile the example #14

Open avionbg opened 5 years ago

avionbg commented 5 years ago

Compiler output: nim c -r examples\nuklear_nim_examples\glfw3_opengl3.nim .... gcc.exe: error: C:\Users\user\nimcache\glfw3_opengl3_d\bind.c.o: No such file or directory

avionbg commented 5 years ago

Found the issue, installation doesn't copy src/bind.c and nuklear.h to the .nimble\pkgs\nuklear-0.1.0 folder. Once I've copied manually missing files, compiles without issue but the window is empty. I guess this wrapper is outdated unfortunately.