Skip to content

Build errors: missing symbols 'fx_require' and 'fx_require_weak' in mc.xs.c #262

@zgramana

Description

@zgramana

Using latest public on macOS [10.14.6], I've started to get build errors in my project:

/path/to/moddable/build/tmp/mac/debug/mc/project/mc.xs.c:503:4: error: use of undeclared identifier 'fx_require'
        { fx_require, 1, -32698 },
          ^
/path/to/moddable/build/tmp/mac/debug/mc/project/mc.xs.c:509:4: error: use of undeclared identifier
      'fx_require_weak'
        { fx_require_weak, 1, -32360 },
          ^
# mcrez resources
/path/to/moddable/build/tmp/mac/debug/mc/project/mc.xs.c:4504:121: error: use of undeclared identifier
      'fx_require'
  ...{.ID = -32698, .flag = 0x8f, .kind = XS_CALLBACK_X_KIND}, .value = { .callback = { fx_require, NULL } }},
                                                                                        ^
3 errors generated.

I updated esp-idf to release/v3.3 hoping that would resolve it, but no luck.

Any suggestions?

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