Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: wenxibo on December 12, 2008, 07:02:12 pm

Title: Help!!! how to build a SDK lib under win32 ???
Post by: wenxibo on December 12, 2008, 07:02:12 pm
I want to fix a bug of debugger module, but it must link to libcodeblocks.a .

That file is built by codeblocks sdk, but I don't know how to render it.
There is only a makefile.in file in sdk folder without .cbp or .dsp , how to use it in windows ?

Help!!! I had spent 2days on this problem.
Title: Re: Help!!! how to build a SDK lib under win32 ???
Post by: dje on December 12, 2008, 07:27:11 pm
Hi!

Just look at the wiki.
Building from sources or install from sources are good keywords.
It should take 2 mn instead of 2 days  :wink:

Dje
Title: Re: Help!!! how to build a SDK lib under win32 ???
Post by: ollydbg on December 26, 2008, 05:12:25 am
hi,see here
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows
You can build codeblocks in codeblocks.
nowadays, I also want to improve the code completion plug in, so, maybe we can discus with this topic. Also, enriching the wiki article to let other people develop codeblocks.