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!
Please post the full build log. Also post which version of codeblocks are you using on which os and compiler.
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
I guess the plugin is not ported to wx3.0.