Changes between Initial Version and Version 1 of Ticket #69933


Ignore:
Timestamp:
May 7, 2024, 6:24:31 PM (5 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

A similar (?) problem related to wtf_ceil was fixed in qt4-mac last year.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69933

    • Property Status changed from new to assigned
    • Property Keywords sonoma added
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Summary changed from qt5-qtwebkit not building in 2.9.3 to qt5-qtwebkit @5.9.2: error: no member named 'wtf_ceil' in namespace 'std'; did you mean simply 'wtf_ceil'?
  • Ticket #69933 – Description

    initial v1  
    11qt5-qtwebkit is not building for me.  The errors seem to all look like the following.  (Full logfile to be attached.)
    22
     3{{{
    34:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__hash_table:1016:47: error: no member named 'wtf_ceil' in namespace 'std'; did you mean simply 'wtf_ceil'?
    45:info:build         __rehash_multi(static_cast<size_type>(std::ceil(__n / max_load_factor())));
     
    1112:info:build In file included from assembler/MacroAssemblerCodeRef.h:31:
    1213:info:build In file included from llint/LLIntData.h:30:
    13 
     14}}}
    1415
    1516Version info:
    1617
     18{{{
    1719:debug:main Starting logging for qt5-qtwebkit @5.9.2_7
    1820:debug:sysinfo macOS 14.4.1 (darwin/23.4.0) arch arm
     
    2123:debug:sysinfo SDK 14
    2224:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 14.0
     25}}}