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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 03:00:05 PST 2008


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





------- Comment #2 from randall.h.wood at alexandriasoftware.com  2008-02-25 03:00 PDT -------
(In reply to comment #1)
> 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?

/opt/local/include/unicode/uconfig.h definitely has those lines in it.

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

I'm attempting to write a portfile for MacPorts for webkit-gtk. Can you tell me
how you're building it (what configure arguments are you passing?) so that I
can try replicating that.


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