Hi,Mark
  Thanks for your reply, that error missing,but the other occured:

c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore\vector.h(275) : 
error C2589: “(”: “::”右边的非法标记        
c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore\vector.h(272): 编译类 
模板 成员函数“void WTF::VectorBuffer::allocateBuffer(size_t)”时
        with
        [
            T=char,
            inlineCapacity=0
        ]        
c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore\vector.h(487): 
参见对正在编译的类 模板 实例化“WTF::VectorBuffer”的引用
        with
        [
            T=char,
            inlineCapacity=0
        ]        
c:\cygwin\home\en\webkit\webkitbuild\include\webcore\formdata.h(36): 参见对正在编译的类 
模板 实例化“WTF::Vector”的引用
        with
        [
            T=char
        ]
c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore\vector.h(275) : 
error C2059: 语法错误 : “::”
occured the source code position:  
javascriptcore\vector.h(275) 
if (newCapacity > std::numeric_limits::max() / sizeof(T))
                abort();

I comment this code,build ok. and others, where can I get 'icuuc36.dll',because 
I run my program hint me no 'icuuc36.dll',  I just find a 'icuuc.lib' under 
'WebKitLibraries\win\lib' directory.

I build it under VC2005+windows xp environment.

thanks!
Jeff
 
 
----- Original Message -----
From:Mark Rowe 
To:Mike Hommey 
Subject:Re: [webkit-dev] add webkit head file build errors
Date:07-08-15 21:09:22

On 16/08/2007, at 12:59 AM, Mike Hommey wrote:
> On Wed, Aug 15, 2007 at 11:06:44PM +1200, Mark Rowe  
>  wrote:
>>
>> 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 ?
[EMAIL PROTECTED]:~/Documents/Work/WebKit-git/OpenSource$ cat JavaScriptCore/ 
icu/README
The headers in this directory are for compiling on Mac OS X 10.4.
The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
For other platforms, installed ICU headers should be used rather than  
these.
They are specific to Mac OS X 10.4.
[EMAIL PROTECTED]:~/Documents/Work/WebKit-git/OpenSource$
- Mark
 

-------------------------------------------------------------------
MOTORAZR 系列颠覆之作,全新V8超大双屏手机( 
http://d1.sina.com.cn/sina/limeng3/mail_zhuiyu/2007/mail_zhuiyu_20070813.html )

===================================================================
注册新浪2G免费邮箱( http://mail.sina.com.cn/chooseMode.html
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to