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

GLFW/glfw3.h file not found #8

Closed
jeffThompson opened this issue Mar 29, 2015 · 1 comment
Closed

GLFW/glfw3.h file not found #8

jeffThompson opened this issue Mar 29, 2015 · 1 comment

Comments

@jeffThompson
Copy link

(First, wow: this document is super amazing. Thank you!)

I'm trying to install the examples using the Mac instructions. But when using the make command I get the following error:

Package glfw3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glfw3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glfw3' found
src/main.o
g++ -Wall -g -std=c++0x -fpermissive -DPLATFORM_OSX -stdlib=libc++  -I/usr/local/include/ -Isrc/ -I//Library/Frameworks/GLUI.framework -g -c src/main.cpp -o src/main.o -Wno-deprecated-declarations
In file included from src/main.cpp:11:
In file included from src/platform.h:8:
src/gl.h:4:10: fatal error: 'GLFW/glfw3.h' file not found

Not sure if this is an error with my setup, or with the code :)

@patriciogonzalezvivo
Copy link
Owner

have you install glfw3 properly?

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