-
Notifications
You must be signed in to change notification settings - Fork 41
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
couldn't find package 'jack' #28
Comments
Hummmm... I had the same problem for ALSA and I think I was missing the libasound ... I think you are missing the development library for jack... Maybe you can install the libjack-dev or libjack-jackd2-dev ? Try libjack-dev first. Let me know if it works. |
@stefets I have the same issue with ALSA (I'm trying to apply a fix to make it work with my midi controller, a AKAI midimix). I'm on debian 9, I installed the libasound and libasound-dev. I just cannot seems to find the right file for |
Update: I tried to look in the debian repository after a EDIT: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=181589 I find that, mind be a hint. |
You have a Mac? Not sure it works. There is a post in the mididing Google group about Mac. https://groups.google.com/forum/m/#!forum/mididings |
@lcoenen : the pkg-config info for libalsa in Debian is provided by the |
I have built and tested mididings on macOS Mojave 10.14.5 and found this article helpful. FWIW I did the following
NB I found
mididings seems only to recognise the jack names & not the aliases.
|
Hello,
I am trying to install mididings but am running into this issue: "couldn't find package 'jack'"
I am new at using terminal but here is what I have installed:
-Mac OS High Sierra
-Python 2.7.10
-Python 3.6.5
-pip 10.0.1 from /Library/Python/2.7/site-packages/pip (python 2.7)
-jackOSX Version 0.92_b3
-jackdmp 1.9.11
A run through what I have tried:
-downloaded the ZIP from mididings github
-installed Jack 2 for OS X going through the installation menu
-in the terminal I cd to the mididings folder and trying to install I get the following:
mididings-master$ ./setup.py build [--disable-jack-midi] [--disable-alsa-seq]
couldn't find package 'jack'
mididings-master$ ./setup.py install
couldn't find package 'jack'
mididings-master$
Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: