Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Heiko on October 10, 2016, 04:15:40 pm

Title: Problems with Python-Plugin
Post by: Heiko on October 10, 2016, 04:15:40 pm
When installing/building the plugin from the project I get the message that this is inaccessible :

--    virtual void AddPendingEvent(const wxEvent& event)

I am new to Code::Blocks and maybe it is a very simple error..would just like to get it going..
Any help appreciated!
Title: Re: Problems with Python-Plugin
Post by: oBFusCATed on October 10, 2016, 08:55:01 pm
Please post the full build log. Also post which version of codeblocks are you using on which os and compiler.
Title: Re: Problems with Python-Plugin
Post by: Heiko on October 11, 2016, 12:10:40 am
This is the build-message :
||=== Build: cbplugin in XmlRpcEmbedder (compiler: GNU GCC Compiler) ===|
/usr/include/wx-3.0/wx/event.h||In member function ‘void XmlRpcInstance::OnEndProcess(wxProcessEvent&)’:|
/usr/include/wx-3.0/wx/event.h|3387|error: ‘virtual void wxEvtHandler::AddPendingEvent(const wxEvent&)’ is inaccessible|
/home/heiko/Codeblocks_Python/codeblocks-python-master/XmlRpcEmbedder/xmlrpc_embedder.cpp|459|error: within this context|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|

CodeBlocks Version is 16.01 on a Linux-Mint 17.3 64-Bit
Title: Re: Problems with Python-Plugin
Post by: oBFusCATed on October 11, 2016, 07:24:24 pm
I guess the plugin is not ported to wx3.0.