You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there recent instructions for installing on Linux?
I'm installing kiss on my daughter's Kano, which is Debian-based. I'm mostly following this 3.5-year-old forum post. My current install script is here. My wife is hoping to set up several of these for her students in the fall.
If there aren't more recent Debian instructions, does someone have advice how to debug the problem below with the Qsci/qsciscintilla.h header file? I've never developed C++ with a bunch of external dependencies.
Maya@kano-maya ~ $ cd kiss
Maya@kano-maya ~/kiss $ ls
build compat doxygen.conf LICENSE scripts ts
buildinfo.cmake deploy include rc src ui
CMakeLists.txt docs kiss.ts Readme.markdown TODO.txt
Maya@kano-maya ~/kiss $ mkdir build
mkdir: cannot create directory ‘build’: File exists
Maya@kano-maya ~/kiss $ cd build/
Maya@kano-maya ~/kiss/build $ cmake ..
/home/Maya/kiss/build/KISS_zh_CN.qm
-- Configuring done
-- Generating done
-- Build files have been written to: /home/Maya/kiss/build
Maya@kano-maya ~/kiss/build $ sudo make install # Failed here.
sudo: unable to resolve host kano-maya
[sudo] password for Maya:
[ 1%] Automatic moc for target KISS
[ 1%] Built target KISS_automoc
[ 1%] Building CXX object CMakeFiles/KISS.dir/src/main_window.cpp.o
In file included from /home/Maya/kiss/include/menus/main_window_menu.hpp:27:0,
from /home/Maya/kiss/include/main_window.hpp:32,
from /home/Maya/kiss/src/main_window.cpp:21:
/home/Maya/kiss/include/source_file.hpp:28:32: fatal error: Qsci/qsciscintilla.h: No such file or directory
#include <Qsci/qsciscintilla.h>
^
compilation terminated.
CMakeFiles/KISS.dir/build.make:394: recipe for target 'CMakeFiles/KISS.dir/src/main_window.cpp.o' failed
make[2]: *** [CMakeFiles/KISS.dir/src/main_window.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/KISS.dir/all' failed
make[1]: *** [CMakeFiles/KISS.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
Maya@kano-maya ~/kiss/build $ sudo apt-get install libqscintilla2-dev
sudo: unable to resolve host kano-maya
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqscintilla2-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
The text was updated successfully, but these errors were encountered:
Are there recent instructions for installing on Linux?
I'm installing kiss on my daughter's Kano, which is Debian-based. I'm mostly following this 3.5-year-old forum post. My current install script is here. My wife is hoping to set up several of these for her students in the fall.
If there aren't more recent Debian instructions, does someone have advice how to debug the problem below with the Qsci/qsciscintilla.h header file? I've never developed C++ with a bunch of external dependencies.
The text was updated successfully, but these errors were encountered: