new errors! :0
make -f Makefile.linux
make[1]: Entering directory '/home/bob/tmp/a-effacer/prototracker'
g++ -O3 -Wformat -std=c++11 -o prototracker src/*.cpp -lSDL2_image -lSDL2main `sdl2-config --cflags --libs` -s
src/Main.cpp: In function ‘void infinityAndBeyond(void*)’:
src/Main.cpp:115:149: error: ‘SDL_GameControllerFromInstanceID’ was not declared in this scope
context.mainEditor.showMessageV(Editor::MessageInfo, "Unplugged %s", SDL_GameControllerName(SDL_GameControllerFromInstanceID(event.cdevice.which)));
^
Makefile.linux:5: recipe for target 'prototracker' failed
make[1]: *** [prototracker] Error 1
the help system is good, a kind of cheatsheet is interesting, like hitting a shortcut displays all the effects, i'm sure that after a certain time you know them by heart haha,
btw i'm not sure if you're interested by linux, but https://snapcraft.io/ seems to be pretty good, it's a packaging system, it was added to ubuntu and fedora recently, will soon be on debian stable (can't wait!), it allows to distribute software and be able to run them even if your system isn't on the bleeding edge ; if you don't have the latest libraries, it's not a problem since the package includes them, also it runs in a sandbox , so no security issues,
i haven't read about it too much, but it can auto build from github: https://build.snapcraft.io/ and once compiled the software get pushed to the repository where user can sync the latest version without having to worry about anything else,
being able to run a stable distribution with the latest software version is something really interesting )
Last edited by koub1s (Apr 27, 2017 7:05 pm)