We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
This happens for me as well on Debian 12 (bookworm)
Sorry, something went wrong.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: