Hi, I know this an old topic, but I tried to compile tinyscheme with emscripten and I was successful. Did you get it working?
My problem now it that tinyscheme commands are entered from a input window, not a repl as usual. And I get some errors from 'eval' telling me that scheme commands are not defined. (list 1 2 3) gives me errors, for example. But if I do something like "2" or "3" it works. Did you get it to fully work on your side? Please let me know. thx. Em domingo, 3 de fevereiro de 2013 21h40min46s UTC-3, Bruce Mitchener escreveu: > > That header isn't wrapped in include guards. I've just submitted a pull > request with the fix. > > https://github.com/kripken/emscripten/pull/830 > > - Bruce > > > On Mon, Feb 4, 2013 at 1:58 AM, Jason Yeo <[email protected]<javascript:> > > wrote: > >> Hi all, >> >> I'm having trouble compiling TinyScheme using emscripten. The error is >> coming from EMSCRIPTEN_ROOT/system/include/dlfcn.h. This is the error >> message that I'm getting: >> >> In file included from dynload.c:62: >> /home/jyeo/emscripten/system/include/dlfcn.h:16:3: error: typedef >> redefinition with different >> types ('struct Dl_info' vs 'struct Dl_info') >> } Dl_info; >> ^ >> /home/jyeo/emscripten/system/include/dlfcn.h:16:3: note: previous >> definition is here >> } Dl_info; >> ^ >> 1 warning and 1 error generated. >> emcc: compiler frontend failed to generate LLVM bitcode, halting >> make: *** [dynload.o] Error 1 >> >> I can't seem to figure out what's going on here. From what I see, it >> doesn't seem to be a typedef redefinition as this is the only place >> that Dl_info is defined. :/ >> >> Thanks, >> Jason >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- 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/groups/opt_out.
