-
Notifications
You must be signed in to change notification settings - Fork 135
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
fatal error: src/MicroCore.h: No such file or directory #142
Comments
It will not build on 16.04 with its default compilers gcc and clang. They are too old as OpenMonero is C++14. You can try installing |
Thank you very much for your quick response. Much appreciated. Which branch of openmonero is the correct one to use? On master branch I made it to 93% of
On
What to do? Thank you in advance. |
Did you build monero using The branches can be confusing, as monero changed branch names for its 0.14.0.2 release. So monero branch 0.14.0.2 is actually called For development version of monero (i.e. |
I really appreciate this help. Unfortunately, I tried to make monero again at the I have already tried setting the BOOST_ROOT and BOOST_INCLUDEDIR to the I think this is what I'm missing to successfully install OpenMonero.
|
Actually I got beyond this, realized some dependencies were missing. I now have another error... will consult at the monero repo. |
Here is where I am now, when trying to build monero itself. I am sure that you are busy, but just in case, if you have seen this issue before:
|
You missing boost:regex and/or linker can't find it. I will spin up 16.04 and see if I can reproduce the issue. |
it works for me on 16.04. I followed these instructions: https://github.com/moneroexamples/monero-compilation/blob/master/README.md#example-compilation-on-ubuntu-1804 Although they are written for 18.04, the same applies to 16.04. No need to use custom boost. The one provided by ubuntu is sufficient to compile monero |
I have tried absolutely everything to make this build on Ubuntu 16.04 and I cannot get it to work.
I have tried:
devel
branch and updatingcmake
to 3.14.2.release-v0.13
.This was the first effor on the master branch:
After quite a bit of effort, the
devel
branch gives even worse results...The text was updated successfully, but these errors were encountered: