glfs/xincludes/gst10-objc-error.xml
Douglas R. Reno 4ef9eb3bce Minor tweaks to the gstreamer section:
gst-plugins-good: Remove the libtool caution, we're using meson/ninja now so it no longer applies
gst-plugins-*: Convert the 'dependency for a given plugin needs to be installed first' into an XInclude
gst-*: With the move to Meson, the developers put in a sanity check to ensure that there is an ObjC compiler on the system. This was originally intended for macOS, and the build continues normally without it. I've added an XInclude containing a note to all pages affected to document this, since it describes itself as a 'fatal error'

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21627 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-05-26 20:07:26 +00:00

14 lines
611 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
<!-- $LastChangedBy$
$Date$ -->
<!-- As part of their move to Meson, the GStreamer developers included a
check for an ObjC compiler, since their primary user other than Linux
is macOS. -->
<note><para>If you do not have an Objective-C compiler installed, the
build system for this package will emit a warning about a failed sanity
check. This is harmless, and it is safe to continue.</para></note>