Skip to content
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

Missing Qt5RemoteObjects #145

Open
wyatttros opened this issue Apr 18, 2020 · 4 comments
Open

Missing Qt5RemoteObjects #145

wyatttros opened this issue Apr 18, 2020 · 4 comments

Comments

@wyatttros
Copy link

New to linux, using Ubunto 18.4. Huestacean fails to progress after cmake .. line and shows the following error:
`-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:29 (find_package):
By not providing "FindQt5RemoteObjects.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5RemoteObjects", but CMake did not find one.

Could not find a package configuration file provided by "Qt5RemoteObjects"
with any of the following names:

Qt5RemoteObjectsConfig.cmake
qt5remoteobjects-config.cmake

Add the installation prefix of "Qt5RemoteObjects" to CMAKE_PREFIX_PATH or
set "Qt5RemoteObjects_DIR" to a directory containing one of the above
files. If "Qt5RemoteObjects" provides a separate development package or
SDK, be sure it has been installed.`

@Disk1of5
Copy link

Ya Also had the same problem, and to top things off qt5remoteobjects is't even in the ubuntu repo, there are other posts saying you need to install QT devel libs another way.. @BradyBrenot is there a way to remove/replace this dependency to make it work with the latest version of Ubuntu?

Thanks!

@Disk1of5
Copy link

@wyatttros
I got it working following these steps
#129 (comment)

@RockAlex
Copy link

RockAlex commented May 22, 2020

on ubuntu
sudo apt install libqt5remoteobjects5-dev
sudo apt install libqt5remoteobjects5-bin

@vorburger
Copy link

@BradyBrenot I think you can close this issue after merging #151 doc; the problem reported here is "just" a missing Qt devel lib.

The real issue when building master on Linux seems to be #125 / #144.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants