News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

FortranProject silently fails to load

Started by ptDev, July 01, 2012, 06:23:51 PM

Previous topic - Next topic

ptDev

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?

stahta01

Did you install the plugin after you compiled it?

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

ptDev

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?

oBFusCATed

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!]

MortenMacFly

Quote from: oBFusCATed on July 02, 2012, 12:34:30 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]