Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost-related compilation error #31

Open
alecjacobson opened this issue May 24, 2024 · 1 comment · May be fixed by #32
Open

boost-related compilation error #31

alecjacobson opened this issue May 24, 2024 · 1 comment · May be fixed by #32

Comments

@alecjacobson
Copy link

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
@alecjacobson
Copy link
Author

Maybe it's fixed in a newer version of boost? Is the version pulled in by cmake (circa 2018) important?

@alecjacobson alecjacobson linked a pull request May 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant