DSRC
DSRC copied to clipboard
Build on Mac OS X with C++ 11 threading.
How?
It's always reporting boost errors.
To build on MacOSX you should try as specified in README:
make -f Makefile.osx bin
alternatively:
make -f Makefile.c++11 bin
as these don't rely on boost to provide multithreading support.
Does it work for you?
I'm getting lots of errors when trying to install on OS Monterey eg DsrcOperator.cpp:144:25: error: no member named 'setw' in namespace 'std' Any suggestions?