Results 56 comments of scemino

I have still an error: `LuaWrapper.hpp:1318:19: error: expected body of lambda expression return [&](std::integer_sequence)` it should be valid with C++ 20 enabled in CMakeLists.txt -> set(CMAKE_CXX_STANDARD "20") If someone knows...

So I updated clang to version 11.0.3, now it's different: ``` [build] clang: error: unable to execute command: Segmentation fault: 11 [build] clang: error: clang frontend command failed due to...

> @scemino: is there any way you could use GCC 9.2.x or higher on Mac OS? Good question... but with gcc version 10.1.0 I have some issues to build SFML...

I filled a bug about the clang crash to Apple. I try to go deeper with gcc 10, here is what I get now: ``` [build] Undefined symbols for architecture...

Bad news, for macOS, SFML is built with clang only, there is no GCC version. And as I understand SFML use objective C which is not well supported by GCC,...

> > there's no GCC version for SFML > > Hmm, I'm confused by this statement. I got SFML built on my Linux system using GCC just fine. If SFML...

> > Sorry for the misunderstanding, I was talking about the macOS version, there is no GCC version for macOS > > There is gcc for mac. Do a quick...

I don't have a link error but a compilation error, so the solution you gave me won't work.

Sorry I know this page and there is no gcc version for macOS: ![image](https://user-images.githubusercontent.com/643384/89710865-d45e0d00-d986-11ea-9f27-db6cc5baae1e.png)

> Sorry, if I'm just dumb, but can't you use gcc to link against the sfml.framework that was compiled with clang in the download. Maybe but I have a compilation...