Hi, The problem was that neither DEBUG or NDEBUG was defined.
I've added DEBUG and _DEBUG to every project's settings and now is ok. Thank you for help. BR Seweryn 2009/8/27 Darin Adler <[email protected]> > On Aug 27, 2009, at 11:56 AM, Seweryn Pływaczyk wrote: > > I suppose that I built something in wrong way (under WinCE) but I have >> really no idea where I should start an investigation. >> > > This typically means that you have built different source files with > different settings. I’m betting some code was built with NDEBUG defined and > other code with NDEBUG not defined. > > I think this is the type of query that should go to webkit-help, though, > not webkit-dev. > > -- Darin > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

