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

FFI gem ver >= 13 cannot load proj #19

Closed
isaacrowntree opened this issue Aug 23, 2021 · 2 comments
Closed

FFI gem ver >= 13 cannot load proj #19

isaacrowntree opened this issue Aug 23, 2021 · 2 comments

Comments

@isaacrowntree
Copy link

To reproduce try

require 'proj'

Run the file. FFI versions greater than 12 throw an error related to these changes in the FFI gem:

Changelog for version 1.13.0:

Reject callback with :string return type at definition, because it didn't work so far and is not save to use. #751, #782

Links to issues:

ffi/ffi#751
ffi/ffi#782

@cfis
Copy link
Owner

cfis commented Aug 25, 2021

Hmm, ok. Do you know what callback is causing the error? Want to submit a patch?

@cuirc
Copy link

cuirc commented Sep 23, 2021

Looks like it's triggered by proj_file_finder

@cfis cfis closed this as completed in e7cbbca Sep 27, 2021
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

3 participants