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

build of release brach release_6_05 fails #402

Open
schnedann opened this issue Feb 20, 2025 · 1 comment
Open

build of release brach release_6_05 fails #402

schnedann opened this issue Feb 20, 2025 · 1 comment

Comments

@schnedann
Copy link

first: build of master seems to have the same problem...

note build on linux

What I have done:

clone the repository and switched to release_6_05

... also I installed missing dependencies for qt5

then I copied the qmake command from build_lin

qmake -config release "CONFIG += release_lin build_free" "CONFIG += exclude_fw"

and here is the bug:

I added CONFIG += exclude_fw

,as there seems a file to be missing in the firmware folders and make then seems to get stuck in a loop...

with this modification then make clean && make -j 8

succeed in in building the program which at least started (I have not done any futher test, its late in the evening :-) )

The tool opens normally with the initial dialogs...

PS: just a remark to build_lin:

the line

export PATH=/opt/Qt/5.15-static/bin:$PATH

is a strange assumption as QT5 is installed normally on my system and the specific version QT5.15 is of course not available...

@Tjoppen
Copy link

Tjoppen commented Mar 5, 2025

This happens for me as well on Debian 12 (bookworm)

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