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

Unable to compile using 'python3 setup.py build' #1

Closed
arkokoley opened this issue Jan 7, 2017 · 2 comments
Closed

Unable to compile using 'python3 setup.py build' #1

arkokoley opened this issue Jan 7, 2017 · 2 comments

Comments

@arkokoley
Copy link

I get this error at the end.

In function ‘glfw_wait_events’:
/home/arkokoley/code/kitty/kitty/glfw.c:166:10: error: implicit declaration of function ‘glfwWaitEventsTimeout’ [-Wimplicit-function-declaration]
     else glfwWaitEventsTimeout(time);
@kovidgoyal
Copy link
Owner

You need glfw-dev >= 3.2 installed. IIRC some linux distros only have older version of glfw. On my system with glfw-3.2.1 that function is in the file /usr/include/GLFW/glfw3.h

@arkokoley
Copy link
Author

Ubuntu 16.04 has only the glfw-dev version "3.1.2-3", hence this won't compile. Thanks :)

Luflosi added a commit to Luflosi/kitty that referenced this issue Nov 20, 2018
Luflosi added a commit to Luflosi/kitty that referenced this issue Nov 20, 2018
@ghost ghost mentioned this issue Mar 12, 2022
kovidgoyal pushed a commit that referenced this issue Jun 14, 2024
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

2 participants