chap icon indicating copy to clipboard operation
chap copied to clipboard

Boost Library and gromacs 2018

Open irudayaf opened this issue 5 years ago • 5 comments

Hi,

I am trying to compile CHAP but keep running into one issue after another.

this is the one I am getting with gcc 6.3 and gmx 2019.3

chap/src/analysis-setup/residue_information_provider.cpp:25:0:
chap/include/analysis-setup/residue_information_provider.hpp:67:42: error: ‘TopologyInformation’ in namespace ‘gmx’ does not name a type
         void nameFromTopology(const gmx::TopologyInformation &top); 

I checked gromacs source there is a TopologyIformation class in there, I am assuming the version change should have changed something here.

compile well with gromacs 2018.6. So that is a version change issue for sure.

irudayaf avatar Aug 23 '19 21:08 irudayaf