Linking of GLFW+OpenGL3 example fails on Arch Linux #7157
dario-loi
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
UPDATE: by manually commenting the glfwGetError functions in Does this mean that glfwGetError is currently unsupported on my platform despite the version being >= 3.3? Did I just run into a GLFW bug? Should I open an issue on their side? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The error
Trying to build the example in imgui/examples/example_glfw_opengl3 by executing the makefile succeeds, however, when running, I get the following error:
This was first happening with an application I was trying to compile, I checked the examples and the same error is reproduced here.
Now, I know that arch is unstable, in fact it might be that this is a problem of my environment, just in case, I am reporting this here.
My environment
NVIDIA-SMI
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.29.06 Driver Version: 545.29.06 CUDA Version: 12.3 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce GTX 1650 Off | 00000000:01:00.0 On | N/A |
| 0% 46C P5 11W / 75W | 948MiB / 4096MiB | 31% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
OpenGL info
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1650/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 545.29.06
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
GLFW
extra-x86-64-v3/glfw-x11 3.3.9-1.1
IMGUI
I am currently cloning the
master
branch of the repository directly and then runningmake
, so it's not pinned to a specific version.Beta Was this translation helpful? Give feedback.
All reactions