Skip to content

Can not compile on platform=javascript target=release_debug #57

@AsakuraMizu

Description

@AsakuraMizu

Error log:

modules/ECMAScript/quickjs/quickjs/quickjs.c:16065:11: error: use of undeclared identifier 'debugger_dispatch_table'; did you mean 'active_dispatch_table'?
        ? debugger_dispatch_table : dispatch_table;
          ^~~~~~~~~~~~~~~~~~~~~~~
          active_dispatch_table
modules/ECMAScript/quickjs/quickjs/quickjs.c:16064:26: note: 'active_dispatch_table' declared here
    const void * const * active_dispatch_table = caller_ctx->rt->debugger_info.transport_close
                         ^
modules/ECMAScript/quickjs/quickjs/quickjs.c:16065:37: error: use of undeclared identifier 'dispatch_table'
        ? debugger_dispatch_table : dispatch_table;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions