On Wed, Aug 15, 2007 at 11:06:44PM +1200, Mark Rowe <[EMAIL PROTECTED]> wrote: > > On 15/08/2007, at 10:26 PM, [EMAIL PROTECTED] wrote: > >> hi all, >> I add some webkit build head files into my project and build it, occurd >> some errors as: >> “unicode/uchar.h”: No such file or directory >> >> I found under >> "WebKit\WebKitBuild\include\WebCore\ForwardingHeaders\wtf\unicode" >> directory, only build one file 'Unicode.h',no 'uchar.h',why? > > unicode/uchar.h is part of ICU, not WebKit itself. On Windows the ICU > headers will be included with one of the library zip files which are > downloaded as part of setting up your build environment.
Note the ICU headers are present in SVN under WebCore/icu and JavaScriptCore/icu. Aren't the nightly source tarballs full extracts of the trunk ? Mike _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

