Error during installing GGEMS v.1.2

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?

as I can not put two images as a new user in one post, here is the second picture of my configuration:

I’m sure I filled in the correct path, but, when I press the ‘c’ keys, it still displays ‘GLEW_DIR-NOTFOUND’.

Thanks for the help in advance.
Best regards,
Xin

Hi,

It seems to be the GLM library that is the problem now. Have you installed this? With ubuntu just run the command

sudo apt install libglm-dev

Hi,
Yes, I already installed it.

2022-06-07 20-19-28屏幕截图

I’m confused.Thank you very much for your reply。

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