-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install on macOS Big Sur 11.4 #17
Comments
Are you trying to build Qt or Strata when you encounter this problem?
…On Tue, Jun 15, 2021 at 8:16 PM wychen1974 ***@***.***> wrote:
Hi,
I tried installing the strata on macOs 11.4, but encountered the error
message below, can you please help? Thank you.
usr/local/include/QtCore/qglobal.h:675:43: error: no template named
'is_arithmetic_v' in namespace 'std'; did you mean 'is_arithmetic'?
typename = std::enable_if_t<std::is_arithmetic_v && std::is_arithmetic_v &&
~~~~~^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:1183:50:
note: 'is_arithmetic' declared here
template struct _LIBCPP_TEMPLATE_VIS is_arithmetic
^
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH4LM6GIKWFIXKZ6PHXVQDTTAJSRANCNFSM46YPQHZA>
.
|
Thank you Albert for getting back to me. I was trying to install Strata. I
followed all the OS installation steps without much of any issue. But
encountered error messages in my previous email. In fact, listed was only
the first error message, about 20+ error messages showed up on the screen.
Appreciate your help, thank you.
Weiyu
On Wed, Jun 16, 2021 at 11:48 PM Albert Kottke ***@***.***>
wrote:
… Are you trying to build Qt or Strata when you encounter this problem?
On Tue, Jun 15, 2021 at 8:16 PM wychen1974 ***@***.***> wrote:
> Hi,
>
> I tried installing the strata on macOs 11.4, but encountered the error
> message below, can you please help? Thank you.
>
> usr/local/include/QtCore/qglobal.h:675:43: error: no template named
> 'is_arithmetic_v' in namespace 'std'; did you mean 'is_arithmetic'?
> typename = std::enable_if_t<std::is_arithmetic_v && std::is_arithmetic_v
&&
> ~~~~~^
>
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:1183:50:
> note: 'is_arithmetic' declared here
> template struct _LIBCPP_TEMPLATE_VIS is_arithmetic
> ^
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#17>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAH4LM6GIKWFIXKZ6PHXVQDTTAJSRANCNFSM46YPQHZA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK7AXCEUTIGFEEDO6OWZEJLTTDBUHANCNFSM46YPQHZA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I tried installing the strata on macOs 11.4, but encountered the error message below, can you please help? Thank you.
usr/local/include/QtCore/qglobal.h:675:43: error: no template named 'is_arithmetic_v' in namespace 'std'; did you mean 'is_arithmetic'?
typename = std::enable_if_t<std::is_arithmetic_v && std::is_arithmetic_v &&
~~~~~^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:1183:50: note: 'is_arithmetic' declared here
template struct _LIBCPP_TEMPLATE_VIS is_arithmetic
^
The text was updated successfully, but these errors were encountered: