[Webkit-unassigned] [Bug 108373] WebKit fails to build with MinGW compiler because of invalid cast in HarfBuzzShaper.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 09:21:41 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108373





--- Comment #10 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2013-02-05 09:23:46 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> 
> > 
> > m_normalizedBuffer is declared as follow:
> > OwnArrayPtr<UChar> m_normalizedBuffer;
> > Are you sure you have a correctly sized UChar typedef/declaration on your platform? What  configuration are you building? Does it match one of the bots?
> 
> I try to cross compile WebkitGTK for Windows using MinGW stack, there is no such build bot like
> that as far as i know.

I would try to follow up why UChar/wchar_t is not matching uint16_t in this configuration, maybe there is something wrong with your build configuration of ICU.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list