[MacPorts] #40783: gstreamer1 @1.0.9: /opt/local/include/glib-2.0/glib/gmessages.h:237:11: error: use of undeclared identifier 'g_log_domain_gstreamer'
MacPorts
noreply at macports.org
Wed Oct 23 20:09:36 PDT 2013
#40783: gstreamer1 @1.0.9: /opt/local/include/glib-2.0/glib/gmessages.h:237:11:
error: use of undeclared identifier 'g_log_domain_gstreamer'
-------------------------+-----------------------------
Reporter: sarvi@… | Owner: rmstonecipher@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: gstreamer1 |
-------------------------+-----------------------------
Comment (by miken32@…):
Replying to [comment:12 piotr@…]:
> I confirm that adding the following patch allows gstreamer1 to compile:
>
> {{{
> --- gst/gstdatetime.c-orig 2013-10-23 18:13:07.000000000 -0700
> +++ gst/gstdatetime.c 2013-10-23 18:13:18.000000000 -0700
> @@ -21,8 +21,8 @@
> #include "config.h"
> #endif
>
> -#include "glib-compat-private.h"
> #include "gst_private.h"
> +#include "glib-compat-private.h"
> #include "gstdatetime.h"
> #include "gstvalue.h"
> #include <glib.h>
> }}}
This works for me as well; I'm running 10.9. Applying the patch from
ticket 40710 did not help, BTW.
--
Ticket URL: <https://trac.macports.org/ticket/40783#comment:13>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list