try this:
cd
cd XHimera
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
cd src
xhimerad -daemon
The autogen and configure seem to work, but on make it returns this error:
"No targets specified and no makefile found."
Any ideas?
The autogen and configure seem to work, but on make it returns this error:
"No targets specified and no makefile found."
I've seen this also. Automake is installed, what will solve this problem?