Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Build.Linux - Page 2 — Gideros Forum

Build.Linux

2»

Comments

  • hgy29hgy29 Maintainer
    -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 ?

    Likes: kinrpg

    +1 -1 (+1 / -0 )Share on Facebook
  • kinrpgkinrpg Member
    edited July 2019
    I was able to pass this step in ubuntu by running the following instance:
    sudo apt-get install libgl1-mesa-dev
    After that it started to fail to find the parameters -lpulse-mainloop-glib and -lpulse-lpulse. I decided by installing:
    sudo apt install libpulse-dev
    But now I caught that bottom. I don't know what "sipne/spine.h" is
    make[1]: Leaving directory '/home/kinrpg/Downloads/gideros/plugins/gsfxr/source'
    cd ./plugins/spine/source; if [ -d "linux" ]; then cd linux; make ; \
    	else if [ -d "Desktop" ]; then cd Desktop; fi; qmake *.pro; make ; fi 
    Info: creating stash file /home/kinrpg/Downloads/gideros/plugins/spine/source/Desktop/.qmake.stash
    make[1]: Entering directory '/home/kinrpg/Downloads/gideros/plugins/spine/source/Desktop'
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DGID_LIBRARY -DQT_NO_DEBUG -I. -I../../../../Sdk/include -I../../../../Sdk/include/gideros -I../../../../2dsg -I../../../../2dsg/gfxbackends -I../../../../libgideros -I../../../../libgid/include -I../../../../luabinding -I../../../../lua/src -I../../spine-runtimes/spine-c/spine-c/include -I/home/kinrpg/Qt/5.10.1/gcc_64/mkspecs/linux-g++ -o spinebinder.o ../Common/spinebinder.cpp
    ../Common/spinebinder.cpp:1:10: fatal error: spine/spine.h: Arquivo ou diretório inexistente
     #include <spine/spine.h>
              ^~~~~~~~~~~~~~~
    compilation terminated.
    Makefile:709: recipe for target 'spinebinder.o' failed
    make[1]: *** [spinebinder.o] Error 1
    make[1]: Leaving directory '/home/kinrpg/Downloads/gideros/plugins/spine/source/Desktop'
    /home/kinrpg/Downloads/gideros/scripts//GidQtLinux.mk:31: recipe for target 'spine.qtplugin' failed
    make: *** [spine.qtplugin] Error 2
  • hgy29hgy29 Maintainer
    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
  • kinrpgkinrpg Member
    edited July 2019
    hgy29 said:

    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
  • hgy29hgy29 Maintainer
    Strange, unless you didn’t clone gideros repo but extracted it from a zip ?

    Likes: kinrpg

    +1 -1 (+1 / -0 )Share on Facebook
  • kinrpgkinrpg Member
    hgy29 said:

    Strange, unless you didn’t clone gideros repo but extracted it from a zip ?

    I did it both ways. Both unzip and downloaded by git.
    I will do more experiments here and find some result here.
  • kinrpgkinrpg Member
    YEAH!
    tnx for help hgy29

    Working :D

    Captura de tela de 2019-07-26 13-57-27.png
    1366 x 768 - 168K
    +1 -1 (+4 / -0 )Share on Facebook
  • Leaving the link here to download the linux version of 2019.05 if anyone is interested (may or may not be compatible with your system).

    https://drive.google.com/file/d/1oA0_LNW48ngk35-DMhLmOCkwNgfjgIaI/view?usp=sharing
    +1 -1 (+4 / -0 )Share on Facebook
  • 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.

    Likes: kinrpg, MoKaLux

    +1 -1 (+2 / -0 )Share on Facebook
Sign In or Register to comment.