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
I build on Ubuntu 5.4.0-6ubuntu1~16.04.9. And got an error:
/home/ubuntu/git/porosity/porosity/porosity/Common.h:48:66: fatal error: boost_multiprecision_number_compare_bug_workaround.hpp: No such file or directory compilation terminated. CMakeFiles/porosity.dir/build.make:62: recipe for target 'CMakeFiles/porosity.dir/Debug.cpp.o' failed make[2]: *** [CMakeFiles/porosity.dir/Debug.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/porosity.dir/all' failed make[1]: *** [CMakeFiles/porosity.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
My steps to build:
cd /home/ubuntu/git/porosity/porosity/porosity/ && cmake .
make
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fatal error: boost_multiprecision_number_compare_bug_workaround.hpp: No such file or directory
I build on Ubuntu 5.4.0-6ubuntu1~16.04.9. And got an error:
My steps to build:
cd /home/ubuntu/git/porosity/porosity/porosity/ && cmake .
make
The text was updated successfully, but these errors were encountered: