It looks like you're new here. If you want to get involved, click one of these buttons!
Hey everyone, I've just run into a problem when building orx in Linux with gmake. When I run make config=debug64
in the build/linux/gmake folder, I get the following error:
==== Building orxLIB (debug64) ====
orxPlugin_EmbeddedList.cpp
In file included from ../../../include/../plugins/Display/GLFW/orxDisplay.c:44:0,
from ../../../src/plugin/orxPlugin_EmbeddedList.cpp:68:
../../../../extern/glfw-3/include/GLFW/glfw3.h:202:12: fatal error: GL/gl.h: Datei oder Verzeichnis nicht gefunden
#include <GL/gl.h>
^~~~~~~~~
compilation terminated.
orxLIB.make:416: recipe for target 'obj/x64/Debug/orxLIB/orxPlugin_EmbeddedList.o' failed
make[1]: *** [obj/x64/Debug/orxLIB/orxPlugin_EmbeddedList.o] Error 1
Makefile:20: recipe for target 'orxLIB' failed
make: *** [orxLIB] Error 2
("Datei oder Verzeichnis nicht gefunden" means "File or folder not found")
Any idea why I might be misssing this file? When I built on Windows with Visual Studio two weeks ago, there was no problem whatsoever. I want to use orx this weekend at a GameJam, so any help would be much appreciated
Comments
Hi Karacol, have a quick look at this docco: https://wiki.orx-project.org/en/tutorials/community/katarak/linuxsetup it mentioned four libraries needed for linux. Just check you have those first. Might be all it is.
Yup, that fixed it, thanks! Must have skipped over that part in the Linux setup instructions... I was sure I'd already installed those :'D
Totally fine, it's just the excitement of getting going!! Let us know if you need any other help, and feel free to check out the beginner's guide in the learning wiki.
Good luck with your gamejam, @karacol !
Don't hesitate if you have questions during the event.
How did the gamejam go, @karacol ?