-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Compiling on arm #7
Comments
Sounds like you haven't installed the Qt dependencies - or at least it couldn't find them. |
This doesn't seem to be arm-specific, I'm experiencing the same issue building it inside a docker container running all the steps listed in README and installing golang-go and git, could you @muesli please add the Qt dependency installation instruction to README? |
@CryptKid Sadly that's a very distribution-specific thing. The Qt bindings have a bit of information regarding the Qt installation on their Wiki: |
Alternatively, you can try building the entire thing in a Docker container itself:
Obviously you'd still need the Qt5 libraries at run-time (no the -dev packages though!). Last but not least, you could even try a static build within Docker, which should also resolve that "issue". |
What about doing for us who want to do it without Docker?
… On May 10, 2019, at 3:27 PM, Christian Muehlhaeuser ***@***.***> wrote:
Alternatively, you can try building the entire thing in a Docker container itself:
$GOPATH/bin/qtdeploy -docker build linux
Obviously you'd still need the Qt5 libraries at run-time (no the -dev packages though!). Last but not least, you could even try a static build within Docker, which should also resolve that "issue".
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABQIUALH5ITVM6524QLUV23PUXEBDANCNFSM4HMFGDGQ>.
|
@thearkadia Just use your distro's Qt5 packages. |
could there be a command list in the readme for this situation?
… On May 10, 2019, at 4:03 PM, Christian Muehlhaeuser ***@***.***> wrote:
@thearkadia <https://github.com/thearkadia> Just use your distro's Qt5 packages.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABQIUANTB7ZDUWQZOB32NIDPUXIHPANCNFSM4HMFGDGQ>.
|
@thearkadia That very much depends on the distribution you use. I could probably provide it for Arch & Ubuntu, but beyond that it's tough to maintain and verify those lists. Obviously packaged versions of Telephant will make this less of an issue in the future. |
I’d appreciate an ubuntu one
… On May 10, 2019, at 4:06 PM, Christian Muehlhaeuser ***@***.***> wrote:
@thearkadia <https://github.com/thearkadia> That very much depends on the distribution you use. I could probably provide it for Arch & Ubuntu, but beyond that it's tough to maintain and verify those lists.
Obviously packaged versions of Telephant will make this less of an issue in the future.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABQIUANOVXYZUB73VM6T6ULPUXIVJANCNFSM4HMFGDGQ>.
|
@thearkadia The official bindings wiki recommends Then set your |
where do I set $QT_PKG_CONFIG
… On May 10, 2019, at 4:27 PM, Christian Muehlhaeuser ***@***.***> wrote:
@thearkadia <https://github.com/thearkadia> The official bindings wiki recommends sudo apt-get -y install libqt*5-dev qt*5-dev even though that seems a bit excessive for me. Will have to verify.
Then set your $QT_PKG_CONFIG to true and follow the README.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABQIUAM5JV4CCXLZO2V3T5DPUXLDZANCNFSM4HMFGDGQ>.
|
That's simply an environment variable.
I'm just looking into another build issue with Ubuntu/Debian based distros, though. May or may not be related. |
I've just updated the README with build instructions for Ubuntu that I just ran through in a VM myself. Hope this helps! |
there's another issue with compiling on arm =\
here's the full output if you want to see it https://pastebin.com/1kATPcsi |
@thearkadia |
Thanks @therecipe. I shall bump the Go requirement in the README to reflect that. |
@muesli great. Will you include instructions to install the right version of Go on ubuntu? It's not in the repos so its more of a process |
@muesli installing the dependencies in the readme and the running the rpi build i get this
|
Is this the RPi3 build I uploaded to the 0.1pre release, or something you've built yourself? |
The build you uploaded
… On Jun 2, 2019, at 3:19 AM, Christian Muehlhaeuser ***@***.***> wrote:
Is this the RPi3 build I uploaded to the 0.1pre release, or something you've built yourself?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I'm compiling telephant on arm with go version go1.8 linux/arm
when doing
go get -u -v
I get:The text was updated successfully, but these errors were encountered: