Author Topic: How to include FortranProject in (bootstrap+)configure+make builds (on Linux)  (Read 3008 times)

Offline aphirst

  • Single posting newcomer
  • *
  • Posts: 5
Reading through the configure script, it seems as if "--enable-fortran" is the right option for this. So I decided to try it, appending to my ./configure line:
Code
WX_CONFIG_PATH='/usr/bin/wx-config' ./configure --prefix='/usr' --with-contrib-plugins='all' --enable-fortran
and I noticed the following text scroll by:
Code
checking whether to integrate fortran-plugin in dist-tarball... yes

However, FortranProject does not seem to get included in the resulting build. The source files for the plugin are downloaded while fetching from SVN, though. I'm keen to build FortranProject in addition to C::B, and am currently unable to use the ".workspace"s to build due to some kind of build system issue.

Is there a further step I'm missing which would get this to actually work? (As mentioned previously, I'm on Arch Linux x86_64 building codeblocks from SVN and using gcc (GCC) 8.2.1 20181127 - if you have any further questions about what I'm doing, please don't hesitate to ask!)
« Last Edit: December 17, 2018, 10:28:49 pm by aphirst »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Any news on this?