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

Looking for sdl-config... none found!

Open moocow1452 opened this issue 10 years ago • 3 comments

Anyway, I'm doing my best to try and compile this on a Debian sid chroot, and the main hold up appears to be when I try to compile with emscripten, it cannot find any version of sdl-config, where as attempting to configure as normal gives me no issues whatso ever. Are the build intructions out of date in regards to emscripten changing around where some things are? Or would I have better luck with Retroarch in regards to compiling Scumm around emscripten?

moocow1452 avatar May 11 '14 14:05 moocow1452

Double-check the step 6 in here: https://github.com/juj/emscripten-scummvm/blob/emscripten/README . I think the readme should be up to date, although they were written quite some time ago. I don't think anything has changed in the machinery how emscripten supports unix configure scripts in more than a year.

juj avatar May 11 '14 16:05 juj

Thanks. My emscripten was elsewhere, since I was working in a chroot, so the big emconfigure string at Step 7 was at fault. Was bugging me all day... On May 11, 2014 12:53 PM, "juj" [email protected] wrote:

Double-check the step 6 in here: https://github.com/juj/emscripten-scummvm/blob/emscripten/README . I think the readme should be up to date, although they were written quite some time ago. I don't think anything has changed in the machinery how emscripten supports unix configure scripts in more than a year.

— Reply to this email directly or view it on GitHubhttps://github.com/juj/emscripten-scummvm/issues/25#issuecomment-42775933 .

moocow1452 avatar May 11 '14 17:05 moocow1452

In my docker container, i had to change --with-sdl-prefix=~/emscripten to --with-sdl-prefix=<fullpath>/emscripten...

kolonuk avatar Aug 03 '18 20:08 kolonuk