Closed Tianci-Wen closed 7 months ago
I fixed this issue after updating glfw to 3.3.10. But I'm also not sure about the minimum glfw version requirements. This version of glfw can be easily installed by following the commands:
wget https://codeload.github.com/glfw/glfw/tar.gz/refs/tags/3.3.10
cd glfw
mkdir build && cd build
cmake ..
make -j4
sudo make install
My current problem is that the
glfwGetError
function cannot be found inlibimgui.so
. I guess myglfw
version (3.3.2-1) is wrong. I would like to ask what is yourglfw
version? If possible, please also tell me youropengl
version. Mine isOpenGL version string: 4.6.0 NVIDIA 535.161.07
. Thank you again!