akrennmair / libmp3lame-js

port of libmp3lame to JavaScript using emscripten
223 stars 61 forks source link

Failed to generate LLVM bytecote #7

Open matbee-eth opened 10 years ago

matbee-eth commented 10 years ago

I get this error trying to build libmp3lame... Any ideas? https://gist.github.com/acidhax/9282695

nistvan86 commented 10 years ago

I'm getting the same error.while building audioconvert.js which also tries to compile libmp3lame. Did you find a solution?

matbee-eth commented 10 years ago

I ended up just using videoconverter.js which would build for me, no problem.

nistvan86 commented 10 years ago

videoconverter.js does build for me aswell. Thanks.

thepixelmonk commented 10 years ago

Getting a similar issue. Any help? https://gist.github.com/saiko-chriskun/c4c1674c89f1ed17deb3

ghost commented 9 years ago

Just use this below command line before using emconfigure ./configure bla bla bla...

sed -i -e '/xmmintrin\.h/d' configure

REF: http://www.linuxfromscratch.org/blfs/view/svn/multimedia/lame.html