-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not all headers are installed for C API #9382
Comments
Thanks for the report! The installation of the C API changed a few versions ago in Wasmtime to use If you're interested in primarily packaging tree-sitter this might be a better issue to raise with them? They might be more familiar with the build system and packaging of tree sitter. |
I forgot to answer, but cmake doesn't install |
Would you be able to provide some steps for reproduction? |
download msys2 |
but without the line, that install conf.h manually (https://github.com/msys2/MINGW-packages/blob/cb29d91491e2e202d66e0ffc5a1ff2ed068e8622/mingw-w64-wasmtime/PKGBUILD#L118) |
I ran these commands:
to model what that script is doing The
which shows that the I think this has to do with the combination of |
I wonder can you switch to meson? |
when built with MSYS2 toolchain,
wasmtime/conf.h
isn't installed, and (for example) tree-sitter compilation fails withThe text was updated successfully, but these errors were encountered: