-
Notifications
You must be signed in to change notification settings - Fork 99
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
Solaris build failure #42
Comments
Can confirm on:
|
vedranmiletic
added a commit
to rxdock/rxdock
that referenced
this issue
Nov 24, 2019
PCG fails to build on Solaris. Use instead whatever the compiler and the standard library provide as the default C++11 RNG. Issue on GitHub: imneme/pcg-cpp#42
vedranmiletic
added a commit
to rxdock/rxdock
that referenced
this issue
Nov 24, 2019
PCG fails to build on Solaris and Windows/MSVC. Use instead whatever the compiler and the standard library provide as the default C++11 RNG. Issues on GitHub: - Solaris: imneme/pcg-cpp#42 - Windows/MSVC: imneme/pcg-cpp#11
vedranmiletic
added a commit
to rxdock/rxdock
that referenced
this issue
Dec 5, 2019
PCG fails to build on Solaris and Windows/MSVC. Use instead whatever the compiler and the standard library provide as the default C++11 RNG. Issues on GitHub: - Solaris: imneme/pcg-cpp#42 - Windows/MSVC: imneme/pcg-cpp#11
vedranmiletic
added a commit
to rxdock/rxdock
that referenced
this issue
May 3, 2020
PCG fails to build on Solaris and Windows/MSVC. Use instead whatever the compiler and the standard library provide as the default C++11 RNG. Issues on GitHub: - Solaris: imneme/pcg-cpp#42 - Windows/MSVC: imneme/pcg-cpp#11
Ran into this as well. The simplest fix is to rename the |
vedranmiletic
added a commit
to rxdock/rxdock
that referenced
this issue
Jun 9, 2021
PCG fails to build on Solaris and Windows/MSVC. Use instead whatever the compiler and the standard library provide as the default C++11 RNG. Issues on GitHub: - Solaris: imneme/pcg-cpp#42 - Windows/MSVC: imneme/pcg-cpp#11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have incorporated the PCG family into an R package. On submission to CRAN I have been informed about a compilation error on Solaris:
I was able to circumvent this with a simple patch to use fully qualified names. Are you interested in a PR based on this patch?
The text was updated successfully, but these errors were encountered: