Hi,
I’m new to GGEMS.Thanks for providing this amazing tool, it will help me a lot.
This time, I’m installing my GGEMS to version 1.2 on Ubuntu LTS 18.04, and facing problem during the installation.
This is the problem I met when making: it tells me that there is no 'glfw3.h ', but I have installed glfw3, as shown below.
"
root@xin:/usr/local/glfw-3.3.7# find / -name ‘glfw3.h’
/usr/local/glfw-3.3.7/include/GLFW/glfw3.h
"
What shall I do?Thanks for the help in advance.
Hi,
Maybe CMAKE can’t find the path to the GLFW library, check that everything is ok when doing the configuration step with CMAKE.
You have a second problem with the “filesystem” header, maybe this one is due to an old version of G++ (or Clang if you use this one)
Kind regards
Didier
Hi Didier,
Thank you for your reply.
By updating G++, I solved the second problem.
But, the first problem remains unsolved. These are some errors during making configuration. Are these related to the first problem?
Hi,
I don’t have much idea. Check your version of CMAKE. It is as if ‘glm::glm’ was not recognized. On older versions of CMAKE the glm library was called ${GLM_LIBRARIES} instead of ‘glm::glm’. Check the installation steps Building & Installing — GGEMS 1.2 documentation and pay attention to the GLEW library
Kind regards
Didier