Skip to content

Emscripten 1.38.17+ incompatible with upstream SDL 2.0.8 #7525

@Beuc

Description

@Beuc

I use recent upstream SDL2_* at https://play.freedink.org/ - with success so far.

Since c346176 precisely however, running the game issues:

missing function: emscripten_set_mousemove_callback

Somehow the .js file now declares:

function _emscripten_set_mousemove_callback(){err("missing function: emscripten_set_mousemove_callback");abort(-1)}

while it used to be:

function _emscripten_set_mousemove_callback(target,userData,useCapture,callbackfunc){JSEvents.registerMouseEventCallback(target,userData,useCapture,callbackfunc,8,"mousemove");return 0}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions