-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi,
Rack don't find GLEW on my laptop.
My graphique card is "VGA compatible controller: Intel Corporation Raptor Lake-P [Iris Xe Graphics] (rev 04)" with latest intel driver.
And under Wayland.
So i don't think that don't work with openGL.
But when i start Rack, that said :
pierre@fedora:~$ Rack2
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:802: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:834: FINISHME: support more multi-planar formats with DRM modifiers
terminate called after throwing an instance of 'rack::Exception'
what(): Could not initialize GLEW
Abandon (core dumped)
And a prompt message :
Could not initialize GLEW. Does your graphics card support OpenGL 2.0 or greater? If so, make sure you have the latest graphics drivers installed.
So i compile rack by myself and that work ( without static stdc++).
In spec file, a lot of compile libraries are remove and the GLEW library.
I think Rack don't find the fedora GLEW library and start with it.
I don't know if this is specific with my graphic card or not. I can't check with other graphic card.
Somebody can reproduce this ?