You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux makefiles are probably a better starting point, since Darwin is macOS. In any case you will need to find the location of the standard C include files like mach/host_info.h on your machine and ensure it is on the compiler include path.
Hi, when I use "make libquip“ or ”make' code
fatal error: mach/host_info.h: No such file or directory
#include <mach/host_info.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [cutil.o] Error 1
make[1]: Leaving directory `********/lammps-29Sep2021/lib/QUIP/build/darwin_x86_64_gfortran'
make: *** [libAtoms] Error 2
how to address that. Thank you.
NOTE: *********** is my path
The text was updated successfully, but these errors were encountered: