-
Notifications
You must be signed in to change notification settings - Fork 93
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
Unable to build from master on Ubuntu 18.04 #940
Comments
Same error when build from Tag 7.0.1 which is your release code. How to build? |
I think you need to run this:
`sudo apt -y install build-essential libtool autotools-dev automake pkg-config git cmake libattr1-dev python3-dev`
|
@mxaddict I have all those libs installed, it's not about that. I'll ping you back once I test the guide from @aguycalled |
@aguycalled your guide helped. The key part for Ubuntu 18 is This note could be presented as warning, because without it can't really build. Should update CMAKE automatically on 18? |
would you like to take this task and update https://github.com/navcoin/navcoin-dev-tools? @mxaddict |
Seems like I spoke too early... So it was building and building but ended same way as start with older CMAKE Are you sure there are no errors in Makefile? but then it makes no sense because you wouldn't be able to make either. |
I see no error in the screenshot. you should have the binaries in |
This looks like the build worked fine. try running the gui wallet with |
@aguycalled @skironDotNet could you test this PR and see if it's working as I expected: navcoin/navcoin-dev-tools#7 |
This PR changes the build script to work with both 18.04 and 20.04 |
Ok, sorry, I thought this is an error #940 (comment) didn't check the Thank you for your support, and sorry for unnecessary confusion. |
@mxaddict regarding navcoin/navcoin-dev-tools#7 I don't enable debug and disable tests to make build faster for me. Tests are good for you to test after new changes I'm assuming My core part of build script is this (after having all needed libs installed and pulled git repo)
So needed updated CMAKE version on 18.04 as I mentioned here #940 (comment) Also to minimize binary size at the end I call
and so on |
You should not need |
I've updated the script in dev-tools repo to use newer cmake. navcoin/navcoin-dev-tools#7 If you have a fresh ubuntu 18.04 vm, maybe give it a try. |
@aguycalled, looks closable |
Nobody uses 18.04 anymore, just close it |
@skironDotNet , you (as the author) should be able to close the issue |
somehow there were no option to close from github mobile app |
used your script to build navcoin on Ubuntu 18.04
All runs ok... well had to add 1 lib by hand navcoin/navcoin-dev-tools#6
#install unbound ok
autogen, configure all ok, but fails on
make
Any idea? Should I build from release tag? or something is broken? Can your test your script with fresh Ubuntu VM? https://github.com/navcoin/navcoin-dev-tools/blob/master/ubuntu-18.04-navcoin-core-dev-setup.sh
The text was updated successfully, but these errors were encountered: