You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the build instructions on mac I got this compilation error:
In file included from /Users/alecjacobson/Repos/rigid-ipc/src/utils/sinc.cpp:1:
In file included from /Users/alecjacobson/Repos/rigid-ipc/src/utils/sinc.hpp:6:
In file included from /Users/alecjacobson/Repos/rigid-ipc/src/interval/interval.hpp:6:
In file included from /Users/alecjacobson/Repos/rigid-ipc/build/_deps/boost-src/boost/numeric/interval.hpp:18:
/Users/alecjacobson/Repos/rigid-ipc/build/_deps/boost-src/boost/numeric/interval/hw_rounding.hpp:42:4: error: Boost.Numeric.Interval: Please specify rounding control mechanism.
# error Boost.Numeric.Interval: Please specify rounding control mechanism.
^
1 error generated.
make[2]: *** [CMakeFiles/ipc_rigid.dir/src/utils/sinc.cpp.o] Error 1
make[1]: *** [CMakeFiles/ipc_rigid.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Following the build instructions on mac I got this compilation error:
The text was updated successfully, but these errors were encountered: