Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<bug>: unable to build project in Linux #12

Open
ayaankhan98 opened this issue May 31, 2021 · 3 comments
Open

<bug>: unable to build project in Linux #12

ayaankhan98 opened this issue May 31, 2021 · 3 comments

Comments

@ayaankhan98
Copy link

Error

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

Fix

replace GLFW to glfw in root level premake5.lua

@psilogroup
Copy link

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

@ayaankhan98
Copy link
Author

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 

@jukeliv
Copy link

jukeliv commented Oct 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants