Skip to content

Bindings with C library #851

@cyrusmsk

Description

@cyrusmsk

I'm trying to build an example with C API for different than C/R/Python language.

Several questisons:

  1. What is the suggested way of storing/building original library? Should it be located withing the binding library? Or we can just assume that the library is installed in the system?
  2. I'm using macOS arm. Currenttly I'm installed nanoarrow with "brew install". I've checked the installed .a and .dylib files with the command:
    nm -gU
    They don't have methods ArrowArrayAppendInt/ArrowArrayAppendUInt. Though these methods are mentioned in the C API documentation.
  3. The library currently installing in the strange format. For example, it is putting nanoarrow.h to 2 folders: /opt/homebrew/include/nanoarrow and /opt/homebrew/Cellar/nanoarraiw/0.8.0/include. The first one has include in the form "#includ "nanoarrow/common/inline_types.h" - but there is not nanoarrow folder for this header.
    Not sure if you are officially maintaining brew formula, but some clarification on the proper read for headers would be useful. For different OSes.

Because I want to build the library that could be used by other users with different configurations and OSes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions