On Aug 10, 2009, at 10:44 AM, Brian Barnes wrote:

JSBase.h includes stdbool.h, which is where this error comes from. I need JSBase to compile scripts, unless I'm mistaken here.

The the os-win32 directory is not intended for use from clients using JavaScriptCore, and it shouldn't be in your include path. It’s only for use building JavaScriptCore and WebKit itself on old versions of Windows.

I believe if you leave it out of the path, then you will get stdbool.h and stdint.h from Visual Studio itself and everything will be fine.

    -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to