soedinglab / CCMpred

Protein Residue-Residue Contacts from Correlated Mutations predicted quickly and accurately.
http://www.ncbi.nlm.nih.gov/pubmed/25064567
GNU Affero General Public License v3.0
107 stars 25 forks source link

ccmpred.c:529: error: ‘conjugrad_parameter_t’ has no member named ‘k’ #1

Closed kad-ecoli closed 8 years ago

kad-ecoli commented 8 years ago

[1] lib/libconjugrad was empty and cmake cannot proceed

[2] make complaint about ccmpred.c:529: error: ‘conjugrad_parameter_t’ has no member named ‘k’

sseemayer commented 8 years ago

Please make sure that the libconjugrad submodule is available by running the following commands mentioned in the README:

git submodule init
git submodule update

after that, you should be able to compile CCMpred with the correct libconjugrad version.

Alternatively, you can re-clone CCMpred using

git clone --recursive https://github.com/soedinglab/CCMpred.git

Please let me know if this works for you!

sseemayer commented 8 years ago

Since I haven't heard back, I'll assume that this solved the issue.