You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/04/06 21:05:12 UTC

[jira] [Resolved] (MESOS-791) Boost typedef warnings break compilation with GCC 4.8.2 on OS X Mavericks

     [ https://issues.apache.org/jira/browse/MESOS-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler resolved MESOS-791.
-----------------------------------
    Resolution: Fixed
      Assignee: Benjamin Hindman

Per the thread in the ticket, looks to be fixed here:

{noformat}
commit 32cd0adc5f736d563ef564eed345f511659d5dfd
Author: Benjamin Hindman <be...@gmail.com>
Date:   Thu Oct 31 23:23:30 2013 -1000

    Fix for building with gcc 4.7.

    Review: https://reviews.apache.org/r/15177
{noformat}

Please re-open if it's still an issue!

> Boost typedef warnings break compilation with GCC 4.8.2 on OS X Mavericks
> -------------------------------------------------------------------------
>
>                 Key: MESOS-791
>                 URL: https://issues.apache.org/jira/browse/MESOS-791
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.16.0
>         Environment: OS X 10.9 Mavericks, GCC 4.8.2, G++ 4.8.2
>            Reporter: Ross Allen
>            Assignee: Benjamin Hindman
>            Priority: Minor
>
> After upgrading to OS X 10.9, I had to reinstall GCC since it was replaced with clang by Apple. I installed GCC 4.8.2 with Homebrew, created a new build directory, configured it with `CC=gcc-4.8 CXX=g++-4.8 ../configure`, and then ran `make`.
> Boost has dozens of warnings, all with the same message. Since all warnings are treated as errors, they break the build. This is a small sample:
>     ../3rdparty/libprocess/3rdparty/boost-1.53.0/boost/variant/variant.hpp: In member function 'void boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>::operator<(const U&) const':
>     ../3rdparty/libprocess/3rdparty/boost-1.53.0/boost/static_assert.hpp:125:21: error: typedef 'boost_static_assert_typedef_2254' locally defined but not used [-Werror=unused-local-typedefs]
>               BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
>                                      ^
>     ../3rdparty/libprocess/3rdparty/boost-1.53.0/boost/variant/variant.hpp:2254:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
>              BOOST_STATIC_ASSERT( false && sizeof(U) );
>              ^



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)