How to compile and generate version 2623?

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

How to compile and generate version 2623?

Postby zoro » Sun Jun 28, 2020 4:22 am

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
zoro
Techie
 
Posts: 15
Joined: Tue Jun 09, 2020 8:20 pm

Re: How to compile and generate version 2623?

Postby Czarek » Sun Jun 28, 2020 5:31 am

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
Maintainer of the CEF Python, PHP Desktop and CEF C API projects. My LinkedIn.
User avatar
Czarek
Virtuoso
 
Posts: 1927
Joined: Sun Nov 06, 2011 2:12 am

Re: How to compile and generate version 2623?

Postby ndesktop » Sun Jun 28, 2020 5:48 am

Here it is the automate-git.py version at the time of 2623.
Attachments
automate-git-2623.zip
automate-git.py v2623
(12.95 KiB) Downloaded 353 times
ndesktop
Master
 
Posts: 750
Joined: Thu Dec 03, 2015 10:10 am

Re: How to compile and generate version 2623?

Postby zoro » Sun Jun 28, 2020 8:49 pm

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
zoro
Techie
 
Posts: 15
Joined: Tue Jun 09, 2020 8:20 pm


Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 29 guests

cron