-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix bitcoinsync2022 branch build #127
Fix bitcoinsync2022 branch build #127
Conversation
I did a clean checkout - this only fixes part of the problem as autogen.sh still fails with
to be investigated. |
Hey @gitcoindev |
I have some more progress, cpp tests are building now, still QT part is broken due to linker error in locale, --with-gui=no passed to configure completes the build. QT part might be tricky but I will try to fix QT as well this week. |
What do you want to achieve here? |
Hi @janus! I would like to be able to build the full workspace from scratch on this branch as currently on master to be able to run and fix functional tests. I did use to build on Ubuntu using: $ ./autogen.sh Now on bitcoinsync2022 branch the same build instructions fail, I was able to build using a few hacks, but this should work out of the box without any hacks as on master. If this works for you, please let me know how you build clean workspace on this branch on Linux, perhaps I am missing something. Thank you! |
f2fa10e
to
801bb9b
Compare
I was able to fix the remaining part - QT part was broken on this branch due to references to missing GUI locale (language translation files) for British English, Afrikaans and Hindi. The branch builds now. @janus if it did build for you, likely you might have a non-clean workspace with those files available but not pushed, hopefully it should be fine now. |
Hi @naftalimurgor it would be great if you tried out this branch as well and checked if it builds for you. If it goes for the locale files - I commented the references out in the last three commits, but the files do exist on the master branch. Therefore if translation is valid the missing files can be as well copied over from master. |
Hi @gitcoindev |
Hi @naftalimurgor were you able to build the branch? If something is still broken i could try to help. |
Hi @gitcoindev I am building that branch today, on Ubuntu 22.04 LTS then I'll get you the feedback about the outcome. Been busy with exams, my apologies for taking too long. |
Description
Goal of this pull request is to fix bitcoinsync2022 branch build.
Notes
When this PR will be merged the branch can be built with the usual commands