Skip to content

Make fails on OSX 10.9 #2

@emschwartz

Description

@emschwartz

Boost 1.55.0_1

149 warnings + the following errors:

ripplegen.cpp:83:51: error: reference to 'mutex' is ambiguous
            boost::unique_lock<boost::mutex> lock(mutex);
                                                  ^
ripplegen.cpp:41:14: note: candidate found by name lookup is 'mutex'
boost::mutex mutex;
             ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__mutex_base:25:24: note:
      candidate found by name lookup is 'std::__1::mutex'
class _LIBCPP_TYPE_VIS mutex
                       ^
ripplegen.cpp:83:51: error: reference to 'mutex' is ambiguous
            boost::unique_lock<boost::mutex> lock(mutex);
                                                  ^
ripplegen.cpp:41:14: note: candidate found by name lookup is 'mutex'
boost::mutex mutex;
             ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__mutex_base:25:24: note:
      candidate found by name lookup is 'std::__1::mutex'
class _LIBCPP_TYPE_VIS mutex
                       ^
ripplegen.cpp:119:43: error: reference to 'mutex' is ambiguous
    boost::unique_lock<boost::mutex> lock(mutex);
                                          ^
ripplegen.cpp:41:14: note: candidate found by name lookup is 'mutex'
boost::mutex mutex;
             ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__mutex_base:25:24: note:
      candidate found by name lookup is 'std::__1::mutex'
class _LIBCPP_TYPE_VIS mutex
                       ^
ripplegen.cpp:119:43: error: reference to 'mutex' is ambiguous
    boost::unique_lock<boost::mutex> lock(mutex);
                                          ^
ripplegen.cpp:41:14: note: candidate found by name lookup is 'mutex'
boost::mutex mutex;
             ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions