So sorry, can you do one last check for me? Turns out this new option doesn't
exist for older gcc's and will cause a build break for us older compilers. Can
you just verify this alternative:
if (CMAKE_COMPILER_IS_GNUCC AND (NOT ${GCC_VERSION} VERSION_LESS 4.8))
# suppress a warning that Boost::Python hits in g++ 4.8
add_definitions ("-Werror=unused-local-typedefs")
endif ()
On Jan 8, 2014, at 8:59 AM, Richard Shaw <[email protected]> wrote:
> On Wed, Jan 8, 2014 at 12:25 AM, Larry Gritz <[email protected]> wrote:
> Does this one get you the rest of the way unstuck?
>
> Once I changed it to "-Wno-error..." it did :)
>
> If you're going to commit that the only thing I would ask is that you add
> some comments as to why it is necessary so it can be evaluated for removal if
> boost fixes it on their end.
>
> Thanks,
> Richard
> _______________________________________________
> Oiio-dev mailing list
> [email protected]
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
--
Larry Gritz
[email protected]
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org