[Webkit-unassigned] [Bug 37945] CMake buildsystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 14:11:40 PDT 2010


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


Adam Treat <treat at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55750|review?                     |review-
               Flag|                            |




--- Comment #22 from Adam Treat <treat at kde.org>  2010-05-12 14:11:39 PST ---
(From update of attachment 55750)
> +IF (NOT WTF_USE_ICU_UNICODE)
> +    ADD_DEFINITIONS(-DWTF_USE_ICU_UNICODE=0)

/home/manyoso/dev/webkit_1/JavaScriptCore/wtf/Platform.h:580:1: warning: "WTF_USE_ICU_UNICODE" redefined

This is in cross-platform wtf/CMakeLists.txt and in Platform.h you can see that you are re-defining it.

This needs to be fixed.

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