Dear pymol users,
I am installing pymol in Centos 7 according to the guide in
https://pymolwiki.org/index.php/Linux_Install. I encounter an error of "error:
command 'g++' failed with exit status 1". A fill output of the install command
is as following:
running build
running build_py
running bu
Dear all,
Now I revised Line 4 in the SceneView.cpp file from "#include
" to "#include ".
The error "layer1/SceneView.cpp:4:41: fatal error:
glm/ext/vector_relational.hpp: No such file or directory" disappeared, but a
now error appeared:
layer1/SceneView.cpp:31:55: error: no matching function
Hello,
Looks like the glm version that you're currently using (I'm assuming
0.9.6--default package for Centos 7) is not up to date with the ones we're
currently using (0.9.9). The location for glm headers within their library
have changed a bit since the last several years. I might have to think o