OpenGL icon indicating copy to clipboard operation
OpenGL copied to clipboard

<bug>: unable to build project in Linux

Open ayaankhan98 opened this issue 3 years ago • 3 comments

Error

Error: cannot open OpenGL-Core/vendor/GLFW: No such file or directory

Fix

replace GLFW to glfw in root level premake5.lua

ayaankhan98 avatar May 31 '21 14:05 ayaankhan98

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!"

psilogroup avatar Jun 04 '21 14:06 psilogroup

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 

ayaankhan98 avatar Jun 04 '21 16:06 ayaankhan98

Currently only "officially" supports Windows - Mac and Linux support is coming soon.

jukeliv avatar Oct 10 '22 12:10 jukeliv