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

Getting a fatal error while installation #33

Open
Abhijnan-Bajpai opened this issue Mar 30, 2022 · 6 comments
Open

Getting a fatal error while installation #33

Abhijnan-Bajpai opened this issue Mar 30, 2022 · 6 comments

Comments

@Abhijnan-Bajpai
Copy link

Abhijnan-Bajpai commented Mar 30, 2022

The following line of include is throwing a fatal error during the installation of nvmm. Could someone suggest a fix for this.
nvmm/src/common/log.cc:31:10: fatal error: boost/utility/empty_deleter.hpp: No such file or directory
31 #include <boost/utility/empty_deleter.hpp>

@mashoodk
Copy link
Collaborator

What is the boost version you are using ?

@Abhijnan-Bajpai
Copy link
Author

@mashoodk I'm using v1.78.0

@mashoodk
Copy link
Collaborator

We see this compile time error with newer versions of boost. It is because of non backward compatible changes in boost.

In case you want to try you can look changes in PR : #29
Refer to changes in : src/common/log.cc.

Also which is the operating system that you are using.

@Abhijnan-Bajpai
Copy link
Author

Sure, I'll check out those changes. I'm using Ubuntu 20.04.3 LTS as my OS.

@mashoodk
Copy link
Collaborator

You may see additional issues using OpenFAM 2.0 with ubuntu 20.04. OpenFAM 2.0 is not officially qualified to run in ubuntu 20.04 (Ubuntu 18.04 is supported). It may or may not compile. Let me know the results.

@Abhijnan-Bajpai
Copy link
Author

Sure, I'll let you know the outcome.

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

No branches or pull requests

2 participants