-
Notifications
You must be signed in to change notification settings - Fork 99
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
Failed to compile #2
Comments
I've updated the README with some troubleshooting tips 413e7a8 Let me know if those help. |
Thanks, building portaudio from source did the trick, however when trying to run your example I get : http://pastebin.com/KzjUwKji So looks like something didn't work after all... any idea ? |
Try running
If that doesn't help try
Should be in /usr/lib/x86_64-linux-gnu/ or something like that. Then run...
This should list the functions available in the libportaudio.so file. You should see Pa_GetDefaultOutputDevice. |
No ... that didn't help. I have portaudio installed in several places, but all of them contain |
You can try running
and see if anything is unresolved. |
this gives me this :
Which I don't really understand ... anything unresolved ? |
If one of the .so files could not be found it would show as unresolved instead of a path. This is what I get...
The key difference being that I don't see libportaudio in your list. I'm running out of ideas. You can see if you can get any portaudio files compiling. Toss this in a .cpp file...
Then run
What's interesting is that if I run
I get a similar error. undefined reference to `Pa_GetVersion'. I'm curious if your node-gyp is doing something similar. If I go to my node-portaudio/build directory and run
I get the following
which works. I guess you could also try installing the latest node-gyp (sudo npm install node-gyp -g) then run
from the node-portaudio directory. |
The library failed to compile on my ubuntu 12.10. I got the following message : http://pastebin.com/dqH7W8ZL
I don't think I miss any of the portaudio packages needed (I've installed pretty much everything, dev library and so on ...)
The text was updated successfully, but these errors were encountered: