arch-atom icon indicating copy to clipboard operation
arch-atom copied to clipboard

Electron fail to compile with system ICU

Open tensor5 opened this issue 9 years ago • 0 comments

Since v0.37.0, Electron uses Chromium 49 which causes the final link of libchromiumcontent to fail with:

../../mojo/shell/public/cpp/initialize_base_and_icu.cc:40: error: undefined reference to 'base::i18n::InitializeICUFromRawMemory(unsigned char const*)'

For this reason we reverted to using bundled ICU in b1d42466dab81fcd19ba39cdd9f48b6ec3f8a797.

tensor5 avatar Mar 28 '16 06:03 tensor5