-
Notifications
You must be signed in to change notification settings - Fork 109
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
Error during building #9
Comments
Hi there, |
Any update on this? I'm getting the same errors, specifying the DART dir explicitly does not resolve this. |
Same problem here, any help? I could not find DART v6.3 on ubuntu, so I installed the only version available v6.9. Could this be the issue? |
If you want to use DART v6.9, this modification will fix the problem. |
Thank you, will try this out! |
The build fails with this error: (I have installed boost v1.66 from source, as written in the README.md) |
I installed DART 6.3 and Boost 1.66 under my home directory (/home/mulkkyul). |
I'm having the same exact problem as the OP. I built DART 6.3 and Boost 1.66 from source
|
I installed boost with the instructions on the readme but I think it's possible that boost python3 is not getting installed correctly? It seems I am missing
|
Hmm. I'm not an expert but if boost was installed correctly, you can try to find the library files using In my case, I can find it under under /home/mulkkyul/usr/local/lib. so when I do cmake, i give an option like |
After following successfully all installation steps, I reach the building phase and I have an error during execution of
make -j8
what it seems a c++ parser error:ENVIRONMENT
$ make -v GNU Make 4.1 Built for x86_64-pc-linux-gnu $ hostnamectl Operating System: Linux Mint 18.2 Kernel: Linux 4.8.0-53-generic Architecture: x86-64 $ sudo pip3 --version pip 19.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5) $ virtualenv --version 15.2.0
The text was updated successfully, but these errors were encountered: