Thank you for providing the new version! I can´t compile it on my Mac M2.
Error message:
"/usr/bin/g++ -std=c++11 -DGC -DGCC -DPICAT -DSAT -DM64BITS -DFANN_NO_DLL -DFANN -c -O3 -DDARWIN -Wall -DGC -fomit-frame-pointer -Wno-error=unused-label -Ifann/src/include fann/fann_interface.cpp
fann/fann_interface.cpp:9:10: fatal error: 'cstring' file not found
9 | #include <cstring>
| ^~~~~~~~~
1 error generated.
make: *** [fann_interface.o] Error 1"
I already checked the Xcode Command Line Tools and they are up-to-date.
What can I do?
Thanks, Peter