I have not checked out the code using 'gclient sync'. Anyway,
The URL for the build instructions I followed.
- 1. http://dev.chromium.org/developers/how-tos/build-instructions-windows
Link to here -> 2. http://dev.chromium.org/developers/how-tos/get-the-code
Link to here -> 3.
http://build.chromium.org/buildbot/archives/chromium_tarball.html
And it started to download chromium.r9045.tar.gz automatically.
---------------------------------------------------------------------------------------------------
I visited the server (http://src.chromium.org/viewvc/chrome/trunk/
src/...) and looked over the latest version (directory revision 9125)
of the grit_resource_file.bat and third_party folder.
And I verified that there are no differences between them (the latest)
and my local files.
- There are not python_24 and cygwin under third_party folder and
grit_resource_file.bat still references them.
So, in this case, if I check out the latest files using 'gclient
sync', is there anything that is changed?
On 2월4일, 오전11시12분, Evan Martin <[email protected]> wrote:
> You must use gclient sync to check out. What is the URL for the build
> instructions were you following? I can fix them.
>
> On Tue, Feb 3, 2009 at 6:04 PM, DeArto20 <[email protected]> wrote:
>
> > I have downloaded r9040 tar-ball from the chromium web site and built
> > it in VS2005
> > (Before building it, I have removed the previous version completely in
> > my hard disk.)
>
> > But it made lots of errors. - One of those was
> > 'generated_resources.h'.
>
> > So, I have looked into it in detail and found that the batch file
> > 'grit_resource_file.bat' is a little weird.
> > It has following lines in it.
>
> > ---------------------------------------------------------------------------
> > ---------------------------------------------------------------------------
> > -------------------
> > :: Put cygwin in the path
> > call %SolutionDir%\..\third_party\cygwin\setup_env.bat
>
> > %SolutionDir%\..\third_party\python_24\python.exe %SolutionDir%\..
> > \tools\grit\grit.py -i %InFile% build -o %OutDir%
> > ---------------------------------------------------------------------------
> > ---------------------------------------------------------------------------
> > -------------------
>
> > It contains 'third_party\cygwin' and 'third_party\python_24'. But as
> > far as I know, those are not available anymore.
> > (r9040 doesn't have 'cygwin' or 'python_24' inside the 'third_party'
> > folder.)
>
> > How do you think about this? And what should I do for building the
> > project successfully?
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---