RobLoach / raylib-lua-sol

A simple and easy-to-use Lua library to enjoy videogames programming
http://www.raylib.com/
Other
94 stars 15 forks source link

mac os compiling error #36

Open remihacker5 opened 4 years ago

remihacker5 commented 4 years ago

I started to compile on mac OS (el Capitan), and everything was going well until i ran cmake --build build. It got to about %50 done, then it threw this error:

/Users/user/raylib-lua-sol/vendor/raylib/src/external/glfw/src/nsgl_context.h:38:10: fatal error: 'stdatomic.h' file not found

include

            ^

1 error generated.

How can i fix this?

RobLoach commented 4 years ago

I'm really unsure of the compilation of glfw on el capitan. Are you able to compile using the standard raylib instructions?