Changes between Initial Version and Version 4 of Ticket #54928


Ignore:
Timestamp:
Sep 28, 2017, 5:59:18 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54928

    • Property Status changed from new to assigned
    • Property Cc dbevans added
    • Property Summary changed from webkit2-gtk build failing under High Sierra to webkit2-gtk @2.14.2: build failing under High Sierra due to error: delegating constructors are permitted only in C++11
    • Property Keywords highsierra added
    • Property Owner set to jeremyhu
  • Ticket #54928 – Description

    initial v4  
    11My build is dying with:
    2 
     2{{{
    33/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.14.2/Source/ThirdParty/ANGLE/src/com/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.14.2/Source/ThirdParty/ANGLE/src/common/mathutil.h:562:20: error: delegating constructors are permitted only in C++11
    44    IndexRange() : IndexRange(0, 0, 0) {}
    55                   ^~~~~~~~~~
    6611 warnings and 1 error generated.
     7}}}