RESOLVED FIXED 3961
Build is broken
https://bugs.webkit.org/show_bug.cgi?id=3961
Summary Build is broken
Anders Carlsson
Reported 2005-07-12 00:20:23 PDT
The build is broken: /Users/andersca/src/webkit/WebCore/kwq/KWQTextCodec.mm:33:25: unicode/ucnv.h: No such file or directory looks like adding ucnv.h to WebCore/icu/unicode should do the trick
Attachments
adds icu/unicode/ucnv.h to fix broken build. (75.58 KB, patch)
2005-07-12 00:22 PDT, Eric Seidel (no email)
mjs: review+
Adds ucnv_err.h as well. (96.80 KB, patch)
2005-07-12 00:25 PDT, Eric Seidel (no email)
hyatt: review+
Eric Seidel (no email)
Comment 1 2005-07-12 00:22:27 PDT
Created attachment 2919 [details] adds icu/unicode/ucnv.h to fix broken build.
Eric Seidel (no email)
Comment 2 2005-07-12 00:25:48 PDT
Created attachment 2920 [details] Adds ucnv_err.h as well.
Ken Kocienda
Comment 3 2005-07-12 08:29:51 PDT
My apologies. I forgot that these headers are not included on all systems and that we accommodate everyone by adding headers to WebCore/icu/unicode. Lesson learned.
Note You need to log in before you can comment on or make changes to this bug.