How do I install workrave from source?
I cloned the source from github:
git clone https://github.com/rcaelers/workrave.git
cd workrave
there is an INSTALL file which sais, I should use ./configure; make; make install
but that seems outdated. There is no config file. I found out that I have to use autogen.sh
boforehand:
sudo apt-get install autopoint intltool libxtst-dev glib-2.0 python-cheetah glibmm-2.4 gtkmm-2.4
./autogen.sh
./configure
make
This stops with those warnings:
In file included from UnixInputMonitorFactory.cc:38:0:
XScreenSaverMonitor.hh:27:38: fatal error: X11/extensions/scrnsaver.h: No such file or directory
#include <X11/extensions/scrnsaver.h>
^
compilation terminated.
maybe I am missing some packages? How can I find out the needed packages and How do I compile it?
-Wno-cast-function-type,'" or "./configure: line 18329:
AX_CHECK_COMPILE_FLAG(-Wno-cast-function-type,'": is the repository still up to date? – J..y B..y Aug 23 '18 at 17:12