I have now run some diagnostics on 'make install'.
Firstly a dry-run produced no issues
/home/.../geany-1.36# make --dry-run install>make-install-dry-run
/home/.../geany-1.36# echo $?
0
==
Hi Enrico,
Thanks - but I did run as root!
If you look at the script I posted, you will see that the third line reads:
/home/geoff/Build/geany/geany-main/geany-1.36# make install
Hi Geoff,
On 24.08.20 20:24, Geoff Kaniuk wrote:
> Running the Autotools based build system from the current online manual
> https://www.geany.org/manual/current/index.html (version 1.35), I
> successfully completed the configure task:
> ===
Running the Autotools based build system from the current online manual
https://www.geany.org/manual/current/index.html (version 1.35), I
successfully completed the configure task:
==
$ ./configure
$ make
==