[Bug 221643] x11-toolkits/gtksourceview
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 20 06:39:51 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221643
Bug ID: 221643
Summary: x11-toolkits/gtksourceview
Product: Ports & Packages
Version: Latest
Hardware: powerpc
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: solence at zoho.eu
CC: freebsd-powerpc at FreeBSD.org
Assignee: gnome at FreeBSD.org
CC: freebsd-powerpc at FreeBSD.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Created attachment 185598
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185598&action=edit
Build log
Building this port on PowerPC fails with the following error:
In file included from ../../../gtksourceview/gtksource.h:57,
from gtksourcecompletionwords.c:41:
../../../gtksourceview/gtksourcetag.h:43: error: redefinition of typedef
'GtkSourceTag'
../../../gtksourceview/gtksourcetypes.h:63: error: previous declaration of
'GtkSourceTag' was here
gmake[6]: *** [Makefile:555:
libgtksourcecompletionwords_la-gtksourcecompletionwords.lo] Error 1
GtkSourceTag is defined in gtksourcetypes.h:
typedef struct _GtkSourceTag GtkSourceTag;
But then again in gtksourcetag.h, which includes gtksourcetypes.h:
G_DECLARE_DERIVABLE_TYPE (GtkSourceTag, gtk_source_tag,
GTK_SOURCE, TAG,
GtkTextTag)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list