EOSIO / EOSIO/eos-vm

Build errors compiling with header only mode

Open
#232 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
200
Forks
62
PR merge metrics
No merged PRs in 30d

Description

I'm trying to build the library in header only mode, when I compile I get the following error:
```
../external/eosio/vm/host_function.hpp:382:66: error: no member named 'apply' in
'eosio::vm::detail::no_viable_overload_of_from_wasm &>'
return detail::make_value_getter().template apply(alloc, static_cast(val), tail);
```

I can't figure out what the issue is

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.