You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compilling Vkav, I'm getting missing glfwGetX11Display and Window definitions
╰─ make
Consolidate compiler generated dependencies of target audioModule
[ 14%] Built target audioModule
Consolidate compiler generated dependencies of target graphicsModule
[ 57%] Built target graphicsModule
Consolidate compiler generated dependencies of target vkav
[ 64%] Linking CXX executable vkav
/usr/sbin/ld : libgraphicsModule.a(X11.cpp.o) : dans la fonction « setWindowType(GLFWwindow*, WindowType) » :
X11.cpp:(.text+0x27) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0x41) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0x5d) : référence indéfinie vers « glfwGetX11Window »
/usr/sbin/ld : X11.cpp:(.text+0x65) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0xb1) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : libgraphicsModule.a(X11.cpp.o) : dans la fonction « setSticky(GLFWwindow*) » :
X11.cpp:(.text+0xfc) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0x115) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0x159) : référence indéfinie vers « glfwGetX11Window »
/usr/sbin/ld : X11.cpp:(.text+0x190) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0x19c) : référence indéfinie vers « glfwGetX11Display »
/usr/sbin/ld : X11.cpp:(.text+0x1b1) : référence indéfinie vers « glfwGetX11Display »
collect2: erreur: ld a retourné le statut de sortie 1
make[2]: *** [CMakeFiles/vkav.dir/build.make:174 : vkav] Erreur 1
make[1]: *** [CMakeFiles/Makefile2:168 : CMakeFiles/vkav.dir/all] Erreur 2
make: *** [Makefile:136 : all] Erreur 2
Due to indicating that X11 is optional in the dependencies, I want to ask whether it's actually already supported or not by Vkav.
I do want to point out I'm using the GNOME de under Wayland, and I do have glfw-wayland installed on my Arch Linux distribution.
The text was updated successfully, but these errors were encountered:
When compilling Vkav, I'm getting missing glfwGetX11Display and Window definitions
Due to indicating that X11 is optional in the dependencies, I want to ask whether it's actually already supported or not by Vkav.
I do want to point out I'm using the GNOME de under Wayland, and I do have glfw-wayland installed on my Arch Linux distribution.
The text was updated successfully, but these errors were encountered: