Guevara-chan / Raylib-Forever

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

Compiling on linux fails to locate libraylib.so #15

Closed Tuatarian closed 3 years ago

Tuatarian commented 3 years ago

full error: 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

I've tried compiling the examples in the /examples directory

Guevara-chan commented 3 years ago

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

image

Tuatarian commented 3 years ago

I ended up having to use more absolute paths (./libraylib.so instead of just libraylib.so)