Menu

#6 Doesn't make on Ubuntu MATE...

open
nobody
5
2021-07-01
2021-04-25
Noma Nescio
No

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

Discussion

  • Noma Nescio

    Noma Nescio - 2021-07-01

    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

     
  • Vincent Launchbury

    Hi Noma,

    From the screenshot, it looks like it built fine. You can test it by running: ./src/matrixgl

    If that works, you can install with sudo make install. Then if you're using xscreensaver you can run ./add-user-entry.sh and then xscreensaver-demo to select the screensaver to run.

    Thanks,
    Vincent.

     

Log in to post a comment.