ITADN

Compilation fails: error: incompatible integer to pointer conversion assigning to 'npy_intp *' (aka 'long *') from 'int'

#728Closedyurivict 创建于 2025-07-21
Y
yurivictcommented
``` talib/_ta_lib.c:10320:11: error: incompatible integer to pointer conversion assigning to 'npy_intp *' (aka 'long *') from 'int' [-Wint-conversion] 10320 | __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ talib/_ta_lib.c:10333:13: warning: call to undeclared function 'PyArray_MultiIter_ITERS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 10333 | __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self); | ^ talib/_ta_lib.c:10333:11: error: incompatible integer to pointer conversion assigning to 'void **' from 'int' [-Wint-conversion] 10333 | __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Version: 0.6.4 numpy-1.26.4 Python 3.11 clang-19 FreeBSD 14.3
关闭于 2025-07-21 1 条评论