[webkit-dev] Using JavaScriptCore in Win32
Darin Adler
darin at apple.com
Mon Aug 10 10:49:00 PDT 2009
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
More information about the webkit-dev
mailing list