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 loading of C native library on FreeBSD with JNA < 4.1.0. #240

Closed
wants to merge 1 commit into from
Closed

Fix loading of C native library on FreeBSD with JNA < 4.1.0. #240

wants to merge 1 commit into from

Conversation

alexdupre
Copy link

@klikh
Copy link
Member

klikh commented Feb 2, 2015

Have you submitted a contributor license agreement? If not, please download the PDF from http://www.jetbrains.org/display/IJOS/Contributor+Agreement and then print it out, sign (mention you github account name there), scan and email to [email protected]

@alexdupre
Copy link
Author

CLA submitted.

@klikh
Copy link
Member

klikh commented Feb 2, 2015

Received, thanks.

@trespasserw trespasserw self-assigned this Feb 2, 2015
@alexdupre
Copy link
Author

Actually I'm thinking it could make more sense to rebuild the old jna library with this patch: https://people.freebsd.org/~jkim/jna.diff
This would fix not only this issue, but also other libraries (pty4j, jtermios, etc.) that uses jna to load the libc. What's your opinion?

@trespasserw
Copy link
Member

Sounds reasonable. Just need to check what holds us back from JNA upgrade.

@trespasserw
Copy link
Member

Status update: we're in the process of migrating to JNA 4.1 - upgrading and checking dependent libraries one-by-one.

@trespasserw
Copy link
Member

Finished the migration to JNA 4.1 (finally :/). Sorry for it to take so long.

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 this pull request may close these issues.

3 participants