From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 12/13] gnu: avidemux: Fix regression caused by update to qt 5.7. Date: Sun, 21 Aug 2016 23:08:20 +0200 Message-ID: References: <20160820215957.GA6502@jasmine> <20160821140825.13048-1-david@craven.ch> <20160821140825.13048-12-david@craven.ch> <87zio5c23g.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbZyl-0006Te-7x for guix-devel@gnu.org; Sun, 21 Aug 2016 17:08:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbZyi-0007Nr-0X for guix-devel@gnu.org; Sun, 21 Aug 2016 17:08:27 -0400 Received: from mail-yb0-x230.google.com ([2607:f8b0:4002:c09::230]:33324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbZyg-0007N5-Q1 for guix-devel@gnu.org; Sun, 21 Aug 2016 17:08:23 -0400 Received: by mail-yb0-x230.google.com with SMTP id a88so5428909ybi.0 for ; Sun, 21 Aug 2016 14:08:21 -0700 (PDT) In-Reply-To: <87zio5c23g.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel The problem isn't with qt, when adding -std=gnu++11 the build fails. And I'm not really a C/C++ developer, so sometimes the error messages look a little intimidating. But yes I'll make the changes...