John Burrell wrote:
I can't build qt5-webengine standalone.

I get this:
FAILED:
obj/src/3rdparty/chromium/components/url_formatter/url_formatter.url_formatter.o

  error: #error "Update aspirational_scripts per Unicode 9.0"

I have icu4c-58_2 installed but no idea if this is the problem. Just
abandoned the install for now.

The code says:

#if U_ICU_VERSION_MAJOR_NUM < 58
  ...
#else
#error "Update aspirational_scripts per Unicode 9.0"
#endif

Indeed, I have in /usr/include/unicode/uvernum.h
#define U_ICU_VERSION_MAJOR_NUM 58

but qt should be using qtwebengine/src/3rdparty/chromium/third_party/icu/source/common/unicode/uvernum.h

which has
#define U_ICU_VERSION_MAJOR_NUM 56

I do not know why your system is trying to use the system icu instead of the internal qt version.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to