-
Notifications
You must be signed in to change notification settings - Fork 108
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
Build fails: undefined reference #185
Comments
Judging by the looks of it, there's something wrong with |
I do have the
Thanks. |
I was able to build https://github.com/mujx/nheko following its instructions to use Qt 5.8, so I tried building Quaternion with Qt 5.8 and it worked. I would really prefer to build it with the distro Qt, because I had to install 5.8 from a PPA that nheko recommends, but which I don't know anything about. But I don't know if it is feasible for you to fix it with 5.2.1. If not, maybe the minimum version should be increased in the instructions. Thanks for your help. |
Well, I say it worked: it appeared to work, but it doesn't run:
It looks like it's trying to use the distro Qt instead of the PPA package that installed into I built it like this:
|
I remembered something from the PPA description:
Using that (it also works as a wrapper script), it seems to work! |
Well, I say it seems to work, but no messages are displayed. I see in the readme that it is likely a problem with QtQuick, and I don't see a 5.8 version of that in the PPA I'm using for Qt 5.8, so I guess I'm stuck. |
In fact, libqmatrixclient should build just fine with Qt 5.2.1, and the CI environment ensures that on a daily basis. So there's clearly some trouble with your environment. Just to check, can you remove |
And yes, no messages mean that Quaternion could not get a hold of Qt Quick (+plugins - as mentioned in README.md). Let's figure what's wrong with the Qt 5.2.1 environment. |
Ok, I removed
Thanks. |
Ok, fixed that by installing the |
Uhm, that is a good catch indeed. Quaternion does use |
You might also want to mention that |
Mentioned that, thank you; and in the end removed Qt.labs.Settings usage entirely. |
I'm on Ubuntu 14.04.
Thanks.
The text was updated successfully, but these errors were encountered: