mimon
mimon
I recognize this error. I suspect you may need to compile using the c++11 standard. Try to set the configuration variable in CMake and generate the XCode project again: ```...
What did you have to do to make it work? 😄
> > > When I tried compile master branch "2.3", gcc throws this error: library not found for -latomic > > > Anyone knows what this error ? > >...
Are you building for android? Because if not then you don't have to build GL3Plus (which your error message shows). Instead, you only have to build the Metal render system....
Great to hear! :) I'm not sure why it isn't working. A quick google tells me that `-latomic` isn't supposed to be used on macOS but I'm really just guessing....