Hello guys,
I finally managed to compile codeblocks from sources but each time I have several warnings. That's why I wanted to know when I can consider I have properly and successfully built the soft.
I am using GCC TDM 4.7.1 (shipped with C::B 13.12) and wX 3.0.2. And it was for SVN 10635 and 10636.
Here are some of the warnings I met (only for C::B and core plugins) :
\src\sdk\scripting\squirrel\sqcompiler.cpp|655|warning: dereferencing type-punned pointer will break strict-aliasing rules [
-Wstrict-aliasing]| <- this one
multiple times\src\sdk\wxscintilla\src\ScintillaWX.cpp|628|warning: variable 'haveTextString' set but not used [
-Wunused-but-set-variable]
\src\src\resources\resources.rc|137|warning: #warning Manifest: x86.manifest [
-Wcpp]|
Thanks in advance for any help

!