Page 1 of 1

How to compile and generate version 2623?

PostPosted: Sun Jun 28, 2020 4:22 am
by zoro
The corresponding branch project cannot be generated correctly using the following command.
I have removed the branch judgment (
if int(cef_branch)
)in automate-git.py.
python automate-git.py --download-dir=F:\cef\source --depot-tools-dir=F:\cef\depot_tools --branch=2623 --no-build --no-distrib --force-clean

Re: How to compile and generate version 2623?

PostPosted: Sun Jun 28, 2020 5:31 am
by Czarek
This is old unsupported branch and you may encounter many issues while building it. For start checkout automate-git.py and depot_tools from the time branch 2623 was supported.

You can find prebuilt distributions for branch 2623 here: https://github.com/cztomczak/cefpython/ ... 9-upstream

Re: How to compile and generate version 2623?

PostPosted: Sun Jun 28, 2020 5:48 am
by ndesktop
Here it is the automate-git.py version at the time of 2623.

Re: How to compile and generate version 2623?

PostPosted: Sun Jun 28, 2020 8:49 pm
by zoro
ndesktop wrote:Here it is the automate-git.py version at the time of 2623.


Thanks for providing, I use the file you provided to run, but also reported the following error.

gclient.py: error: no such option: --disable-syntax-validation
Traceback (most recent call last):
File "automate-git.py", line 1411, in <module>
('--reset ' if discard_local_changes else ''), chromium_dir, depot_tools_dir)
File "automate-git.py", line 61, in run
args, cwd=working_dir, env=env, shell=(sys.platform == 'win32'))
File "C:\Python27\lib\subprocess.py", line 504, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gclient', 'sync', '--reset', '--with_branch_heads', '--disable-syntax-validation', '--jobs', '16']' returned non-zero exit status 2