2008/10/19 백형구 <[EMAIL PROTECTED]>: > > Env : windows Vista > Visual studio 2005 sp1 > Windows s아 > Start > All Programs > Microsoft Windows SDK > Visual Studio > Registration > Integrate Windows SDK with Visual Studio 2005 > "gclient sync --force" > > Project is compiling with errors here is the log(On Mon, Oct 20, 2008 at > 10:01 AM) > > 50>------ Build started: Project: V8Bindings, Configuration: Debug Win32 --- > --- > .... > 50>d:\work\src\src\webkit\build\v8bindings\precompiled_v8bindings.h(6) : > fatal error C1083: Cannot open include file: 'v8_proxy.h': No such file or > directory > ....
Thanks for the detailed email. I'm affraid you started chrome_kjs.sln instead of chrome.sln. I'd recommend you to delete the src\chrome\Debug directory and start again, making sure you select chrome.sln and not chrome_kjs.sln This file should be located in src\webkit\port\bindings\v8\v8_proxy.h. If it's there, it's definitely just because you picked the wrong solution file (.sln). Background info; chrome_kjs.sln requires defining "set JS_ENGINE_TYPE=_kjs" before building and doesn't use v8 at all. Instead, it uses JavaScriptCore which is bundled into WebKit. Note that the KJS acronym is wrong and in chromium source, KJS means JSC. Sorry for the confusion about this. M-A --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
