You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/06/07 16:46:11 UTC

[GitHub] [arrow-adbc] lidavidm commented on pull request #733: chore(r): Add remote

lidavidm commented on PR #733:
URL: https://github.com/apache/arrow-adbc/pull/733#issuecomment-1581186723

   Hmm, do we have to update Nanoarrow?
   
   ```
     ** libs
     using C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
     using C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
     gcc -I"/opt/R/4.3.0/lib/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -pedantic -c altrep.c -o altrep.o
     gcc -I"/opt/R/4.3.0/lib/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -pedantic -c array.c -o array.o
     array.c: In function ‘borrow_buffer’:
     array.c:389:52: error: ‘struct ArrowLayout’ has no member named ‘buffer_data_type’; did you mean ‘buffer_type’?
       389 |                                 array_view->layout.buffer_data_type[i],
           |                                                    ^~~~~~~~~~~~~~~~
           |                                                    buffer_type
     make: *** [/opt/R/4.3.0/lib/R/etc/Makeconf:191: array.o] Error 1
     ERROR: compilation failed for package ‘nanoarrow’
   ```
   
   CC @paleolimbot


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org