-
Notifications
You must be signed in to change notification settings - Fork 158
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
Cannot build antimony on Mint Linux #204
Comments
Try to specify
(adjust for your local Qt install path). |
I tried cmake -DCMAKE_PREFIX_PATH=/home/bluemax/Qt5.12.0/5.12.0/ -GNinja .. |
What directory did you run this in? You need to be in the Antimony build directory when you invoke the command, so that it finds the top-level |
This was my latest try: |
I don't have a Mint system to debug this myself, so you'll need to be more pro-active in hunting this down. Here are the docs for Qt + CMake.
Is Another theory: |
I'm having issues also dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var returned exit code 1 Any thoughts? |
Can you post the complete log? Are you trying to build the app or make a package? The build instructions don't mention |
Hi , i tried to follow the build but it wouldn't work so i went down the Debian Package route as follows Run Build Command:"/usr/bin/make" "cmTC_6175f/fast"
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var returned exit code 1 |
I'm sorry, but I don't maintain the Debian package – those are user-contributed, and may have bit-rotted. If you'd like to follow the build instructions in the README and post a complete log, I can take a look. |
it's probably obvious to those in the know........... Could not find a package configuration file provided by "Qt5OpenGL" with
Add the installation prefix of "Qt5OpenGL" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! |
Yup, it looks like this is the exact same problem as above. Please refer to this comment for next debugging steps. |
looks like you might want to install qt5opengl5-dev instead. |
I'm following the build instruction up until cmake -GNinja ..
This is the output:
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1626 (message):
No header defined for python3; skipping header check
Call Stack (most recent call first):
CMakeLists.txt:28 (find_package)
CMake Error at app/CMakeLists.txt:12 (find_package):
By not providing "FindQt5OpenGL.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5OpenGL", but CMake did not find one.
Could not find a package configuration file provided by "Qt5OpenGL" with
any of the following names:
Qt5OpenGLConfig.cmake
qt5opengl-config.cmake
Add the installation prefix of "Qt5OpenGL" to CMAKE_PREFIX_PATH or set
"Qt5OpenGL_DIR" to a directory containing one of the above files. If
"Qt5OpenGL" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/bluemax/antimony/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: