-
Notifications
You must be signed in to change notification settings - Fork 43
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
install problem on ubuntu #15
Comments
i set the following env variable:
after that i get this error:
|
than i added the following at the top of src/lib.rs:
this results in the following error, any idea how to fix it?
|
Make sure you've installed all relevant Qt packages (I do not use ubuntu, but you should be able to compile other Qt/QML projects examples from source). I think this issue is safe to be closed. Cheers, |
i installed: http://download.qt.io/official_releases/qt/5.4/5.4.2/qt-opensource-linux-x64-5.4.2.run |
Nope no idea. And this problem is not related to this project at all, but on howto install packages on ubuntu. Ask someone on the ubuntu forums etc. They have a wonderful and helpful community. cc: @cyndis Please close this issue. Cheers, |
what package is missing to be installed? this is not clear from the compile error... |
You are funny, I can only repeat myself: "this problem is not related to this project at all, but on howto install packages on ubuntu. Ask someone on the ubuntu forums etc. " Have a look here for instance https://askubuntu.com/ and consult you favorite search engine before. |
i dont talk to you funny monkey! if you are not able to give useful error messages than its related to your project. |
Are you talking to me? ;-) Nope, it is not the task of a compiler to tell you which ubuntu packages you need to install. Besides that: Your last two error messages aren't even related to missing packages. But as I've already told you they are related to using rust nightly. If you use Rust stable they'll disappear. Sorry, for the harsh tone and good luck to you (probably on askubuntu.com) and besides that: it is not my project, I was just trying to help |
fixed, here the solution: can you add those to the doc? with friendly greets from Arnold!? |
Had the same issue, same resolution with minor changes for local environment and qt version. Note: If Qt is installed from source rather than using the installer like this the solution is probably different as well. |
On Ubuntu 16.04 with stock Qt5 install, you only need to install a few non-default packages:
|
It would be nice to add this to the README, so people can get started quickly. |
hi,
i use ubuntu with rustc 1.2.0-nightly (764877650 2015-06-12)
and qt: http://download.qt.io/official_releases/qt/5.4/5.4.2/qt-opensource-linux-x64-5.4.2.run
any idea what is missing causing the build to fail?
The text was updated successfully, but these errors were encountered: