fortran-machine icon indicating copy to clipboard operation
fortran-machine copied to clipboard

Failure to make

Open Bradlykrip opened this issue 5 years ago • 2 comments

When making I came across this error:

cd flibs-0.9/flibs/src/sqlite && make csqlite.o >/dev/null dirname: missing operand Try 'dirname --help' for more information. cc: error: missing path after ‘-I’ make[1]: *** [makefile:68: csqlite.o] Error 1 make: *** [makefile:44: csqlite.o] Error 2

I am using ubuntu 20.04

Bradlykrip avatar Sep 03 '20 22:09 Bradlykrip

Did you successfully install sqlite3 in the dependencies?

sudo ./install_deps_ubu.sh

mapmeld avatar Sep 04 '20 15:09 mapmeld

That command fails but when I type sqlite3 in the terminal it runs. When I run it inside the fortran-machine folder I get (among success) 404 Not Found [IP: 91.189.95.83 80] Err:10 http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal Release 404 Not Found [IP: 91.189.95.83 80]

As well as this for many packages: N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Bradlykrip avatar Sep 04 '20 17:09 Bradlykrip