Changes between Initial Version and Version 1 of Ticket #63462


Ignore:
Timestamp:
Sep 7, 2021, 8:50:30 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This appears to have been caused by updating meson to 0.59.1. This problem didn't occur when using meson 0.58.1.

glib2 is outdated. Possibly updating glib2 will solve this. However, it seems like a meson bug to me. Why wouldn't gnu89 be valid?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63462

    • Property Cc SoapZA FnControlOption added
    • Property Summary changed from glib2 @2.62.6_1+quartz fails to configure to glib2 @2.62.6_1+quartz: ERROR: Value "gnu89" (of type "string") for combo option "C language standard to use" is not one of the choices
    • Property Port meson added
  • Ticket #63462 – Description

    initial v1  
    11On Big Sur 11.5.2, glib2 doesn't get past the configuration step when default variants include +quartz:
    22
     3{{{
    34meson.build:655:2: ERROR: Value "gnu89" (of type "string") for combo option "C language standard to use" is not one of the choices. Possible choices are (as string): "none", "c89", "c99", "c11", "c17", "gnu99", "gnu11".
     5}}}