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

Failure to Install / Get #6

Closed
benyanke opened this issue Aug 30, 2018 · 3 comments
Closed

Failure to Install / Get #6

benyanke opened this issue Aug 30, 2018 · 3 comments

Comments

@benyanke
Copy link

Anytime I try any of the actions (get, install, build, etc), I receive the following error. Any ideas?

# github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw
vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4:30: fatal error: glfw/src/context.c: No such file or directory
compilation terminated.
# github.com/esimov/diagram/vendor/github.com/go-gl/gl/v2.1/gl
vendor/github.com/go-gl/gl/v2.1/gl/procaddr.go:52:21: fatal error: GL/glx.h: No such file or directory
compilation terminated.
@esimov
Copy link
Owner

esimov commented Sep 1, 2018

The reason why you are getting the compiler error is that most probably you don't have glfw installed on your environment.

@esimov esimov closed this as completed Sep 9, 2018
@sdwfrost
Copy link

On Ubuntu 16.04, I have libglfw3 and libglfw3-dev installed, but I still get the first error:

# github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw
.local/go/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4:10: fatal error: glfw/src/context.c: No such file or directory
 #include "glfw/src/context.c"
          ^~~~~~~~~~~~~~~~~~~~

@esimov
Copy link
Owner

esimov commented Dec 3, 2018

@benyanke , @sdwfrost the issue has been resolved thanks for @kortschak investigation. Please check this thread for more details: #7

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