Build fails - unbuntu18
Posted: 01 Sep 2020, 14:53
Hi everyone,
I'm new to actiona, that I try to use on Ubuntu18.04
actiona installed via apt was not fully functional (no access to the basic functions), so I apt purged it and tried to build it according to the procedure
https://wiki.actiona.tools/doku.php?id=en:compilation
It worked fine until it needed <xkbcommon/xkbcommon-keysyms.h>:
keyboardkey_xkb.cpp:29:10: fatal error: xkbcommon/xkbcommon-keysyms.h: No such file or directory
#include <xkbcommon/xkbcommon-keysyms.h>
However, this header exists and can be located:
paloma@thinkpad: locate xkbcommon/xkbcommon-keysyms.h
/snap/gnome-3-34-1804/33/usr/include/xkbcommon/xkbcommon-keysyms.h
/snap/gnome-3-34-1804/36/usr/include/xkbcommon/xkbcommon-keysyms.h
So, a bit lost here? Why does the compilation fail?? Any idea??
Thanks,
Paloma
I'm new to actiona, that I try to use on Ubuntu18.04
actiona installed via apt was not fully functional (no access to the basic functions), so I apt purged it and tried to build it according to the procedure
https://wiki.actiona.tools/doku.php?id=en:compilation
It worked fine until it needed <xkbcommon/xkbcommon-keysyms.h>:
keyboardkey_xkb.cpp:29:10: fatal error: xkbcommon/xkbcommon-keysyms.h: No such file or directory
#include <xkbcommon/xkbcommon-keysyms.h>
However, this header exists and can be located:
paloma@thinkpad: locate xkbcommon/xkbcommon-keysyms.h
/snap/gnome-3-34-1804/33/usr/include/xkbcommon/xkbcommon-keysyms.h
/snap/gnome-3-34-1804/36/usr/include/xkbcommon/xkbcommon-keysyms.h
So, a bit lost here? Why does the compilation fail?? Any idea??
Thanks,
Paloma