gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
122 stars 63 forks source link

can't build on macos with make #141

Open floatingtortoise opened 1 year ago

floatingtortoise commented 1 year ago

when I try to run sudo make install python test.py I'm getting errors like this: ./ltkc_base.h:142:5: error: unknown type name 'llrp_u16_t'; did you mean 'llrp_u16v_t'? llrp_u16_t nValue; ^~~~~~ llrp_u16v_t

i'm using the updated makefile also, is it because the patch is outdated?