HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

[dev] Field index for SSL_IS_SERVER not found on prototype mbedtls._SslEndpoint.SslEndpoint_Impl_ #11598

Closed EliteMasterEric closed 2 months ago

EliteMasterEric commented 4 months ago

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.

Platform: Windows 10 x64 Haxe Version: 5.0.0-alpha.1+9aae69c Project Link: https://github.com/EliteMasterEric/PickHaxe-Samples/tree/master/madeinhaxe

Simn commented 4 months ago

Could you try if -dce no makes a difference?

EliteMasterEric commented 4 months ago
haxe -dce no .\generated\build.hxml        

Field index for SSL_IS_SERVER not found on prototype mbedtls._SslEndpoint.SslEndpoint_Impl_

No dice it seems.