cyrusmsk opened a new issue, #851:
URL: https://github.com/apache/arrow-nanoarrow/issues/851

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to