Open gus4rs opened 2 months ago
@gus4rs Can I ask you to try this against our fork please. I don’t have a Fedora and am interested to know whether it’s working. We’ve updated all dependencies throughout, which may be good enough.
The issue is some compiler warnings are now errors in GCC 14.x. I manage to "solve" the compilation problem by using
CFLAGS=-Wno-incompatible-pointer-types pip3 install -r requirements.txt
BTW, your branch works fine
Thanks for testing that!
Linux F40 6.10.6-200.fc40.aarch64 (Fedora 40) gcc (GCC) 14.2.1 20240801 (Red Hat 14.2.1-1)
When doing
pip3 install -r requirements.txt
, it causes a C compilation error: