For your information, perl and cygwin are already included in the checkout.
They are located on your computer in D:\work\src\src\third_party\cygwin.
In any case, it seems that perl is not the issue since you said that
DerivedSources contains 623 files. I guess this is more related to an
include error but I think that it would be odd.



2008/10/23 백형구 <[EMAIL PROTECTED]>

>  Thank you for your help.
>
>
>
> A Generated file list is same my machine(
> :\work\src\src\chrome\Debug\obj\V8Bindings\DerivedSources)
>
>
>
> I installed the active perl 5.6 in my machine, but not install a cygwin.
>
> "1°³ ÆÄÀÏÀÌ º¹»çµÇ¾ú½À´Ï´Ù." Is "1 File(s) copy".
>
>
>
> As well. Make option –d and remove –s.
>
>
>
> I want to additional Information for build.
>
>
>
> ==================================
>
> (주)프론트웨이브
>
> 백형구 차장
>
> +82-18-586-9160 / +82-31-605-2008
>
> [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>
> ==================================
>
>
>
> *From:* Marc-Antoine Ruel [mailto:[EMAIL PROTECTED]
> *Sent:* Friday, October 24, 2008 9:51 AM
> *To:* 백형구
>
> *Cc:* [email protected]
> *Subject:* Re: [chromium-dev] Re: Compilation Errors
>
>
>
> It seems like the perl script has problems with in V8Bindings_prebuild.
> Here's the dump of this step on your machine.
>
> 6>------ Build started: Project: V8Bindings_prebuild, Configuration: Debug
> Win32 ------
>
> 6>Performing Custom Build Step
>
> 6>..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.h
>
> 6>1°³ ÆÄÀÏÀÌ º¹»çµÇ¾ú½À´Ï´Ù.
> 6>..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.cpp
> 6>1°³ ÆÄÀÏÀÌ º¹»çµÇ¾ú½À´Ï´Ù.
>
> 6>D:\work\src\src\chrome\Debug\obj\V8Bindings\DerivedSources
>
> 6>Building DerivedSources /cygdrive/d/work/src/src/webkit/port...
>
> 6>Build log was saved at
> "file://D:\work\src\src\chrome\Debug\obj\V8Bindings_prebuild\BuildLog.htm"
>
> 6>V8Bindings_prebuild - 0 error(s), 0 warning(s)
>
>
>
> With the Korean text, it seems fine. So this directory,
> D:\work\src\src\chrome\Debug\obj\V8Bindings\DerivedSources, doesn't seem to
> get the all of the generated files.
>
>
> Here is how it looks on my machine:
>
> ------ Build started: Project: V8Bindings_prebuild, Configuration: Debug
> Win32 ------
> Performing Custom Build Step
> ..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.h
> 1 File(s) copied
> ..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.cpp
> 1 File(s) copied
> C:\code\chrome\n1\src\chrome\Debug\obj\V8Bindings\DerivedSources
> Building DerivedSources /cygdrive/c/code/chrome/n1/src/webkit/port...
> Build Time 6:39
> V8Bindings_prebuild - 0 error(s), 0 warning(s)
>
> I attached the list of the files
> in C:\code\chrome\n1\src\chrome\Debug\obj\V8Bindings\DerivedSources on my
> build. I'm afraid it could be some unicode issues in the path names. :(
>
>
>
> You need to trace the V8Bindings_prebuild step carefully to detect what is
> failing there. It executes src\webkit\build\V8Bindings\prebuild.bat, which
> calls src\webkit\build\V8Bindings\build-generated-files.sh, which executes
> src\webkit\port\DerivedSources.make. I think modifying
>
>   make -s -f "${PORTROOT}/DerivedSources.make" -j 2 || exit 1
>
> to
>
>   make  -f "${PORTROOT}/DerivedSources.make" -j 2 || exit 1
>
> (or even adding -d) would help pinpoint the problem. You can search in
> DerivedSources.make for 'HTMLNames.cpp' to see what perl command gets
> executed and try to execute
> this src\third_party\WebKit\WebCore\dom\make_names.pl to find out the issue
> if possible.
>
>
> M-A
>
>
> 2008/10/23 백형구 <[EMAIL PROTECTED]>:
> > I try to delete the src\chrome\Debug directory
> > and try to build again.
> >
> > The result is same.
> >
> > Include directory :
> > C:\Program Files\Microsoft SDKs\Windows\v6.1\Include
> > C:\Program Files\Microsoft SDKs\Windows\v6.1\Include\gl
> > C:\Program Files\Microsoft SDKs\Windows\v6.1\VC\Include
> > $(VCInstallDir)include
> > $(VCInstallDir)atlmfc\include
> > $(FrameworkSDKDir)include
> >
> > Lib directory :
> > C:\Program Files\Microsoft SDKs\Windows\v6.1\lib
> > $(VCInstallDir)lib
> > $(VCInstallDir)atlmfc\lib
> > $(VCInstallDir)atlmfc\lib\i386
> > $(FrameworkSDKDir)lib
> > $(VSInstallDir)
> > $(VSInstallDir)lib
> >
> > I attach the error log file.
> >
> >
> > ==================================
> > (주)프론트웨이브
> > 백형구 차장
> > +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: Thursday, October 23, 2008 11:58 AM
> > To: 백형구
> > Cc: [email protected]
> > Subject: Re: [chromium-dev] Re: Compilation Errors
> >
> > You use the right method. Could you try to delete the src\chrome\debug
> > directory and try to build again?
> >
> > M-A
> >
> > 2008/10/22 백형구 <[EMAIL PROTECTED]>:
> >> 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.
> >>
> >> 43>------ Rebuild All started: Project: WebCore, Configuration: Debug
> Win32 ------
> > 43>Deleting intermediate and output files for project 'WebCore',
> configuration 'Debug|Win32'
> > .........
> >
> 43>..\..\..\third_party\WebKit\WebCore\page\AccessibilityImageMapLink.cpp(34)
> : fatal error C1083: Cannot open include file: 'HTMLNames.h': No such file
> or directory
> > 43>d:\work\src\src\third_party\WebKit\WebCore\svg\SVGElement.h(30) :
> fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or
> directory
> > 43>d:\work\src\src\third_party\webkit\webcore\svg\SVGElement.h(30) :
> fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or
> directory
> >
> 43>d:\work\src\src\third_party\WebKit\WebCore\svg\SVGPreserveAspectRatio.h(28)
> : fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or
> directory
> > .........
> >
> > 44>------ Rebuild All started: Project: V8Bindings, Configuration: Debug
> Win32 ------
> > 43>d:\work\src\src\third_party\webkit\webcore\svg\SVGElement.h(30) :
> fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or
> directory
> > 43>d:\work\src\src\third_party\webkit\webcore\svg\SVGElement.h(30) :
> fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or
> directory
> > 43>d:\work\src\src\third_party\webkit\webcore\svg\SVGElement.h(30) :
> fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or
> directory
> >
> > WebCore project
> >
> >
> >
> >> ==================================
> >> (주)프론트웨이브
> >> 백형구 차장
> >> +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