You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this issue is most likely to come up for developers on macs, because xcode now ships with gcc/g++ pointing to clang, which creates funny build problems, so some devs on mac need to install a real gcc and have it in their path
i'll see if I can figure out enough sh/bash to do a candidate PR for this, nb that i'm pretty weak at shell and I don't have that much hobby hacking currently
see discussion in #10941
basically should look at the respective outputs of
cc,gcc,g++
on the flag-v
or--version
and check that they agreeThe text was updated successfully, but these errors were encountered: