Hi! I am trying to port the ChucK <http://chuck.cs.princeton.edu/> (GitHub project <https://github.com/ccrma/chuck>) music programming language to JavaScript, with the help of Emscripten, but I'm not quite sure how to succeed. I gave it an initial shot by modifying makefile.osx <https://github.com/ccrma/chuck/blob/master/src/makefile.osx>, so that CC/CXX/LD were replaced with emcc, but the build broke throughout :( Could someone please provide me with some pointers on how to go about this? I'd be very grateful!
Bear in mind that I'm not one of ChucK's original authors, so I don't know that much about e.g. its build process (I've built it in Xcode so far). It's also built as an executable, whereas I mean to port it as a JavaScript library. Making ChucK into a library should probably (hopefully?) be trivial though. Thanks! Arve -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
