I am having an issue with installing atat. Make gives the following error:
g++ -O3 -c -o stringo.o stringo.cc
In file included from stringo.cc:1:
stringo.h:4:10: fatal error: string.h: No such file or directory #include <string.h>
“string.h” is a standard library of C/C++. It seems that your compiler is not installed correctly, or some development library files are missing, or you didn’t set the environment variables correctly. Could you double check these?
Did you first do “make” from the atat/ directory (not within atat/src/)? That step is necessary for the installer to detect your compiler’s capabilities.