Closed alanwillms closed 9 years ago
As I recently found out, some release of pycparser made it so I can't write my custom data to its objects. This means that (at least for now) version 2.10 is the last version that works.
pip3 install --user 'pycparser==2.10'
(--user
is optional, I just like it)
https://github.com/BlaXpirit/crsfml/commit/9b7534de0af941b73da06f65a3a57c1afe65c4be
Let me know if this helps, and I'm also curious about why you need to generate.
@BlaXpirit I got it wrong. I should just require the .cr
files, but I thought I had to compile them before using. Thank you anyway, your comment made me understand.
When I run
./generate/generate.sh
or./generate.sh
I get the following errors:This is my environment: