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?
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];