Open rstub opened 6 years ago
Can confirm on:
$ uname -a
SunOS arno 5.11 omnios-r151032-702376803e i86pc i386 i86pc
$ gcc --version
gcc (OmniOS 151032/8.3.0-il-0) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ran into this as well. The simplest fix is to rename the extended
template to something else, like pcg_extended
.
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?