add webkit head file build errors
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? I have build webkit success on windows platform. as: =========================================================== WebKit is now built. To run Safari with this newly-built code, use the "WebKit/WebKitTools/Scripts/run-safari" script. NOTE: WebKit has been built with SVG support enabled. Safari will have SVG viewing capabilities. =========================================================== I have on idea, anybody can help me? thanks!! jeff ------------------------------------------------------------------- MOTORAZR 系列颠覆之作,全新V8超大双屏手机( http://d1.sina.com.cn/sina/limeng3/mail_zhuiyu/2007/mail_zhuiyu_20070813.htm... ) =================================================================== 注册新浪2G免费邮箱( http://mail.sina.com.cn/chooseMode.html )
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
On Wed, Aug 15, 2007 at 11:06:44PM +1200, Mark Rowe <bdash@webkit.org> wrote:
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.
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
participants (3)
-
Mark Rowe
-
Mike Hommey
-
pj_wh120@sina.com