alderlopez / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

How to create project Chromiumembedded ?????? #577

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

hi all, i got source code Chromiumembedded in SVN svn checkout 
http://chromiumembedded.googlecode.com/svn/trunk/ chromiumembedded-read-only  
and got depot_tools in link  svn co 
http://src.chromium.org/svn/trunk/tools/depot_tools

but when i use it then error:
please fix it help me 

thanks

my email:sonnh7289@gmail.com

pipis-Mac:cef1 root# ./cef_create_projects.sh

Checking CEF and Chromium revisions...

________ running '/usr/bin/python tools/check_revision.py' in 
'/Volumes/pipiData/data-test/trunk/cef1'

WARNING: Incorrect Chromium URL; found 
http://chromiumembedded.googlecode.com/svn/trunk, expected 
http://src.chromium.org/svn/trunk/src

WARNING: Incorrect Chromium revision; found 601, expected 131752

Please see CHROMIUM_BUILD_COMPATIBILITY.txt for instructions.
Using CEF revision 601 @ http://chromiumembedded.googlecode.com/svn/trunk/cef1
Using Chromium revision 601 @ http://chromiumembedded.googlecode.com/svn/trunk

Generating CEF version header file...

________ running '/usr/bin/python tools/make_version_header.py --header 
include/cef_version.h --version ../chrome/VERSION' in 
'/Volumes/pipiData/data-test/trunk/cef1'
Traceback (most recent call last):
File "tools/make_version_header.py", line 128, in <module>
written = write_svn_header(options.header, options.version)
File "tools/make_version_header.py", line 43, in write_svn_header
raise Exception('Version file '+version+' does not exist.')
Exception: Version file ../chrome/VERSION does not exist.
Traceback (most recent call last):
File "tools/gclient_hook.py", line 20, in <module>
RunAction(cef_dir, gyper)
File "/Volumes/pipiData/data-test/trunk/cef1/tools/gclient_util.py", line 39, 
in RunAction
command, cwd=dir, always=True)
File "/Volumes/pipiData/data-test/trunk/cef1/depot_tools/gclient_utils.py", 
line 219, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/Volumes/pipiData/data-test/trunk/cef1/depot_tools/gclient_utils.py", 
line 396, in CheckCallAndFilter
rv, args, kwargs.get('cwd', None), None, None)
subprocess2.CalledProcessError: Command /usr/bin/python 
tools/make_version_header.py --header include/cef_version.h --version 
../chrome/VERSION returned non-zero exit status 1 in 
/Volumes/pipiData/data-test/trunk/cef1 

Original issue reported on code.google.com by ngosylie...@gmail.com on 22 Apr 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Follow the instructions on the project main page.

Original comment by magreenb...@gmail.com on 23 Apr 2012 at 3:47