-
Notifications
You must be signed in to change notification settings - Fork 122
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
Building on Linux Mint (Ubuntu 24.04) fails due to QAudioSink #818
Comments
BTW: I could build it with cmake, but then the app is only visible as icon in the start menu.
|
welle.io based on Qt6 now. See https://github.com/AlbrechtL/welle.io?tab=readme-ov-file#debian--ubuntu-linux for details. You need to install the following libraries |
Closed due inactivity. |
I'm running Linux Mint which is based on Ubuntu 24.04.
Due to the fact that the AppImage does not work, I wanted to build it (both
master
andnext
branch) from sources (both withqmake
and QtCreator), but it seem I needed to install some additional packages (which are not mentioned on your Readme, obviously), otherwise I get the following error:sudo apt install qtdeclarative5-dev qtmultimedia5-dev libqt5charts5-dev
But then I got the error:
see https://doc.qt.io/qt-6/qaudiosink.html
The funny thing is, that this line is from 2022 (see https://github.com/AlbrechtL/welle.io/blame/a910d9d2f8116aa84d476eb39efa1c24ccb4b429/src/welle-gui/audio_output.h#L36 ) and I remember I could build it on my previous Ubuntu installation.
Then I checked if there is a file already on my system:
If you need that:
The text was updated successfully, but these errors were encountered: