-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi,
I'm having trouble compiling gnuplot with emscripten following the instructions in your README file.
Here is the output of running 'emconfigure ./configure --without-readline --without-x --disable-h3d-quadtree --disable-wxwidgets', which is the first line of your 'em_make' shell script.
Here is the output of running 'emmake make', which is the next uncommented line of the 'em_make' shell script.
FYI, I had the same errors trying an older version of emscripten too, I'm not sure exactly which commit, it might have been 1.7.1.
I'm trying to learn how to port a program to emscripten, and of all the various programs listed as ported, gnuplot-JS had clear instructions for taking the original source and creating the end javascript.
Unfortunately, I've run into the errors listed above and have no idea how to go about fixing them.
Any help you can provide in fixing these errors will be really great. :)