lh3 / wgsim

Reads simulator
258 stars 91 forks source link

Incompatible with Python 3.11 #26

Open outpaddling opened 2 months ago

outpaddling commented 2 months ago

cc -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -Ipywgsim/src -I/usr/local/include/python3.11 -c pywgsim/wgsim_lib.c -o build/temp.freebsd-14.0-RELEASE-p6-amd64-cpython-311/pywgsim/wgsim_lib.o pywgsim/wgsim_lib.c:220:12: fatal error: 'longintrepr.h' file not found

include "longintrepr.h"

       ^~~~~~~~~~~~~~~

This file has been moved to cpython/longintrepr.h, but there are other problems as well.