Date: Mon, 17 Jul 2017 19:01:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220787] graphics/aqsis: fails to build against boost-libs with C++11 enabled Message-ID: <bug-220787-13-izqqr41igr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220787-13@https.bugs.freebsd.org/bugzilla/> References: <bug-220787-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=3D220787 --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- Building with USE_CXXSTD=3Dc++11 also fails: In file included from libs/tex/filtering/dummytexturesampler.cpp:38: In file included from libs/tex/filtering/dummytexturesampler.h:41: In file included from include/aqsis/tex/filtering/itexturesampler.h:46: include/aqsis/tex/filtering/texturesampleoptions.h:239:31: error: ISO C++11 does not allow access declarations; use using declarations instead CqTextureSampleOptionsBase::sBlur; ^ using=20 include/aqsis/tex/filtering/texturesampleoptions.h:240:31: error: ISO C++11 does not allow access declarations; use using declarations instead CqTextureSampleOptionsBase::tBlur; ^ using=20 include/aqsis/tex/filtering/texturesampleoptions.h:241:31: error: ISO C++11 does not allow access declarations; use using declarations instead CqTextureSampleOptionsBase::sWidth; ^ using=20 [...] http://sprunge.us/jTFR --=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-220787-13-izqqr41igr>