-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Linux] Can't build from Release #129
Comments
Same problem here. I am trying to compile in Archlinux but current
Hope it helps you @DeastinY ;) |
@iyanmv I tried that too, but I'm getting this error when running
Do you have any idea why it works for you but not for me? |
Are you sure you checkout to tag |
Yes, |
@sanchan I will need to try something on a virtual machine with Ubuntu 19.04 so I will try to replicate your problem. In the meantime, are you sure you have all dependencies installed? |
@sanchan How are you installing Qt in Ubuntu 19.04? The one provided in their repos or downloading from Qt project? And did you have any issues with |
I am on System 76 Lemur laptop running Ubuntu Studio 19.04 Objective: Akai MPK mini play Midi USB controller with internal general Midi sound to control lights using any of the above devices ! First need help getting it working on the laptop....
NOTE: Sorry for adding confusion but since I thought that my 19.04 upgrade in April may have caused issues I deleted the whole huestation directory tree to begin clean. I have missing remote object config dependency with qt5-default 5.12.2 installed.
I am trying to decide what Qt5 packages are needed but not getting there very fast.
Here is my progress.
|
@CoolGames Try installing |
I get the same error as @CoolGames when trying to compile 2.6 under debian testing. Qt5 is installed from the official debian repos. I also have qtdeclarative5-dev installed but the problem is the same. I'm unable to locate any of these files |
Yeah, I think Qt Remote Objects is not available in the official repos. You should get it directly from the Qt or maybe there is an ppa repo... but this is a specific problem from Ubuntu distribution and not from this project. So I would suggest keeping this issue to specific problems related to the project (for example, compilation problems with newest commits), and also that you ask Ubuntu developers to include the Qt Remote Objects module in their repos (like Arch does, for example). |
On arch it's in AUR under So you can run your package manager tool e.g. |
I was able to compile this on the Linux Mint 20.1 (Ubuntu) without needing any PPA's. Here are the packages you need to install: This then presents another error however,
Which is resolved by installing the following dependencies, This gets it to where it will attempt to compile, but errors out around 83%,
This is as far as I've gotten right now, but it seems like it's not compiling on Linux because the project has Windows specific dependencies in the latest build? |
@BradyBrenot I think you can now close this issue after merging #151 doc; the problem reported here is "just" a missing Qt devel lib. The |
So based on #103 I downloaded release code from 2.6, but I end up with
Should the release zip not contain the proper submodules too?
The text was updated successfully, but these errors were encountered: