Author: renodr
Date: Tue Jan 22 21:36:01 2019
New Revision: 21018
Log:
Fix the compilation of mutter on i686.
I haven't started GNOME yet to verify that it legitimately works, that will
come later tonight.
However, this works around the compilation problem by disabling -Werror via a
configure flag.
Modified:
trunk/BOOK/gnome/platform/caribou.xml
trunk/BOOK/gnome/platform/mutter.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/gnome/platform/caribou.xml
==============================================================================
--- trunk/BOOK/gnome/platform/caribou.xml Tue Jan 22 16:46:39 2019
(r21017)
+++ trunk/BOOK/gnome/platform/caribou.xml Tue Jan 22 21:36:01 2019
(r21018)
@@ -90,7 +90,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk2"/> and
- <ulink url="http://www.valadoc.org/">Valadoc</ulink>
+ <xref linkend="vala"/> (with Valadoc installed)
</para>
<bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
Modified: trunk/BOOK/gnome/platform/mutter.xml
==============================================================================
--- trunk/BOOK/gnome/platform/mutter.xml Tue Jan 22 16:46:39 2019
(r21017)
+++ trunk/BOOK/gnome/platform/mutter.xml Tue Jan 22 21:36:01 2019
(r21018)
@@ -120,7 +120,9 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-static &&
+<screen><userinput>./configure --prefix=/usr \
+ --disable-static \
+ --enable-compile-warnings=minimum &&
make</userinput></screen>
<para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 22 16:46:39
2019 (r21017)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 22 21:36:01
2019 (r21018)
@@ -44,6 +44,10 @@
<listitem>
<para>January 22nd, 2019</para>
<itemizedlist>
+ <listitem revision="systemd">
+ <para>[renodr] - Fix the compilation of mutter on i686 systems. Fixes
+ <ulink url="&blfs-ticket-root;11039">#11039</ulink>.</para>
+ </listitem>
<listitem>
<para>[renodr] - Update to vala-0.42.5. Fixes
<ulink url="&blfs-ticket-root;11580">#11580</ulink>.</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page