Regression: no more able to compile qt5
by lucabon from LinuxQuestions.org on (#6NHAG)
Trying to compile qt5 on current, the following error will raise:
Code:In file included from ../../3rdparty/chromium/content/browser/browser_interface_binders.cc:50:
../../3rdparty/chromium/content/public/browser/browser_context.h:21:10: fatal error: components/spellcheck/spellcheck_buildflags.h: No such file or directory
21 | #include "components/spellcheck/spellcheck_buildflags.h"I can't understand what was changed that lead to failed build. Any idea?
Code:In file included from ../../3rdparty/chromium/content/browser/browser_interface_binders.cc:50:
../../3rdparty/chromium/content/public/browser/browser_context.h:21:10: fatal error: components/spellcheck/spellcheck_buildflags.h: No such file or directory
21 | #include "components/spellcheck/spellcheck_buildflags.h"I can't understand what was changed that lead to failed build. Any idea?