emscripten-scummvm icon indicating copy to clipboard operation
emscripten-scummvm copied to clipboard

Building with Windows . . . Stuck at Step 4

Open d1ddle opened this issue 3 years ago • 6 comments

It is probably due to my little knowledge of linux but I can't set the Variables in step 4 on Windows 10. Are they environment variables, need to be entered into the .emscripten file or entered from the command prompt? Sometimes I'd get a BINARYEN_ROOT is not defined or my PATH=$PATH:~/emscripten is wrong. Thanks

d1ddle avatar Mar 26 '21 15:03 d1ddle

Yes, those are environment variables.

Note that this repo is more than half a decade old, and not actively worked. It is possible that something in Emscripten has changed that this code won't build out of the box anymore.

juj avatar Mar 27 '21 07:03 juj

Does anyone manage to build this?

imneckro avatar Aug 23 '22 22:08 imneckro

I swear I found a newer web assembly fork built from scratch since I spent ages trying to compile that too, but for the life of me can't find it. It was started around 2020 I think and has a live working github demo with grim fandango working

d1ddle avatar Aug 24 '22 08:08 d1ddle

@d1ddle I searched a lot and still cannot find it. Someone must have a buildable version..

imneckro avatar Aug 26 '22 14:08 imneckro

Hang on,just found it! https://github.com/scummvm/scummvm/pull/3766 Its a build target for the main scumm repo! There's an online demo page at https://scummvm.kuendig.io/scummvm.html

https://github.com/chkuendig/scummvm-demo

d1ddle avatar Aug 26 '22 14:08 d1ddle

Hang on,just found it! scummvm#3766 Its a build target for the main scumm repo! There's an online demo page at https://scummvm.kuendig.io/scummvm.html

https://github.com/chkuendig/scummvm-demo

thanks @d1ddle a lot! im trying to build it from link you wrote but i gota new problem on building it https://github.com/chkuendig/scummvm-demo/issues/17

imneckro avatar Aug 27 '22 12:08 imneckro