Hi,
I've some many problems trying to compile Code::Blocks (to test the patch I planned to submit for visual studio workspaces) that I'm quite decided to abandon. I installed the most recent wxWidgets 2.6.3.
I tried compiling the VERSION_1_0 from CVS with VC toolkit: no way, there's compilation error with wxImageList(16, 16). I do not figure why since it is in wxWidget API. I did not insist.
So I installed Codeblocks shipped MinGW. I lost some time trying to compile wxWidgets with MinGW and finally found out that the make shipped with codeblocks (those shipped with wxwidget I think) do not like backslashes. I then installed a new fresh MinGW. Ok for wxWidget now !
I then tried to compile CodeBlocks VERSION_1_0 with the codeblocks-wx260.cbp. It compiles ok, but when trying to execute, resources.zip is missing in the share directory. I copy the one shipped with codeblocks final beta and I get a nice write at a bad memory adress error. Maybe I miss the correct .zip file, but I can't find them in the CVS.
Then I tried to compile the final beta 1. First seems that some files are missing in the codeblock project for gdb plugin. I add the missing files, now there's compilation errors with wxWidgets. I didn't insist.
Now I'm tired... Am I missing something ? I read carefully the readme files but no way! Please help.