User forums > Nightly builds
The 06 December 2014 build (10050) is out.
Aleksandr:
--- Quote from: ollydbg on January 10, 2015, 04:31:26 am ---Yes, you can ...
--- End quote ---
Thanks! Don't know how I missed it. :)
Melchior:
wx_sufix = u
is the default set in each project file...
but DO TO THE FACT that I need to compile a debug version of Codeblocks.... so I can get to the bottom of this bug/crash I discovered...
it is needed to either manually edit every single project file which will cause them to be out of sync with the repo...
or define a global variable....
some help please...
stahta01:
--- Quote from: Melchior on January 10, 2015, 08:45:11 am ---wx_sufix = u
is the default set in each project file...
but DO TO THE FACT that I need to compile a debug version of Codeblocks.... so I can get to the bottom of this bug/crash I discovered...
it is needed to either manually edit every single project file which will cause them to be out of sync with the repo...
or define a global variable....
some help please...
--- End quote ---
Use the new contrib plugin a few months old named something like project manipulator.
Tim S.
Jenna:
--- Quote from: Melchior on January 10, 2015, 08:45:11 am ---wx_sufix = u
is the default set in each project file...
but DO TO THE FACT that I need to compile a debug version of Codeblocks.... so I can get to the bottom of this bug/crash I discovered...
it is needed to either manually edit every single project file which will cause them to be out of sync with the repo...
or define a global variable....
some help please...
--- End quote ---
You should not need debug-versions of wxWidgets unless you want to debug wxWidgets itself.
Melchior:
Jens... it is only makes sense to ensure the complete program and its dependencies EACH have their symbols...
that way no matter where the bug may be... it can be found without having to compile again and again...
Compiling wxWidgets as debug was easy...
makeWX_dll__gcc__Debug.cmd
--- Quote ---mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 MONOLITHIC=1 SHARED=1 DEBUG_FLAG=1 DEBUG_INFO=1
pause
--- End quote ---
Compiling Code::Blocks as debug has been a headache,
the project files DO NOT have a [debug-all] target if you guys could please add one some day would be great ;^_^;
and would make it easier to get a debug build complied
i got around this by editing the
Project build options --> Custom variables -->
changing [WX_SUFFIX = u] to [WX_SUFFIX = ud] for each and every file
thx stahta01's suggestion to use
Plugin --> Project option manipulator
to change [WX_SUFFIX = u] to [WX_SUFFIX = ud] on all open project files looks like it will work on contrib where there are so many project files on that workspace....
but this method would of course edit all the project files as i mentioned above, making them out of sync to the
svn-repository....
I am done for one night...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version