Thank you for your help.

I work with chrome.sln.
Open chrome.sln -> chrome_exe(set start project) -> F5 build

I want source package that designation time and success build.
And how to build step.

Please tell me how to build a chrome source.


==================================
(주)프론트웨이브
백형구 차장
+82-18-586-9160 / +82-31-605-2008
[EMAIL PROTECTED]
==================================


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc-Antoine Ruel
Sent: Monday, October 20, 2008 9:46 PM
To: [email protected]
Cc: [EMAIL PROTECTED]
Subject: Re: [chromium-dev] Re: Compilation Errors

2008/10/19 백형구 <[EMAIL PROTECTED]>:
>
> Env : windows Vista
>        Visual studio 2005 sp1
>        Windows sdk
>        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
-~----------~----~----~----~------~----~------~--~---

Reply via email to