Changeset 2445e19d for gnome


Ignore:
Timestamp:
06/05/2024 05:01:15 AM (6 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
gimp3, trunk
Children:
e067e09
Parents:
1c7e3b4e
Message:

libgee: fix building with GCC-14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libgee.xml

    r1c7e3b4e r2445e19d  
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
    74       <xref linkend="glib2"/> (GObject Introspection recommended)
     74      <xref linkend="glib2"/> (GObject Introspection recommended) and
     75      <xref linkend="vala"/>
    7576    </para>
    7677
     
    8283    <bridgehead renderas="sect4">Optional</bridgehead>
    8384    <para role="optional">
    84       <xref linkend="vala"/> (with Valadoc) and
    8585      <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>
    8686    </para>
     
    9292
    9393    <para>
     94      First, force the Vala code to be regenerated so that it is compatible
     95      with gcc-14:
     96    </para>
     97
     98<screen><userinput remap="pre">find . -name \*.vala -exec touch {} \;</userinput></screen>
     99
     100    <para>
    94101      Install <application>libgee</application> by running the following
    95102      commands:
    96103    </para>
    97104
    98 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
    99106make</userinput></screen>
    100107
Note: See TracChangeset for help on using the changeset viewer.