15 Aug
2007
15 Aug
'07
11:06 a.m.
On 15/08/2007, at 10:26 PM, pj_wh120@sina.com 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. - Mark