python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

zbar recipe build fail

Open RobertFlatt opened this issue 2 years ago • 0 comments

Logs

In file included from decoder.c:24:
./zbarmodule.h:42:5: error: unknown type name 'PyIntObject'; did you mean 'PySetObject'?
    PyIntObject val;            /* integer value is super type */
    ^~~~~~~~~~~

RobertFlatt avatar May 30 '23 01:05 RobertFlatt