Guevara-chan / Raylib-Forever

:.raylib headers for Nim anytime.:
https://guevara-chan.github.io/Raylib-Forever/main.html
75 stars 4 forks source link

Downloaded files have compiler errors #14

Closed Tuatarian closed 3 years ago

Tuatarian commented 3 years ago

Not quite capable of identifying how or why, but it is preventing me from using the raylib

Guevara-chan commented 3 years ago

rlgl.nim(235, 24) Error: undeclared identifier: 'VertexBuffer' - is it ? Just found those bug after latest revision.

Guevara-chan commented 3 years ago

Monkeypatched all found errors, re-download and check again.

Tuatarian commented 3 years ago

They seem to be gone, but when compiling with nim c -r (file).nim I get could not load: libraylib.so (compile with -d:nimDebugDlOpen for more information) Error: execution of an external program failed: '/mnt/d/Scripts/Misc/Nim/Nim/nim-chess/chess

Guevara-chan commented 3 years ago

Well, it happened already with everyone. Ever tried placing libraylib.so into .exe' workdir?