From 6d78663fb5c52bd6d039be6e10c1117384dc83c2 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 25 May 2019 02:35:06 +0000 Subject: [PATCH] Add a note about a 'fatal error' in GStreamer that I just encountered. It turns out to be just a warning, about not finding an Objective-C compiler. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21623 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- multimedia/libdriv/gst10-plugins-base.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/multimedia/libdriv/gst10-plugins-base.xml b/multimedia/libdriv/gst10-plugins-base.xml index be96f18cf9..45fe1d5474 100644 --- a/multimedia/libdriv/gst10-plugins-base.xml +++ b/multimedia/libdriv/gst10-plugins-base.xml @@ -124,6 +124,11 @@ needs to be installed before this application. + If you do not have a Objective-C compiler installed, the build + system for this package will throw a warning about a failed sanity check. + This is harmless, and it is safe to continue. + + Install GStreamer Base Plug-ins by running the following commands: