3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-1 (2016-03-06) x86_64 GNU/Linux
Hello!
1.) cmake works fine:
xxx@antares:/data/DOWNLOAD/roccat-tools-5.2.0/build$ cmake -DCMAKE_INSTALL_PREFIX="/usr" -DWITH_LUA=5.3 ..
-- compiling for devices arvo;isku;iskufx;kiro;koneplus;konepure;konepuremilitary;konepureoptical;konextd;konextdoptical;kovaplus;kova2016;lua;nyth;pyra;ryosmk;ryosmkfx;ryostkl;savu;tyon;kone
-- Installing libraries in /usr/lib/x86_64-linux-gnu
-- Installing udev rules in /lib/udev/rules.d
-- Installing eventhandler plugins in /usr/lib/x86_64-linux-gnu/roccat
-- Compiler supports attribute pack
-- Configuring done
-- Generating done
-- Build files have been written to: /data/DOWNLOAD/roccat-tools-5.2.0/build
2.) here is the problem:
xxx@antares:/data/DOWNLOAD/roccat-tools-5.2.0/build$ make
...
[ 74%] Built target libroccatryosmk
[ 74%] Built target libroccatryosmkwidget
[ 74%] Generating fire.lc
/bin/sh: 1: luac: not found
ryosmk/effect_modules/CMakeFiles/_data_DOWNLOAD_roccat-tools-5.2.0_ryosmk_effect_modules_fire.lc.dir/build.make:51: recipe for target 'ryosmk/effect_modules/fire.lc' failed
make[2]: *** [ryosmk/effect_modules/fire.lc] Error 127
CMakeFiles/Makefile2:5990: recipe for target 'ryosmk/effect_modules/CMakeFiles/_data_DOWNLOAD_roccat-tools-5.2.0_ryosmk_effect_modules_fire.lc.dir/all' failed
make[1]: *** [ryosmk/effect_modules/CMakeFiles/_data_DOWNLOAD_roccat-tools-5.2.0_ryosmk_effect_modules_fire.lc.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
xxx@antares:/data/DOWNLOAD/roccat-tools-5.2.0/build$
Any solution (or workaround - I only need kova+, no ryosmk)
Mny Tnks!
Anonymous
The problem here is not roccat-tools but Debians packaging. The Lua 5.3 package is missing luac. I don't know if it was moved in an extra package or just forgotten. Use 5.2
not really solved, but close.
Problem moved from Lua to LuaJit. I posted here:
https://sourceforge.net/p/roccat/support-requests/63/
Greets EDVauler