Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Update re Python Plugins
sasho:
I am trying to build the Python Code Completion plugin on Fedora 20 (kernel 3.15.10-201.fc20.x86_64)
Unfortunatelly after loading the workspace file and trying to build target 'All"
i get 'wx/complier.h not found ' - it is coming out of wx platform.h
Now i do have wx-3.0 installed ( devel) . Most likely 'wx' issue but it the plugin code including wx.
Any suggestion highly appreciated.
Would be nice if one gets the binaries directly - :)
sasho:
Referring to my question about wx - i did realize that one has to build wxWidgets from source and than install this build which will contain , compiler and setup header files .
So do the following :
1. Download the latest stable source for the platform to required :
http://www.wxwidgets.org/downloads
2. Build the source as per the graphical interface - in my case GTK for F20
yum install gtk+-devel.x86_64
this will install GTK3 dev
3. In the extracted folder of wx source the doc folder contains various docs but to find
the installation instruction goto folder with the desired graphical interface - in my case gtk
/wxWidgets-3.0.1/docs/gtk
4. Follow the instructions to build the wx in the file install.txt
Last but not the least would have been very usefull if in the steps to build the plugin is added the requirement for wx build
:)
edison:
--- Quote from: dmoore on March 22, 2014, 03:02:02 pm ---Just a note that the Python code completion plugin has been updated for the latest changes in trunk. Python CC should be more stable and provides doc strings.
--- End quote ---
I built codeblocks-python with CB SVN 9133 in Windows using gcc 4.9.1 and wxWidgets 2.8.12, but when I ran the CB, there is a pop-up window said "process launch failed" .
How can I fix this problem?
dmoore:
--- Quote from: edison on October 03, 2014, 06:42:17 am ---
--- Quote from: dmoore on March 22, 2014, 03:02:02 pm ---Just a note that the Python code completion plugin has been updated for the latest changes in trunk. Python CC should be more stable and provides doc strings.
--- End quote ---
I built codeblocks-python with CB SVN 9133 in Windows using gcc 4.9.1 and wxWidgets 2.8.12, but when I ran the CB, there is a pop-up window said "process launch failed" .
How can I fix this problem?
--- End quote ---
Do you have python in the path? Which version?
mikoff:
Hello.
I have downloaded and built plugins set using CodeBlocks (target cbplugin).
But how can i install them? When i use Plugins->Install plugin menu item i am asked for .cbplugin file that doesn`t exist... The output file for this target is libXmlRpcEmbedder.a
If i select target "all" i also unable to find .cbplugin file.
Could you clarify the installation steps?
Thanks.
Update:
i was able to build all plugins except PythonInterpreter - i am stuck with the message "PythonInterpreter.cpp|44|undefined reference to `wxEVT_SHELL_ADD_CLICKED'|"
Code completion doesn`t work, i am getting the message "ERROR PROCESSING PYCC REQUEST: Check the log for details"
In the log i see the following:
Error requesting calltip
--- Code: ---<value><array><data><value>XmlRpc server is not connected.</value></data></array></value>
--- End code ---
Are there exist any ppa's where i can get codeblocks ide with these plugins enabled by default? Because as i can see from SVN, it is bundled with contrib plugins set now...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version