Can't build CEF

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: Can't build CEF

Postby finder2 » Fri Aug 18, 2023 12:02 pm

magreenblatt wrote:Do these files exist for you?

Yes, all these files copied to c:/code/chromium_git/chromium/src/out/Debug_GN_x86
finder2
Mentor
 
Posts: 51
Joined: Fri Jun 13, 2014 1:33 am

Re: Can't build CEF

Postby ndesktop » Fri Aug 18, 2023 3:38 pm

Exception: dbghelp.dll not found in "C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\dbghelp.dll"
You must install Windows 10 SDK version 10.0.22621.0 including the "Debugging Tools for Windows" feature.

That I think is another problem. You should install the Debugging Tools.
ndesktop
Master
 
Posts: 756
Joined: Thu Dec 03, 2015 10:10 am

Re: Can't build CEF

Postby finder2 » Sun Aug 20, 2023 2:42 am

ndesktop wrote:
Exception: dbghelp.dll not found in "C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\dbghelp.dll"
You must install Windows 10 SDK version 10.0.22621.0 including the "Debugging Tools for Windows" feature.

That I think is another problem. You should install the Debugging Tools.

Yes, after installing the "Debugging Tools for Windows" and changing create.bat to below i was able to build CEF Debug x86 with codecs support
set GN_DEFINES=is_component_build=false proprietary_codecs=true ffmpeg_branding=Chrome use_debug_fission=true
set GN_ARGUMENTS=--ide=vs2022 --sln=cef --filters=//cef/*
call cef_create_projects.bat


I added
use_debug_fission=true


Thank you guys, for your help!
finder2
Mentor
 
Posts: 51
Joined: Fri Jun 13, 2014 1:33 am

Previous

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 229 guests