Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 05:28:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 224447] devel/glibmm ustring.h:256:13: error: expected ';' at end of declaration list
Message-ID:  <bug-224447-6497-38vARHkepB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224447-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224447-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Hutchinson <portmaster@bsdforge.com> has reassigned Bugzilla Automati=
on
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o=
rg:
Bug 224447: devel/glibmm ustring.h:256:13: error: expected ';' at end of
declaration list
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224447



--- Description ---
I maintain graphics/gimmage, and am unable to build it,
due to the error indicated in the title of this pr.
The problem is the constructor on line 256 of ustring.h

~ustring() noexcept;

which *should* be

~ustring();

version 2.6 on it's github repo[1]
corrects this. Is there any way to

1) create a patch on the current version

or

2) update glibmm to a working version (2.6?)

Thank you for all your time, and consideration.

--Chris

1. https://github.com/GNOME/glibmm/tree/glibmm-2-6



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