strata icon indicating copy to clipboard operation
strata copied to clipboard

Cannot install on macOS Big Sur 11.4

Open wychen1974 opened this issue 3 years ago • 2 comments

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<T> && std::is_arithmetic_v<U> && ~~~~~^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:1183:50: note: 'is_arithmetic' declared here template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_arithmetic ^

wychen1974 avatar Jun 16 '21 03:06 wychen1974

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
<https://github.com/arkottke/strata/issues/17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH4LM6GIKWFIXKZ6PHXVQDTTAJSRANCNFSM46YPQHZA>
.

arkottke avatar Jun 16 '21 15:06 arkottke

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 https://github.com/arkottke/strata/issues/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 https://github.com/arkottke/strata/issues/17#issuecomment-862492364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK7AXCEUTIGFEEDO6OWZEJLTTDBUHANCNFSM46YPQHZA .

wychen1974 avatar Jun 17 '21 06:06 wychen1974