OpenGL
OpenGL copied to clipboard
<bug>: unable to build project in Linux
Error
Error: cannot open OpenGL-Core/vendor/GLFW: No such file or directory
Fix
replace GLFW
to glfw
in root level premake5.lua
i don't need to change this, but get other error
In file included from src/hzpch.h:3:
src/Hazel/Core/PlatformDetection.h:36:3: error: #error "Linux is not supported!"
#error "Linux is not supported!"
i don't need to change this, but get other error
In file included from src/hzpch.h:3: src/Hazel/Core/PlatformDetection.h:36:3: error: #error "Linux is not supported!" #error "Linux is not supported!"
I didn't get any error like this while running premake
project build but initially i was getting that error which i mentioned above. After fixing that i tried to build the sandbox app executable but while using make
to build the executable i got few other errors and these are due to the fact that linux is not supportable.
OS: Manjaro Linux x86_64
Kernel: 5.4.118-1-MANJARO
Currently only "officially" supports Windows - Mac and Linux support is coming soon.