Currently, I am using CEF 128.0.6613.120 version.
During CEF compilation for debug build type, I am getting below link error:
- Code: Select all
ld.lld: error: undefined symbol: lens::OpenLensRegionSearchInstructions(Browser*, base::OnceCallback<void ()>, base::OnceCallback<void ()>)
>>> referenced by lens_region_search_controller.cc:76 (../../chrome/browser/lens/region_search/lens_region_search_controller.cc:76)
>>> region_search/lens_region_search_controller.o:(lens::LensRegionSearchController::Start(content::WebContents*, bool, bool, bool, lens::AmbientSearchEntryPoint)) in archive obj/chrome/browser/lens/region_search/libregion_search.a
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
I found existing issue for this error. It also has pull request opened against this issue but its not merged to master yet.
@Marshall, do we have any plan to merge this PR into master? Or is there any other workaround for this issue?
Thanks