[Gstreamer-bugs] [Bug 143191] New: - Build breaks with "-DG_LOG_DOMAIN=g_log_domain_gstreamer" due to absence of declaration of g_log_domain_gstreamer
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Wed May 26 03:11:26 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=143191
GStreamer | gstreamer (core) | Ver: 0.8.0
Summary: Build breaks with "-
DG_LOG_DOMAIN=g_log_domain_gstreamer" due to absence of
declaration of g_log_domain_gstreamer
Product: GStreamer
Version: 0.8.0
Platform: Other
OS/Version: AIX
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: Michael.Wilson at bull.net
QAContact: gstreamer-maint at bugzilla.gnome.org
Building on AIX with native compiler, for a large number of source files,
produces errors :
"/usr/include/glib/gmessages.h"
line 146.11: 1506-045 (S) Undeclared identifier g_log_domain_gstreamer.
line 155.11: 1506-045 (S) Undeclared identifier g_log_domain_gstreamer.
line 164.11: 1506-045 (S) Undeclared identifier g_log_domain_gstreamer.
line 173.11: 1506-045 (S) Undeclared identifier g_log_domain_gstreamer.
This occurs in many places because "#include <glib/glib.h>" is not preceeded by
the declaration of the G_LOG_DOMAIN g_log_domain_gstreamer, which is in gstlog.h.
The gst/*.h header files which include glib.h should include gstlog.h beforehand.
The gst/*.c source files which include glib.h before/without including one of
the above mentioned gst/*.h header files, should include gstlog.h beforehand.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list