Recently I tried to build FortranProject plugin (r375) [1] sourcecode via autotools against one of the latest CodeBlocks (r485) revision and got an make error during build process.
This error is related to changes at FortranProject code with additional targets "svg" directories into "Makefile.am" files, e.g. at commits [2-4]. At this changes the appropriate changes in "configure.ac" were not made to create generate appropriate "Makefile" files under "svg" subdirectories.
The attached patch "fix_svg_configure.ac.patch" fixes this issue.
Also the last released FortranProject version is 1.8 instead of 1.6 [5] so this is taken into account in this patch.
[1] https://sourceforge.net/p/fortranproject/code/HEAD/tree/
[2] https://sourceforge.net/p/fortranproject/code/343/
[3] https://sourceforge.net/p/fortranproject/code/344/
[4] https://sourceforge.net/p/fortranproject/code/349/
[5] https://cbfortran.sourceforge.io/
The patch is missing.
Sorry. I attached it initially but then asked to relogin on save action and didn't recheck if it presented. File is attached here now.
Patch applied in commit 376, thank you.