Doesn't make on Ubuntu MATE...
Brought to you by:
doublecreations
I am using Ubuntu MATE 18.04 64 bit (5.4.0-72-generic), all dependencies are satisfied, ./configure completes without fault.
Then: make gives me:
nn@gan:~/Downloads/matrixgl-2.3.2$ make
Making all in src
make[1]: Entering directory '/home/nn/Downloads/matrixgl-2.3.2/src'
make all-recursive
make[2]: Entering directory '/home/nn/Downloads/matrixgl-2.3.2/src'
Making all in data
make[3]: Entering directory '/home/nn/Downloads/matrixgl-2.3.2/src/data'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/nn/Downloads/matrixgl-2.3.2/src/data'
make[3]: Entering directory '/home/nn/Downloads/matrixgl-2.3.2/src'
make[3]: Leaving directory '/home/nn/Downloads/matrixgl-2.3.2/src'
make[2]: Leaving directory '/home/nn/Downloads/matrixgl-2.3.2/src'
make[1]: Leaving directory '/home/nn/Downloads/matrixgl-2.3.2/src'
Making all in docs
make[1]: Entering directory '/home/nn/Downloads/matrixgl-2.3.2/docs'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nn/Downloads/matrixgl-2.3.2/docs'
make[1]: Entering directory '/home/nn/Downloads/matrixgl-2.3.2'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/nn/Downloads/matrixgl-2.3.2'
In short, nothing to be done for anything ;)
TIA
Tried to install on another Ubuntu Mate (5.4.0-77-generic) and got similar, see screenshot.
I would really like to be able to run this, so any help is appreciated.
TIA
Hi Noma,
From the screenshot, it looks like it built fine. You can test it by running:
./src/matrixglIf that works, you can install with
sudo make install. Then if you're using xscreensaver you can run./add-user-entry.shand thenxscreensaver-demoto select the screensaver to run.Thanks,
Vincent.