You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building my project for the JDK target with the development version of Haxe, I get the following error:
Field index for SSL_IS_SERVER not found on prototype mbedtls._SslEndpoint.SslEndpoint_Impl_
This is the full output of the compilation when using haxe ./generated/build.hxml. There are no line numbers or additional diagnostic information, even when using --verbose, thus I haven't been able to figure out what feature is causing the issue or create a minimal reproduction.
When building my project for the JDK target with the
development
version of Haxe, I get the following error:This is the full output of the compilation when using
haxe ./generated/build.hxml
. There are no line numbers or additional diagnostic information, even when using--verbose
, thus I haven't been able to figure out what feature is causing the issue or create a minimal reproduction.Platform: Windows 10 x64
Haxe Version:
5.0.0-alpha.1+9aae69c
Project Link: https://github.com/EliteMasterEric/PickHaxe-Samples/tree/master/madeinhaxe
The text was updated successfully, but these errors were encountered: