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

Could not build image because QMake project file is gone #23

Open
PashaWNN opened this issue Jun 21, 2024 · 2 comments
Open

Could not build image because QMake project file is gone #23

PashaWNN opened this issue Jun 21, 2024 · 2 comments

Comments

@PashaWNN
Copy link

When trying to build the image, the following behavior occurs:

#20 21.81 Submodule path 'submodules/sanitizers-cmake': checked out 'c3dc841af4dbf44669e65b82cb68a575864326bd'
#20 21.82 Usage: /usr/lib/qt5/bin/qmake [mode] [options] [files]
#20 21.82 
#20 21.82 QMake has two modes, one mode for generating project files based on
#20 21.82 some heuristics, and the other for generating makefiles. Normally you
#20 21.82 shouldn't need to specify a mode, as makefile generation is the default
#20 21.82 mode for qmake, but you may use this to test qmake on an existing project
#20 21.82 

This is due to moving from QMake to CMake in the main repository

@t-paul
Copy link
Member

t-paul commented Jun 21, 2024

Please start with what you are doing, e.g. which of the images you want to build, the exact command used and what OS / disto / docker version things are running on.

@PashaWNN
Copy link
Author

PashaWNN commented Jun 22, 2024

I was trying to build the image from the following Dockerfile: https://github.com/openscad/docker-openscad/blob/main/openscad/buster/Dockerfile using MacOS 14.5 and Docker 4.2.0 using command docker build ..

Anyway I'm sure that it is not related to software version, because what this Dockerfile is trying to do is to clone the master branch of openscad/openscad repo and then run qmake. QMake is unable to find .pro file in the repo because at some moment OpenSCAD moved to CMake.

I was going to try to fix it by myself, but just decided to install openscad from apt-get

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

2 participants