schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.2k stars 281 forks source link

Problem encountered in install pymol #242

Closed sippmilkwolf closed 2 years ago

sippmilkwolf commented 2 years ago

Dear all I encountered a problem when I try to install the latest version of open-source-pymol in CentOS7. I have installed all the libraries needed in pymolwiki. and the error message is like following:

"layer0/TTT.cpp:87:27: error: no match for ‘operator=’ (operand types are ‘glm::vec3 {aka glm::tvec3<float, (glm::precision)0u>}’ and ‘glm::tmat4x4<float, (glm::precision)0u>::col_type {aka glm::tvec4<float, (glm::precision)0u>}’) result.m_pretranslation = mult[3];

error: command ' g++' failed with exit status 1" The gcc is installed by yum and its version is 4.8.5. The python is 3.6.8 So, how to solve that problem?