[Webkit-unassigned] [Bug 17517] build failure at WebCore/xml/libWebKitGtk_la-XSLTUnicodeSort.lo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 24 14:02:29 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17517


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #1 from mrowe at apple.com  2008-02-24 14:02 PDT -------
These errors don't make sense to me.

/opt/local/include/unicode/uchar.h:2317:6: warning: "UCONFIG_NO_NORMALIZATION"

ICU's unicode/uchar.h includes unicode/utypes.h, which in turn includes
unicode/uconfig.h.  uconfig.h then does:

#ifndef UCONFIG_NO_NORMALIZATION
#   define UCONFIG_NO_NORMALIZATION 0

Based on this I can't see how uchar.h would later complain that
UCONFIG_NO_NORMALIZATION is not defined.  Perhaps it is finding a different
uconfig.h for some reason?  Can you confirm that
/opt/local/include/unicode/uconfig.h has the two lines I mentioned above, and
perhaps also check to see if that version of uconfig.h is in fact being used?

The Gtk port builds fine for me on Mac OS X and I believe I'm also using the
ICU from MacPorts.


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



More information about the webkit-unassigned mailing list