User forums > Help
Can`t build C::B IDE from latest svn revision 12240
sodev:
Not sure what you are trying to tell us with that, but before this gets out of hand, my last post was a joke.
Actually, it is a very bad idea to define this symbol yourself, this is a compiler internal symbol and code usually uses this to detect the current compiler. If you define this symbol yourself, the code might think it is getting compiled with MSVC although it gets compiled with GCC, this will break your whole build.
omlk:
I compare two .dll, orig and my and I cant't found
_z10wxOnAssertPKciS0_S0_
_z10wxOnAssert*
FIX: need change in config.gcc: DEBUG_FLAG ?= 0 to DEBUG_FLAG ?= 1
so, how disable use wxAsserts() when compile src C::B? I want to get the release version without debug info in wx*.dll
stahta01:
Do you wish to learn how to do it, correctly?
Or do you wish to continue on your path of editing "config.gcc"?
Tim S.
gh_origin:
Your method is hackish. There is indeed a detailed wiki page about how to build CodeBlocks from source. It's easy to search for it on Google.
omlk:
Why do you consider this method hacking :)? I do not break anything and use information from files that are in the codeblocks repository.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version