Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 16:16:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216077] games/vamos: fails to build with libc++ 4.0
Message-ID:  <bug-216077-13-GpzbSprNgq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216077-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216077-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216077

--- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
(In reply to Dimitry Andric from bug 216034 comment #6)
> Note that the upstream author has reverted the commit causing this here:
>
> http://llvm.org/viewvc/llvm-project?rev=3D291921&view=3Drev
>
> and has also merged it to the 4.0 branch. I will import the upstream
> branch into the projects/clang400-import branch soon.

lang/gcc6 and later versions are also affected.

XML_Parser.cc: In member function 'void
Vamos_Media::XML_Parser::read(std::__cxx11::string)':
XML_Parser.cc:394:39: error: no match for 'operator=3D=3D' (operand types a=
re
'std::ifstream {aka std::basic_ifstream<char>}' and 'int')
   if ((mp_stream =3D=3D 0) || (*mp_stream =3D=3D 0))
                            ~~~~~~~~~~~^~~~
Ac3d.cc: In constructor 'Vamos_Media::Ac3d::Ac3d(std::__cxx11::string, doub=
le,
const Vamos_Geometry::Three_Vector&, const Vamos_Geometry::Three_Vector&)':
Ac3d.cc:894:9: error: no match for 'operator=3D=3D' (operand types are
'std::ifstream {aka std::basic_ifstream<char>}' and 'int')
  if (is =3D=3D 0)
      ~~~^~~~

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216077-13-GpzbSprNgq>