-lGL stands for libGL.so, which ought to be OpenGL library. Maybe you removed it somehow when tinkering with various libGL implementation available on Linux ?
That one is easy, it is fixed by following step 1.12.4 of the compilation guide:
1.12.4 Fetch additional repositories
Go into just cloned gideros source folder and run make prep.repo
cd gideros
make -f scripts/Makefile.gid prep.repo
Not working
kinrpg@kinrpg-Vostro-3550:~/Downloads/gideros$ make -f scripts/Makefile.gid prep.repo
if[! -d ./plugins/spine/spine-runtimes/spine-c ];then \
git submodule add https : //github.com/gideros/spine-runtimes.git plugins/spine/spine-runtimes; \
git reset HEAD .gitmodules; \
git reset HEAD plugins/spine/spine-runtimes; \
fi
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
scripts/Makefile.gid:90: recipe for target 'prep.repo' failed
make: ***[prep.repo] Error 128
thanks a bunch @kinrpg, is there any hope to make an appimage from it, as far as i understood that would have a high chance to work on many distros. and then if there would be an appimage for some gideros release at least per year then we could also add it to the releases and claim that gideros supports development on linux, which i think would be a great feature for an open-sources sdk.
this almost makes me install linux, sadly on my newest laptop there is only one partition so it would be a hassle. maybe i'll do it on my older machine.
Comments
Likes: kinrpg
1.12.4 Fetch additional repositories
Go into just cloned gideros source folder and run make prep.repo
cd gideros make -f scripts/Makefile.gid prep.repo
Likes: kinrpg
I will do more experiments here and find some result here.
tnx for help hgy29
Working
Likes: MoKaLux, keszegh, hgy29, Apollo14
https://drive.google.com/file/d/1oA0_LNW48ngk35-DMhLmOCkwNgfjgIaI/view?usp=sharing
Likes: MoKaLux, Apollo14, antix, SinisterSoft
this almost makes me install linux, sadly on my newest laptop there is only one partition so it would be a hassle. maybe i'll do it on my older machine.
Likes: kinrpg, MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game