Closed ryanfantus closed 3 years ago
What is your current version of cffi
and pycparser
? Check with pip3 list
. Tell me this especially if the following works:
Try upgrading those two and try again: pip3 install -U cffi pycparser
.
Maybe that padding
value is new and I now have to work around that.
Hey, thanks for the quick reply!
❯ pip3 list | grep cffi
cffi 1.14.6
❯ pip3 list | grep pycparser
pycparser 2.20
❯ pip3 install -U cffi pycparser
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: cffi in /usr/lib/python3.9/site-packages (1.14.6)
Requirement already satisfied: pycparser in /usr/lib/python3.9/site-packages (2.20)
Same build error sadly, when trying to pip3 install tcod
Then I assume the workaround will be to use an earlier version of SDL2's headers.
I'll try to get SDL 2.0.16 working now.
I reproduced and fixed the errors. Python-tcod 12.7.3
should work unless I missed something.
Confirmed fixed. Wow, thanks for the quick turnaround.
Hi, trying to install tcod on arch fails parsing code from the SDL_events.h header: