News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Can't install Plugin

Started by threeS, October 17, 2014, 11:00:14 PM

Previous topic - Next topic

threeS

I installed my plugin but it gives me a warning like
Quote
One or more plugins were not loaded. This usually happens when a plugin is built for a different version of the Code::Blocks SDK.
Check the application log for more info.
and where i can find the application log?

Thank you for the help  :)

stahta01

I believe that is the log window titled "Code::Blocks" on my PC it is the rightmost log window.

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]

threeS

Quotelog window titled "Code::Blocks" on my PC it is the rightmost log window
Im using ubuntu OS and it shows it is in the leftmost log window, but anyways thanks!

the error says
Quoteplugin.so: not loaded (missing symbols?)

BTW, it happens when we put postgres query in the plugin code (#include <postgresql/libpq-fe.h>)

oBFusCATed

Use -Wl,--no-undefined or -z defs in the linker options and you'll see what you're doing wrong.
(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!]