Bug 3961 - Build is broken
Summary: Build is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 00:20 PDT by Anders Carlsson
Modified: 2005-07-12 08:29 PDT (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff
Adds ucnv_err.h as well. (96.80 KB, patch)
2005-07-12 00:25 PDT, Eric Seidel (no email)
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 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
Comment 1 Eric Seidel (no email) 2005-07-12 00:22:27 PDT
Created attachment 2919 [details]
adds icu/unicode/ucnv.h to fix broken build.
Comment 2 Eric Seidel (no email) 2005-07-12 00:25:48 PDT
Created attachment 2920 [details]
Adds ucnv_err.h as well.
Comment 3 Ken Kocienda 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.