Changes between Version 1 and Version 2 of Ticket #17040


Ignore:
Timestamp:
Jun 30, 2021, 11:36:15 PM (3 years ago)
Author:
cocobean
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17040 – Description

    v1 v2  
    1 Tested on hrev55203 x86_64 with Blender 2.83.16 and Blender 2.93.1.
     1Tested on hrev55203 x86_64 with Blender 2.83.16.
    22
    33Haiku's fixed-width integer types implementation "randomly" conflict or produce 'unknown type names' seen during FOSS (i.e. Free and Open Source Software) compilations. These macros randomly break FOSS builds with different results between the Haiku x86 and Haiku x86_64 platforms - a FOSS build that passes on Haiku x86 may break on Haiku x86_64 (and vice-versa).
    44
    55Example:
    6 posix/uchar.h - now get 'unknown type name' with Blender 2.83.x/2.93.1.
     6posix/uchar.h - now get 'unknown type name' with Blender 2.83.16.
    77{{{
    88typedef uint_least16_t char16_t;
     
    1010}}}
    1111
    12 NOTE: Blender 2.83.x compilation worked previously with Haiku R1B2 (+123).
     12NOTE: Blender 2.83.x compilation(s) worked previously with Haiku R1B2 (+123).