Build CEF 2623 Error

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.

Re: Build CEF 2623 Error

Postby jonny0632 » Sat Oct 05, 2019 10:38 pm

And one more error, this time when using cef_create_projects

Code: Select all
AttributeError: 'module' object has no attribute 'CheckCallAndFilterAndHeader'

solution found here Python error in branch 3809

If not help, then downgrade:
Code: Select all
--- chromium/src/cef/tools/gclient_util.py
+++ chromium/src/cef/tools/gclient_util.py
@@ -35,8 +35,8 @@
     command[0] = sys.executable
 
   try:
-    gclient_utils.CheckCallAndFilterAndHeader(
-        command, cwd=dir, always=True)
+    gclient_utils.CheckCallAndFilter(
+        command, cwd=dir, print_stdout=True, show_header=True, always_show_header=True)
   except gclient_utils.Error, e:
     # Use a discrete exit status code of 2 to indicate that a hook action
     # failed.  Users of this script may wish to treat hook action failures


In case of Error:
Code: Select all
ninja: error: '../../third_party/opus/src/silk/float/levinsondurbin_FLP.c', needed by 'obj/third_party/opus/src/silk/float/opus.levinsondurbin_FLP.obj', missing and no known rule to make it
as result of use 'git checkout --quiet master' in 'chromium\src\third_party\opus\src',
folder chromium/src/third_party/opus can be replaced with this one opus_chromium_49.0.2623.110.zip (1.3MB).

Update 04/12/2019
For anyone who just need binary_distrib, here is results of
Code: Select all
make_distrib --ninja-build --no-docs --no-symbols

cef_binary_3.2623.1401.gb90a3be_windows32.zip (151M)

Code: Select all
make_distrib --ninja-build --no-docs --no-symbols --x64-build

cef_binary_3.2623.1401.gb90a3be_windows64.zip (173M)
jonny0632
Newbie
 
Posts: 3
Joined: Thu Oct 03, 2019 7:07 pm

Re: Build CEF 2623 Error

Postby SUN » Thu Dec 03, 2020 10:39 pm

finder2 wrote:Thank you ndesktop for your help. I have now CEF 2623 with h264/proprietary codec support that works on Windows XP.


can you share me the CEF 2623 with h264? I build failed..
SUN
Newbie
 
Posts: 1
Joined: Thu Dec 03, 2020 10:28 pm

Previous

Return to Support Forum

Who is online

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