TooTallNate / node-lame

Node.js native bindings to libmp3lame & libmpg123
MIT License
567 stars 113 forks source link

Failed to build node-lame on Node.js 18 #110

Open rilysh opened 2 years ago

rilysh commented 2 years ago

I'm trying to build node-lame but it fails to build. Here's the full stacktrace

tieb62 commented 1 year ago

Same issue on Raspberry Pi

enn-nafnlaus commented 1 year ago

Exact same thing here on Fedora 36. :( Sigh...

tieb62 commented 1 year ago

Still unfixed and absolutely no other library to use as a replacement

ReyW0 commented 1 year ago

Is this library dead ? i have the same issues

TheRedXD commented 1 year ago

Same issues. Weird how nobody has fixed it yet.

Edit: seems like this library is in fact dead. Look at the latest commit date. October 4 2018.

mo-g commented 1 year ago

@rilysh @petittitouan @rivens30 @TheRedXD

This is basically a duplicate of #92. There's a fix in there for at least Node 12, which may also work on 18 (I'm using it on 16).

If you're lazy, just add this to your package.json: "lame": "git+https://github.com/suldashi/node-lame.git#c1f2cdf31b37aff441a4a0986a9ce1a6c992716e",

GrennKren commented 1 year ago

If you're lazy, just add this to your package.json: "lame": "git+https://github.com/suldashi/node-lame.git#c1f2cdf31b37aff441a4a0986a9ce1a6c992716e",

I'm using Node version 20, and unfortunately, it didn't work for me. So, I searched for the latest Fork and found this one. "lame": "github:FlatIO/node-lame#ff6643b17e1a829247189d5e99783d456d0ff4b6"

HugoSilvaF commented 7 months ago

"lame": "github:FlatIO/node-lame#ff6643b17e1a829247189d5e99783d456d0ff4b6"

this work for me, thank you