[webkit-dev] Compiling WebKit: invalid conversion from unsiged int* to uint32_t

Mark Rowe mrowe at apple.com
Wed Aug 20 23:54:07 PDT 2008


On Aug 20, 2008, at 10:42 AM, Marco Rocco wrote:

> Hi, compiling WebKit i get this error:
>
> WebCore/bridge/c/c_instance.cpp: In member function `virtual void  
> KJS::Bindings:
> :CInstance::getPropertyNames(KJS::ExecState*,  
> KJS::PropertyNameArray&)':
> WebCore/bridge/c/c_instance.cpp:176: error: invalid conversion from  
> `unsigned in
> t*' to `uint32_t*'
> make[1]: *** [WebCore/bridge/c/libWebCore_la-c_instance.lo] Error 1
> make[1]: Leaving directory `/home/Marco/WebKit'
> make: *** [all] Error 2
>
>
> http://rafb.net/p/LjK6or38.html
>
> How i can fix it ?

I just landed a fix for this in r35871 (<http://trac.webkit.org/changeset/35871 
 >).

- Mark



More information about the webkit-dev mailing list