Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 14:50:58 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        "Jason E. Hale" <jhale@FreeBSD.org>
Cc:        multimedia@FreeBSD.org
Subject:   Re: graphics/opencv dependency on ffmpeg is broken by multimedia/ffmpeg upgrade
Message-ID:  <526666A2.6010208@FreeBSD.org>
In-Reply-To: <52666426.5020607@FreeBSD.org>
References:  <5263F447.40705@FreeBSD.org> <CAHtVNLNghzneDmmu0PCsnzmx3hRq1DPZAkbdRwouaedr%2Bi9DzA@mail.gmail.com> <5645227.Ty1j0Gy4S8@mocha.verizon.net> <52666426.5020607@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?526666A2.6010208>