We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make
I followed the installation guide for macOS but ran into this issue:
c++: warning: argument unused during compilation: '-msse3' [-Wunused-command-line-argument] In file included from /Users/xxxx/Downloads/niftyreg/reg-lib/cpu/_reg_maths.cpp:4: /Users/xxxx/Downloads/niftyreg/reg-lib/cpu/_reg_maths.h:17:10: fatal error: 'limits' file not found 17 | #include | ^~~~~~~~ 1 error generated. make[2]: *** [reg-lib/CMakeFiles/_reg_maths.dir/cpu/_reg_maths.cpp.o] Error 1 make[1]: *** [reg-lib/CMakeFiles/_reg_maths.dir/all] Error 2 make: *** [all] Error 2
System: Apple M2 Max
Any idea how to solve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the installation guide for macOS but ran into this issue:
c++: warning: argument unused during compilation: '-msse3' [-Wunused-command-line-argument]
In file included from /Users/xxxx/Downloads/niftyreg/reg-lib/cpu/_reg_maths.cpp:4:
/Users/xxxx/Downloads/niftyreg/reg-lib/cpu/_reg_maths.h:17:10: fatal error: 'limits' file not found
17 | #include
| ^~~~~~~~
1 error generated.
make[2]: *** [reg-lib/CMakeFiles/_reg_maths.dir/cpu/_reg_maths.cpp.o] Error 1
make[1]: *** [reg-lib/CMakeFiles/_reg_maths.dir/all] Error 2
make: *** [all] Error 2
System: Apple M2 Max
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: