mittinatten / freesasa

C-library for calculating Solvent Accessible Surface Areas
http://freesasa.github.io/
MIT License
103 stars 37 forks source link

Problem with make #78

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi,

I am trying to install freesasa program locally. I did it with the command: ./configure --prefix=/path/to/local --disable-json --disable-json --disable-xml

then I tried make command. I came up with an error.

cif.cc:11:10: fatal error: gemmi/cif.hpp: No such file or directory 11 | #include <gemmi/cif.hpp> | ^~~~~~~ compilation terminated. make[2]: [cif.o] Error 1 make[2]: Leaving directory `/scratch/panbazha/ngoquoc1/freesasa/src' make[1]: [all-recursive] Error 1 make[1]: Leaving directory `/scratch/panbazha/ngoquoc1/freesasa' make: *** [all] Error 2

I am wondering what is the source of the problem. Thank you so much.

mittinatten commented 2 years ago

Hi, You need to install the git submodules first (check the readme).

ghost commented 2 years ago

Hi,

My bad. I didnt read your instruction carefully. Thank you so much