-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot Build obs-midi-mg in Fedora. #145
Comments
I just cloned on Fedora 41 today and was able to start building with the following:
But I get a different error:
|
Turning off
Looks like it's not finding the QT headers... Investigating. |
OK, adding |
And it seems to be working... Here's what I did and my current concerns:
As to my concerns, there are a LOT of warnings during the build and under normal circumstances the |
As there is not an RPM package, I tried to use alien to convert from deb to rpm which works fine, but I tried installing obs-midi-mg with the created .rpm file and I get package conflicts with filesystem.
So, I turned over to build obs-midi-mg from source. I did a
cmake ..
inside a build directory I created.Seems to me building from source with cmake is complicated for me. Can I please at least have a proper RPM package for installing obs-midi-mg?
Thank you.
The text was updated successfully, but these errors were encountered: