Coder Social home page Coder Social logo

Install it on Mac OS X about audiolib.js HOT 4 CLOSED

SamDecrock avatar SamDecrock commented on May 27, 2024
Install it on Mac OS X

from audiolib.js.

Comments (4)

knappe avatar knappe commented on May 27, 2024

Same problem.

749 error Tell the author that this fails on your system:
749 error node-gyp rebuild
749 error You can get their info via:
749 error npm owner ls cubeb
749 error There is likely additional logging output above.
750 error System Darwin 12.3.0
751 error command "node" "/usr/local/bin/npm" "install" "audiolib"

from audiolib.js.

knappe avatar knappe commented on May 27, 2024

I've contacted the maintainer to see if there is some kind of resolution. I was able to manually install cubeb by hand via

https://github.com/kinetiknz/cubeb/blob/master/INSTALL

but that didn't seem to clear up the issues with npm.

from audiolib.js.

jussi-kalliokoski avatar jussi-kalliokoski commented on May 27, 2024

Sorry for taking so long with this, guys, I've been really busy!

The correct bug for this is kinetiknz/cubeb#20 , since this isn't really related to node-cubeb. node-cubeb just dynamically links to cubeb and unfortunately currently cubeb is a pretty hard target to link to since it doesn't automatically register itself to the linker, etc.

Of course this raises the important question of whether cubeb should be a requirement for audiolib.js... If you think it shouldn't, feel free to open a new bug and we'll discuss, but for now I'll close this issue as it's not directly an audiolib.js issue.

Thanks for reporting!

from audiolib.js.

jussi-kalliokoski avatar jussi-kalliokoski commented on May 27, 2024

Turns out that at least for me installing on OS X was (almost) as simple as the following:

git clone https://github.com/kinetiknz/cubeb
cd cubeb
autoreconf --install
./configure
make
make install

npm install cubeb

That is, provided the user you're running that with owns $PREFIX, which should be the case if you're doing development work on OS X.

However, I had done some stupid stuff myself which broke the install for me initially.

All this said, which version of node are you guys on? node-cubeb doesn't currently work on anything other than 0.8.x, see jussi-kalliokoski/node-cubeb#3 .

from audiolib.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.