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

Fix cross platform build for JDK 17 #8

Open
sfuhrm opened this issue May 28, 2023 · 0 comments
Open

Fix cross platform build for JDK 17 #8

sfuhrm opened this issue May 28, 2023 · 0 comments

Comments

@sfuhrm
Copy link
Owner

sfuhrm commented May 28, 2023

For JDK 17, the build triggers an int64 problem for platforms of different endianess when executing the file build-helper/OsArch.java and creating the C headers from the Java files.

The C files generated by the JDK are portable, so I presume they can be generated before the C compilation on another platform.

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

No branches or pull requests

1 participant