[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 01:44:39 PST 2013


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





--- Comment #8 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2013-02-05 01:46:44 PST ---
(In reply to comment #0)
> Build dies with the following error
> 
>   GEN      generate-testwebkitapi-forwarding-headers
>   GEN      DerivedSources/JavaScriptCore/LLIntAssembly.h
> offlineasm: Parsing ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm and Programs/LLIntOffsetsExtractor.exe and creating assembly file DerivedSources/JavaScriptCore/LLIntAssembly.h.
> offlineasm: No magic values found. Skipping assembly file generation.
> make  all-am
> make[1]: Wejście do katalogu `/home/pawel/src/webkit'
> /usr/bin/mkdir -p ./.deps/DerivedSources
>   CXX      Source/WebCore/platform/graphics/harfbuzz/ng/libWebCore_la-HarfBuzzShaper.lo
> Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp: In member function 'bool WebCore::HarfBuzzShaper::shapeHarfBuzzRuns(bool)':
> Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp:340:138: error: invalid conversion from 'const UChar* {aka const wchar_t*}' to 'const uint16_t* {aka const short unsigned int*}' [-fpermissive]

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?

-- 
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