emscripten-core / emscripten-core/emscripten
#error "Including files directly from the emscripten source tree is not supported. Please use the cache/sysroot/include directory".
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Import header file
`
#include
#include
`
Compile Command:
`
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DVTK_DIR=/work/vtk-v9.1.0-wasm-build /work/examples/ReadOBJ/
`
error:
`
#error "Including files directly from the emscripten source tree is not supported. Please use the cache/sysroot/include directory".
`
If don't import these two header files, there's no problem
why?
Contributor guide
Assessment
This issue has not been assessed yet.