https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270817

--- Comment #5 from fgorter <fgor...@gmail.com> ---
To add to the relevance of being a similar error as with
Chrome/Iridium/Ungoogled etc, more errors from electron22-22.3.5_1 building
from source:

In file included from ../../base/i18n/timezone.cc:10:
../../third_party/icu/source/common/unicode/unistr.h:1909:48: error: expected
';' at end of declaration list
  UnicodeString &operator=(UnicodeString &&src) U_NOEXCEPT;
                                               ^
                                               ;
../../third_party/icu/source/common/unicode/unistr.h:1916:34: error: expected
';' at end of declaration list
  void swap(UnicodeString &other) U_NOEXCEPT;
                                 ^
                                 ;
../../third_party/icu/source/common/unicode/unistr.h:1925:45: error: expected
';' at end of declaration list
  swap(UnicodeString &s1, UnicodeString &s2) U_NOEXCEPT {


Seems to be identical issue with ICU not playing nice with the build
environment.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to