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

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

Open
rilysh opened this issue Sep 17, 2022 · 8 comments
Open

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

rilysh opened this issue Sep 17, 2022 · 8 comments

Comments

@rilysh
Copy link

rilysh commented Sep 17, 2022

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

@tieb62
Copy link

tieb62 commented Oct 8, 2022

Same issue on Raspberry Pi

@enn-nafnlaus
Copy link

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

@tieb62
Copy link

tieb62 commented Dec 18, 2022

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

@ReyW0
Copy link

ReyW0 commented Jan 20, 2023

Is this library dead ? i have the same issues

@TheRedXD
Copy link

TheRedXD commented Jan 21, 2023

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
Copy link

mo-g commented Feb 26, 2023

@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
Copy link

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
Copy link

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

this work for me, thank you

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

No branches or pull requests

8 participants