-
Notifications
You must be signed in to change notification settings - Fork 658
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
Error while building static_h for Windows #1627
Comments
Thanks! We're working on trying to repro locally. We'll get back to you. |
We actually don't support compiling static_h with MSVC at the moment. But PRs with fixes are always welcome. |
Wait, this is not MSVC |
Try setting HERMES_ALLOW_BOOST_CONTEXT to 0 |
I tried your suggestion and it probably solved the problem. I am not 100% sure. I now do get the following error: C:\Users\louis\projecten\hermes\hermes\tools\shermes\compile.cpp(20,10): fatal error : 'dlfcn.h' file not found [C:\Users\louis\projecten\hermes\build |
That is expected, shermes using Unix functions to load the compiled .so for the "-exec" option. That can work on Windows, but would require different APIs. You can comment that code out or add a Windows version. |
Bug Description
I try to build a Windows version using the following commands:
The first step runs without any error.
The second step returns the following error:
The text was updated successfully, but these errors were encountered: