Author Topic: FortranProject silently fails to load  (Read 4695 times)

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
FortranProject silently fails to load
« on: July 01, 2012, 06:23:51 pm »
Ever since I updated my local copy to revision 8080, FortranProject still compiles correctly, but no longer loads.
What's more, Code::Blocks does not even complain with the usual "one or more plugins could not be loaded".
Any idea of what might cause this?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: FortranProject silently fails to load
« Reply #1 on: July 01, 2012, 07:57:18 pm »
Did you install the plugin after you compiled it?

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: FortranProject silently fails to load
« Reply #2 on: July 02, 2012, 12:05:06 am »
After a full clean and rebuild, it became clear to me that unlike most contrib plugins, FortranProject is not automatically copied under the devel folder postbuild (which is normal, considering it's an external source tree). I was launching Code::Blocks with a newer SDK than one the existing plugin was built for.

Once I manually copied the needed files over, FortranProject loaded correctly.

Still, shouldn't Code::Blocks issue a warning when it finds obsolete plugins?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: FortranProject silently fails to load
« Reply #3 on: July 02, 2012, 12:34:30 am »
If the SDK versions have not been changed, there is no way to issue a warning...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: FortranProject silently fails to load
« Reply #4 on: July 02, 2012, 08:13:27 am »
If the SDK versions have not been changed, there is no way to issue a warning...
I such situations you may try to run C::B with the "-v" switch to see some more information.

BTW: The SDK version did change recently, isn't it?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ