DSRC icon indicating copy to clipboard operation
DSRC copied to clipboard

Build on Mac OS X with C++ 11 threading.

Open sfchen opened this issue 6 years ago • 2 comments

How?

It's always reporting boost errors.

sfchen avatar Jun 20 '18 03:06 sfchen

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?

lrog avatar Oct 11 '18 07:10 lrog

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?