Giter VIP home page Giter VIP logo

Comments (3)

fpl avatar fpl commented on July 18, 2024

The same issue appears even for CT* functions, where prototypes should be as follows:

 $ffi->attach('OCTTransform' => [qw/opaque int double[] double[] double[]/] => 'int');
 $ffi->attach('OCTTransformEx' => [qw/opaque int double[] double[] double[] int[]/] => 'int');
 $ffi->attach('OCTTransform4D' => [qw/opaque int double[] double[] double[] double[] int[]/] => 'int');
 $ffi->attach('OCTTransform4DWithErrorCodes' => [qw/opaque int double[] double[] double[] double[] int[]/] => 'int');
 $ffi->attach('OCTTransformBounds' => [qw/opaque double double double double double[] double[] double[] double[] int/] => 'int');

This isn't very pleasant because it renders the whole coordinate transformation unusable.

from geo-gdal-ffi.

shawnlaffan avatar shawnlaffan commented on July 18, 2024

A PR would help clarify the changes needed.

The underlying issue might be in the header processing script, though, so it is perhaps best fixed there. That might best be done by Ari.
https://github.com/ajolma/Geo-GDAL-FFI/blob/master/build-tools/parse_h.pl

from geo-gdal-ffi.

fpl avatar fpl commented on July 18, 2024

About parse_h.pl apparently it has a little issue with the parsing, because the double* should not be overridden for all args as in its sub parse_type with %use_array, else the fix would be quite trivial.
EDIT: I mean the whole logic of parse_type should change using some trick such as using an additional argument counter.

from geo-gdal-ffi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.