so I'm trying to install libgraph.
Running ./configure seemed fine, but I'm also appending its output just in case.
After running make I got an output, that's a bit similar to this guy's (trying to install libgraph), but much longer with much more warnings.
./config output: https://paste.ubuntu.com/p/vp3KK2WxQV/
make output: https://paste.ubuntu.com/p/wQc6FMK5HB/
In previously mentioned question, they asked for output of make V=1, so I'll put it here also, just in case.
make V=1 output: https://paste.ubuntu.com/p/WhWRz7vYRh/
Thank you for your time.
makeoutput is now this: https://paste.ubuntu.com/p/YnfGrz8H7q/ – McDuck Jun 12 '20 at 20:18sudo apt-get install libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-devas stated here . The output of make indicates that you have missing libraries in your system. – Parsa Mousavi Jun 12 '20 at 20:29guile2.0from/usr/devfolder (I don't have/devfolder inside the/usrfolder, only separately/usrand/devin none of which is anyguilefile) – McDuck Jun 12 '20 at 21:19