Changeset 3981c8d


Ignore:
Timestamp:
07/22/2024 04:28:37 PM (8 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
217c80c
Parents:
a7787e3
Message:

Fix building compface with GCC 14, and adjust installed files.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/compface.xml

    ra7787e3 r3981c8d  
    7474
    7575    <para>
     76      First, fix the configure script so that it's C99 compatible:
     77    </para>
     78
     79<screen><userinput remap="pre">autoreconf</userinput></screen>
     80
     81    <para>
     82      Next, fix a build failure that occurs with GCC 14:
     83    </para>
     84
     85<screen><userinput remap="pre">sed -e '/compface.h/a #include &lt;unistd.h&gt;' \
     86    -i cmain.c                             \
     87    -i uncmain.c</userinput></screen>
     88
     89    <para>
    7690      Install <application>Compface</application> by running the
    7791      following commands:
     
    104118      <seglistitem>
    105119        <seg>compface, uncompface and xbm2xface.pl</seg>
    106         <seg>libcompface.{so,a}</seg>
     120        <seg>libcompface.a</seg>
    107121        <seg>None</seg>
    108122      </seglistitem>
     
    153167
    154168      <varlistentry id="libcompface">
    155         <term><filename class="libraryfile">libcompface.{so,a}</filename></term>
     169        <term><filename class="libraryfile">libcompface.a</filename></term>
    156170        <listitem>
    157171          <para>
     
    160174          </para>
    161175          <indexterm zone="compface libcompface">
    162             <primary sortas="c-libcompface">libcompface.{so,a}</primary>
     176            <primary sortas="c-libcompface">libcompface.a</primary>
    163177          </indexterm>
    164178        </listitem>
  • introduction/welcome/changelog.xml

    ra7787e3 r3981c8d  
    4242      <para>July 22nd, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Fix building compface with GCC 14. Fixes
     46          <ulink url="&blfs-ticket-root;20126">#20126</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Adapt QtWebEngine to use system ffmpeg. Fixes
Note: See TracChangeset for help on using the changeset viewer.