albhm / macPPM

Virtual joystick for OS X using the PPM output of RC transmitters
MIT License
15 stars 7 forks source link

clang: error: no such file or directory: 'src/libportaudio.a' #2

Open tomgreever opened 6 years ago

tomgreever commented 6 years ago

I'm getting the following error:

clang: error: no such file or directory: 'src/libportaudio.a'

Originally, the install was yelling about other Por Audio files, which I copied into the src folder and it stopped yelling at me. Now, this is the current error, but I can't find that file. What am I doing wrong?

tomgreever commented 6 years ago

Sorry, I was downloading the Github source, not the release, so I didn't get the libportaudio.a - I got the files I need from the release zip file.

I haven't been able to get my sound prefs to show the audio input when it's plugged in yet. Running MacPPM yields the following:

Usage: macPPM [-t(est) -c(hannel)] [sample rate] 
 current sample rate: 96000   

2017-09-14 17:15:22.853 macPPM[6999:5666443] Error loading /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter:  dlopen(/Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter, 262): Library not loaded: /System/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp
  Referenced from: /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
  Reason: image not found
2017-09-14 17:15:22.853 macPPM[6999:5666443] Cannot find function pointer New_JackRouterPlugIn for factory 7CB18864-927D-48B5-904C-CCFBCFBC7ADD in CFBundle/CFPlugIn 0x7fe0e3d00be0 </Library/Audio/Plug-Ins/HAL/JackRouter.plugin> (bundle, not loaded)

Unable to create HID device - hope that it exists already. 
BuddyBox:   Initializing.
Unable to send message to HID device.
Unable to send message to HID device.
Unable to send message to HID device.
Unable to send message to HID device.
BuddyBox:   Input Timeout.
BuddyBox:   Disconnected.
BuddyBox:   Initializing.
albhm commented 6 years ago

Hi Tom,

My first guess is that it has something to do with the JackRouter plugin since a quick google search yielded lots of similar errors. Unless you need it for something else you could try uninstalling it. System prefs normally always show the line input, also if nothing is connected.

On 15.09.2017, at 00:19, Tom Greever notifications@github.com wrote:

Sorry, I was downloading the Github source, not the release, so I didn't get the libportaudio.a - I got the files I need from the release zip file.

I haven't been able to get my sound prefs to show the audio input when it's plugged in yet. Running MacPPM yields the following:

Usage: macPPM [-t(est) -c(hannel)] [sample rate] current sample rate: 96000

2017-09-14 17:15:22.853 macPPM[6999:5666443] Error loading /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter: dlopen(/Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter, 262): Library not loaded: /System/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp Referenced from: /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter Reason: image not found 2017-09-14 17:15:22.853 macPPM[6999:5666443] Cannot find function pointer New_JackRouterPlugIn for factory 7CB18864-927D-48B5-904C-CCFBCFBC7ADD in CFBundle/CFPlugIn 0x7fe0e3d00be0 </Library/Audio/Plug-Ins/HAL/JackRouter.plugin> (bundle, not loaded)

Unable to create HID device - hope that it exists already. BuddyBox: Initializing. Unable to send message to HID device. Unable to send message to HID device. Unable to send message to HID device. Unable to send message to HID device. BuddyBox: Input Timeout. BuddyBox: Disconnected. BuddyBox: Initializing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

genii6 commented 4 years ago

I used $ brew install portaudio and I found the necessary libportaudio.a in: /usr/local/Cellar/portaudio/19.6.0/lib