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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]