anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
677 stars 161 forks source link

cannot open source file "epoxy/glx.h" #267

Closed jhon-elen closed 2 years ago

jhon-elen commented 2 years ago

cannot open source file "epoxy/glx.h" in vscode. I am trying to compile with M1 apple chip

Screen Shot 2022-01-10 at 00 43 54 Screen Shot 2022-01-10 at 00 47 42
ebassi commented 2 years ago

You'll have to set your include path. Libepoxy ships with a pkg-config file that defines the compiler and linker flags to be used.

jhon-elen commented 2 years ago

I got same error, 'epoxy/glx.h' file not found in command-line

Screen Shot 2022-01-11 at 23 58 38