-
Notifications
You must be signed in to change notification settings - Fork 175
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
Dynlink linker error on Windows MinGW #389
Comments
There is no need to build and install the CLI manually anymore.
|
I want to keep this issue open because it would be interesting to compile the core with MinGW. The issue is related to MinGW compiler and it should be handled eventually. Some loaders are not supported to be compiled with MinGW (NodeJS can't be compiled with MinGW) so this means support for this compiler will be always partial. But in any case, testing more compilers will increase the stability of the project. |
This issue was originally reported here.
Trying to install the Metacall CLI on a Windows machine using the installation guide.
The last step:
cmake --build . --target install
results in the following error:The text was updated successfully, but these errors were encountered: