Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Compiling codeblocks original source code to develop my own customized codeblock

(1/9) > >>

anandamu16:
Hi,

I have to make my own customized codeblock where I can add my own plugins, widgets, modify scripts etc

Step1: I know I need to download wxwidget and build it. I have downloaded wxwidget2.8.12 and build it with configuration as SHARED=1 MONOLITHIC=1 UNICODE=1
Step2: I have downloaded codeblocks IDE (16.01) and its source code from codeblocks website.
Step3: I have opened codeblocks and set global variables namely wx, cb, cb_release_type as required and set compiler settings as GNU GCC Compiler with MINGW as path in directories
Step4: Next I open codeblocks.cbp(from codeblocks source code) in codeblocksIDE and try to compile but it starts giving me error in various files including plugin files such as debuggergdb.cpp etc.
Help me to know whether i am doing anything wrong. Do i need to set any compiler or linker defines. Anything else i am unaware of?

Note: My wxwidget installation and wx variable path set up is correct as I tried to make a wxwidget project from codeblocks and it works fine.
Also since i have wxwidget version 2.8.12 therefore I am trying to compile codeblocks.cbp rather than any other else like codeblocks_30.cbp etc.

stahta01:
Post a partial build log that shows the errors in code tags.
I can NOT see the image and it would likely be a waste of time to download the image.

Tim S.

anandamu16:
I have modify the image and just added the build log for clear visibility.

BlueHazzard:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

We need the text log from the "build log" tab... Your image is not enough information to help you

Jenna:

--- Quote from: anandamu16 on February 05, 2017, 08:27:00 am ---I have modify the image and just added the build log for clear visibility.

--- End quote ---
Pleas just copy the log and paste it here in code-tags (the #-button).

Navigation

[0] Message Index

[#] Next page

Go to full version