Skip to content
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

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

Closed
EliteMasterEric opened this issue Mar 4, 2024 · 2 comments · Fixed by #11636

Comments

@EliteMasterEric
Copy link
Contributor

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
Copy link
Member

Simn commented Mar 4, 2024

Could you try if -dce no makes a difference?

@EliteMasterEric
Copy link
Contributor Author

haxe -dce no .\generated\build.hxml        

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

No dice it seems.

@kLabz kLabz linked a pull request Apr 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants