-
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
Can't compile on Ubuntu Server 18.04 #151
Comments
Using |
Can reproduce on
Edit: |
I was using |
Sorry, my fault for not making it clear how to compile For I updated instructions on compiling development (i.e., So basically you need to use Also will need to pull again p.s. p.s.2 |
Thanks for the quick replies! I'll use the |
No problem. I fixed |
Hey @moneroexamples, I just tried building
Any idea what I'm doing wrong? |
I know what's happening, this is the issue in C++ api differences between monero's branches. That's why only So i think that your
Also when copiling monero please remember about |
Looks like that did the trick! Thanks again @moneroexamples! |
No problem. Glad it worked. |
Hello and thanks for this awesome project!
I'm unable to compile OpenMonero on a fresh instance of Ubuntu Server 18.04. I was able to first build Monero (as described in the instructions), but following the rest of the steps to compile OpenMonero fails at
cmake ..
. Here's the full output:And here's the content of
CMakeError.log
:I also tried to compile using gcc-8 (as mentioned here) and had the same error.
The text was updated successfully, but these errors were encountered: