From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 22 11:51:37 2013 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78523D69; Tue, 22 Oct 2013 11:51:37 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 978F12464; Tue, 22 Oct 2013 11:51:36 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA24840; Tue, 22 Oct 2013 14:51:35 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1VYaUo-000N74-IU; Tue, 22 Oct 2013 14:51:34 +0300 Message-ID: <526666A2.6010208@FreeBSD.org> Date: Tue, 22 Oct 2013 14:50:58 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: "Jason E. Hale" Subject: Re: graphics/opencv dependency on ffmpeg is broken by multimedia/ffmpeg upgrade References: <5263F447.40705@FreeBSD.org> <5645227.Ty1j0Gy4S8@mocha.verizon.net> <52666426.5020607@FreeBSD.org> In-Reply-To: <52666426.5020607@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 11:51:37 -0000 on 22/10/2013 14:40 Andriy Gapon said the following: > The problem seems to be that Makefile has USE_CXXSTD=gnu++11 and C++11 already > includes std::iota: http://en.cppreference.com/w/cpp/algorithm/iota > But spinimages.cpp defines another iota with exactly the same signature. Just in case, removing the offending (re-)definition helps. -- Andriy Gapon