Bug#831184: mumble: FTBFS with GCC 6, seems Ice related

2016-08-11 Thread Chris Knadle
tags 831184 + patch pending thanks Attached are two patches (thanks to Mikkel Krautz for finding the solution and for the c++11 patch) both which fix the build. Unless there's an objection I'm going to use the patch to build with c++03 because that's what Mumble upstream tests Mumble with.

Bug#831184: mumble: FTBFS with GCC 6, seems Ice related

2016-08-01 Thread Jose Gutierrez de la Concha
Hi, When building an Ice application with C++11/C++14 enabled you need to link with libraries with ++11 suffix -lIce++11 instead of -lIce. libzeroc-ice3.6 provide C++98 libraries and C++11 libraries with ++11 suffix and the APIs are slightly different. Regards, José On Mon, Aug 1, 2016 at 2:56

Bug#831184: mumble: FTBFS with GCC 6, seems Ice related

2016-07-31 Thread Chris Knadle
Greetings. Unfortunately Mumble in Debian won't compile with GCC-6 right now: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831184 After talking to Mikkel Krautz (mumble upstream) I tried adding the following to the unix {} block in murmur.pro: QMAKE_CXXFLAGS *= -std=c++11 but