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

Fix portmididrv not working on Linux #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fredrb
Copy link

@fredrb fredrb commented Mar 2, 2024

I tried usng portmididrv on Linux, and kept running into -lporttime: Not found issues when linking.

I'm on Fedora 38. I checked that I had all the dependencies installed and porttime.h was in the include path.

Seems like porttime is now a part of portmidi, so there is no -lporttime to be linked, -lportmidi should be used instead.

I tested this change by replacing the go dependency in my project for my fork, and I was able to use portmididrv without any issues

replace "gitlab.com/gomidi/midi/v2" v2.1.7 => /path/to/go/midi/v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant