xnd-project / numba-xnd

Integrating xnd into numba
https://xnd.io/
5 stars 1 forks source link

Build broken due to xnd_structinfo.c noffsets #17

Closed costrouc closed 5 years ago

costrouc commented 5 years ago

Currently numba-xnd does not build with master branch of xnd. I could also reproduce this with the binder image not building either. Here is the relevant part of the error message.

xnd_structinfo.c: In function 'get_ndt_meta_t_noffsets':
xnd_structinfo.c:50:108: error: 'ndt_meta_t {aka struct <anonymous>}' has no member named 'noffsets'; did you mean 'offsets'?
 extern /* pointer to `int32_t*` */ void * get_ndt_meta_t_noffsets(void* ptr){ return &(((ndt_meta_t*)ptr)->noffsets); }
                                                                                                            ^~~~~~~~
                                                                                                            offsets

I will submit a PR once I know how to fix the issue.

costrouc commented 5 years ago

Closing because xnd_structinfo.c needed to regenerated.