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 failure. #98

Open
toadzroc opened this issue Mar 13, 2022 · 3 comments
Open

Build failure. #98

toadzroc opened this issue Mar 13, 2022 · 3 comments

Comments

@toadzroc
Copy link

Hello.

Midi Editor fails to build on MXE21 AVL (debian base distro) with a dependency error.

qt5-default.

This version is, allegedly, for qt11.

Current debian qt version in bullseye is 15. qt5-default does not appear in bullseye stable repo.

Alex.

@yytsui
Copy link

yytsui commented Apr 18, 2022

try
% sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5
% bash building/build-linux.sh
it works on my Debian 11!

@toadzroc
Copy link
Author

Thanks for the heads up. It works.

@johnblommers
Copy link

The release .deb file fails to install here on PopOS 22.04 because qt5-default does not exist in the repository.
Fortunately these steps do work, inspired by @yytsui suggestion:

sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5
git clone https://github.com/markusschwenk/midieditor.git
cd midieditor
bash building/build-linux.sh
./MidiEditor

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

3 participants