Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 06:39:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 221643] x11-toolkits/gtksourceview
Message-ID:  <bug-221643-6497-Jv4mcmITXh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221643-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221643-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
solence@zoho.eu has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s
request for maintainer-feedback to gnome@FreeBSD.org:
Bug 221643: x11-toolkits/gtksourceview
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221643



--- Description ---
Created attachment 185598
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185598&action=
=3Dedit
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221643-6497-Jv4mcmITXh>