desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #129383
[Bug 1478367] Re: Build falis with glibmm2.4 2.45.40-0ubuntu1
glibmm 2.45.40 requires C++11, both for its own build and by any apps
that use it. gtkmm also now requires C++11.
I think you are seeing a symptom of building the application without
C++11 support. For instance, using CXXFLAGS="--std=c++11", though you'd
be better of using an m4 macro such as AX_CXX_COMPILE_STDCXX_11().
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glibmm2.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1478367
Title:
Build falis with glibmm2.4 2.45.40-0ubuntu1
Status in glibmm2.4 package in Ubuntu:
New
Bug description:
Hi,
while subtitleeditor builds fine with glibmm2.4 version 2.44.0-1 [1]
it fails with 2.45.40-0ubuntu1 [2].
The error is:
/usr/include/gtkmm-3.0/gtkmm/textiter.h:1231:5: error:
'exception_handlers_invoke' is not a member of 'Glib'
The diff between both versions of glibmm2.4 show some changes with 'exception_handlers_invoke' [3] so I suspect the error comes from this changes.
Best,
Philip
[1] https://launchpadlibrarian.net/212735989/buildlog_ubuntu-wily-amd64.subtitleeditor_0.52.1-1~ppa0_BUILDING.txt.gz
[2] https://launchpadlibrarian.net/212738226/buildlog_ubuntu-wily-amd64.subtitleeditor_0.52.1-1_BUILDING.txt.gz
[3] http://launchpadlibrarian.net/212362235/glibmm2.4_2.44.0-1_2.45.40-0ubuntu1.diff.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1478367/+subscriptions
References