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

64bit Linux libportaudio.a #35

Open
Destreyf opened this issue Aug 25, 2014 · 2 comments
Open

64bit Linux libportaudio.a #35

Destreyf opened this issue Aug 25, 2014 · 2 comments
Labels

Comments

@Destreyf
Copy link

How was the libportaudio.a that is packaged compiled? I cannot find a 64bit pre-built library, and upon compiling myself, using my own libportaudio.a doesn't work, but libportaudio.so does, and it produces massive hissing and tons of ALSA complaints/errors.

@rmedaer
Copy link
Collaborator

rmedaer commented Mar 30, 2016

Using Debian (and derived) you can use libportaudio2 package. By using #develop branch you don't need anymore libportaudio.a.

Let me know if it's OK for you.

@dg14
Copy link

dg14 commented Mar 5, 2018

in binding.gyp you can change linux condition:
[
'OS=="linux"', {
"libraries" : [
"-lportaudio"
],
'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
'cflags_cc': [ '-std=c++0x'
]

                                    }
                            ],

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

No branches or pull requests

3 participants