DynamicsAndNeuralSystems / pycatch22

python implementation of catch22
https://time-series-features.gitbook.io/catch22/python
GNU General Public License v3.0
75 stars 15 forks source link

Fix for the issue #5 #9

Closed moisesrsantos closed 1 year ago

moisesrsantos commented 1 year ago

Hello, I hope you are well. Error number 5 occurs because some systems do not use the C99 language by default (which is the C standard published in 1999). This is necessary for the counter statements to be made inside the "for" loop, for example. To address this, the default "c99" was explicitly added to "CFLAGS". I believe this fixes the error. Feel free to edit the solution or propose a different one.