-
Notifications
You must be signed in to change notification settings - Fork 136
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
No rule to make target #172
Comments
Did clone recursively?
I just checked on |
Thanks for such a fast reply Yes, I did clone recursively Before this I have encountered this error
Which I resolved by creating a symlink This is more detailed error message
Also I noticed, that openmonero/build/distribution folder is empty |
I get the same result on a fresh remote server (Ubuntu 20.04.1 LTS) What do I do?
If you send me your ssh public key I can give you the access to the server thanks |
Hey @just4hacking I found a way around this error thanks to this snippet!
Here's what I did:
And that did it for me! Should be able to make and run openmonero successfully after this. |
Thank you! I will try this out! |
Thanks. Sadly at present I can't find time to work actively on openmonero. Thus if you have any patches or fixes, PRs are welcomed. |
Thanks @j-berman CMake Error at cmake/Findasio.cmake:9 (message): |
Does that command I added in #174 work for you guys? Can ignore my previous comment and just try and compile openmonero normally after adding that command in Edit: also, thank you very much for this library @moneroexamples Super clear and easy to follow what's happening in the code. It's much appreciated :) |
Hello, can you help me please
What do I build?
Openmonero (devel branch 6688a00c)
Monero version: v0.17.0.1 (1a9a984d)
What machine do I build on?
Ubuntu 20.04.1 LTS (docker image)
MacOs 10.15.7
(I am getting the exact same error on both)
What error message do I get
[ 43%] Building CXX object src/CMakeFiles/myxmr.dir/RandomOutputs.cpp.o
[ 46%] Linking CXX static library libmyxmr.a
[ 62%] Built target myxmr
Scanning dependencies of target openmonero
[ 65%] Building CXX object CMakeFiles/openmonero.dir/main.cpp.o
make[2]: *** No rule to make target 'distribution/library/librestbed.a', needed by 'openmonero'. Stop.
make[1]: *** [CMakeFiles/Makefile2:161: CMakeFiles/openmonero.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Question
What can it be, how can I resolve the problem?
Thank you!
The text was updated successfully, but these errors were encountered: