On 31/07/14 09:09, Vincent Cheng wrote:
> On Sun, Jul 27, 2014 at 9:39 PM, Debian testing autoremoval watch
> <nore...@release.debian.org> wrote:
>> codeblocks 13.12-3 is marked for autoremoval from testing on 2014-07-31
>>
>> It is affected by these RC bugs:
>> 744115: codeblocks: Please update to use wxwidgets3.0
>>
>>
> 
> Ping.

Have you thought about this?

Olly Betts wrote:
> The issue there is most likely because wx 3.0 enables "WXDEBUG" mode
> by default which includes checks for incorrect API usage, whereas with
> wx 2.8 you had to specify it explicitly when you built the library.  In
> other words, codeblocks is misusing the wx API, but with 2.8 this gets
> quietly ignored by default, whereas 3.0 reports it by default.
> 
> I bet if you rebuilt codeblocks using the WXDEBUG build of 2.8
> (available in Debian in package libwxgtk2.8-dbg - despite the name, this
> isn't debug symbols, but a separate build of the library) you'd see this
> assertion too.
> 
> The simplest way to address this is to build codeblocks with -DNDEBUG
> (pass it in CPPFLAGS usually), which makes wx 3.0 behave as a default
> build of 2.8 would.

Emilio


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to