Re: compiling ArcticFox on 10.11 - atomic not found, cxx11

2023-04-15 Thread Ken Cunningham
$ cat atomic.cxx #include int main(void) { return (0); } $ clang++-mp-9.0 -stdlib=libstdc++ atomic.cxx atomic.cxx:1:10: fatal error: 'atomic' file not found #include ^~~~ 1 error generated. $ clang++-mp-9.0 -stdlib=macports-libstdc++ atomic.cxx h$ clang++-mp-9.0 -stdlib=libc++

compiling ArcticFox on 10.11 - atomic not found, cxx11

2023-04-15 Thread Riccardo Mottola via macports-users
Hi, I have issues compiling ArcticFox on 10.11. I think I have some issues with compilers and C++ versions. I got a used macbook since the other one with 10.13 has a fried GPU ans inconvenient to use. On 10.7, where I regularly build, I can use MacPorts clang 6 without any issues or