-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I have tried to get this up and going on make. Possible?
choking on make
Error:
-laptop:build ***__$ make
Scanning dependencies of target sumo
[ 5%] Building CXX object CMakeFiles/sumo.dir/lib/decode.cpp.o
/Users//sites/libsumo/lib/decode.cpp:195:4: error: reference to 'count' is ambiguous
count = 0;
^
/Users/**/sites/libsumo/lib/decode.cpp:35:12: note: candidate found by name lookup is 'count'
static int count;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__bit_reference:312:1: note: candidate found by name lookup is 'std::__1::count'
count(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, const _Tp& _value)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:1112:1: note: candidate found by name lookup is 'std::__1::count'
count(_InputIterator __first, InputIterator __last, const Tp& _value)
^
1 error generated.
make[2]: *** [CMakeFiles/sumo.dir/lib/decode.cpp.o] Error 1
make[1]: *** [CMakeFiles/sumo.dir/all] Error 2
make: *** [all] Error 2
****-laptop:build *$