Re: [R-pkg-devel] Cran submission - warning with windows (cpp build library gmp)

2019-02-23 Thread Martin Maechler
> Kevin Ushey > on Fri, 22 Feb 2019 10:09:15 -0800 writes: > The 'long long' type does not exist in the C++98 > standard, so you need to explicitly request C++11 or > C++14 (the former which is now fairly broadly supported > across compilers on different systems).

Re: [R-pkg-devel] Cran submission - warning with windows (cpp build library gmp)

2019-02-22 Thread Kevin Ushey
The 'long long' type does not exist in the C++98 standard, so you need to explicitly request C++11 or C++14 (the former which is now fairly broadly supported across compilers on different systems). For more detail, see in the R extensions manual:

[R-pkg-devel] Cran submission - warning with windows (cpp build library gmp)

2019-02-22 Thread Antoine Lucas
Dear all I would like to update gmp package - this package link to a c++ library gmp. But windows c++ compilation warns at: d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:140:23: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] I have not this warning on linux. On my computer