Build failure: `io_snp_unphased.hpp: error: right operand of shift expression '(1 << 32)' is greater than or equal to the precision 32 of the left operand` · Issue #16 · JamesYang007/adelie-r · GitHub
More Web Proxy on the site http://driver.im/
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
Build failure: io_snp_unphased.hpp: error: right operand of shift expression '(1 << 32)' is greater than or equal to the precision 32 of the left operand#16
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.
The build currently fails on 32-bit:
(It is not 8000 conditional on
-D_GLIBCXX_USE_CXX11_ABI=0
being passed or not, this error is the same.)If I pass
-fpermissive
, as gcc suggests, it still fails, but at loading:This is not a typical failure (I built thousands of R packages and for many ran test-suites), and likely it implies a bug in the source.
@JamesYang007 Could you please have a look?
The text was updated successfully, but these errors were encountered: