-
Notifications
You must be signed in to change notification settings - Fork 45
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
Hyperscan upgrade to 5.4.11-3.0.0 does not support compilation on Windows #219
Comments
Detailed error information:
|
They switched from hyperscan to vectorscan (which is a fork of hyperscan, https://github.com/VectorCamp/vectorscan) in 5.4.11-3.0.0 and they removed windows support from there. I have filed this ticket to support windows: VectorCamp/vectorscan#207. Until this is resolved the only option is to use an older version of the wrapper. |
Support is underway, I'm still working on integrating windows builds of vectorscan into GitHub Actions CI, since it's not yet supported upstream. While it's easy for x86, it's quite complicated for the ARM builds. |
Hello, I am using hyperscan compilation rules on Windows, and the prompt is:
Java. lang. UnsatisfiedLinkError: Platform "windows x86_64" not supported by class com.gliwka.typoscan.jni.hs_ Compile_ Error_ T
The text was updated successfully, but these errors were encountered: