News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Non Windows Fortran plugin build query

Started by AndrewCot, February 19, 2022, 01:12:00 AM

Previous topic - Next topic

AndrewCot

The src\plugins\contrib\Makefile.am does not support building the Fortran plugin, but does setup the EXTRA_DIST if it is enabled, which it is if you configure with --with-contrib-plugins=all option.
Should the Fortran plugin be building in Linux and OSX?

perazz

I've built it on OS X from C::B using the "Unix 3.1" project file with help from the plugin's author via email.

The makefile provided with the repo is old, as it wasn't contributed by the Fortran plugin author,
and it hasn't been kept up to date with the revisions.

zbinkz

Quote from: AndrewCot on February 19, 2022, 01:12:00 AM
The src\plugins\contrib\Makefile.am does not support building the Fortran plugin, but does setup the EXTRA_DIST if it is enabled, which it is if you configure with --with-contrib-plugins=all option.
Should the Fortran plugin be building in Linux and OSX?

Hi, I'm interested in installing this plugin too. Did you manage to do it?