@dnerd the undeclared errors is a problem with formating, they can be easily fixed by moving the declarations around. I don't remember exactly... can you pastebin those areas of main.c so i can fix them up for you. EDIT: the expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token, errors are from linking, so something is messed up with that. EDIT: just realized you were on mac, so ignore that first part, you won't get undeclared errors once you fix the python linking.
python seems to be working fine now, but im getting this error:
from src/elements/yest.c:1: includes/powder.h:534: error: ‘IPL’ undeclared here (not in a function) includes/powder.h:534: error: ‘NT’ undeclared here (not in a function) includes/powder.h:534: error: ‘IPH’ undeclared here (not in a function) includes/powder.h:534: error: ‘ITL’ undeclared here (not in a function) includes/powder.h:534: error: ‘ITH’ undeclared here (not in a function)
i think the state transition code is undefined, where would i go to define it?