Anyone have a fix for: Found the following significant warnings: ../windows/libpq-9.5.2/include/pg_config_ext.h:8:28: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] ? I tried prepending __extension__ to the definition and adding CXX_STD = CXX11 to Makevars. This is external code from postgres that is used to build libpq. THK http://www.keittlab.org/
[R-pkg-devel] -Wlong-long
3 messages · Uwe Ligges, Tim Keitt
On 29.10.2017 19:25, Tim Keitt wrote:
Anyone have a fix for: Found the following significant warnings: ../windows/libpq-9.5.2/include/pg_config_ext.h:8:28: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] ? I tried prepending __extension__ to the definition and adding CXX_STD = CXX11 to Makevars. This is external code from postgres that is used to build libpq.
See Writing R Extesions on how to ask for C++11 Best, Uwe Ligges
THK http://www.keittlab.org/ [[alternative HTML version deleted]]
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
http://www.keittlab.org/ On Sun, Oct 29, 2017 at 2:56 PM, Uwe Ligges <ligges at statistik.tu-dortmund.de
wrote:
On 29.10.2017 19:25, Tim Keitt wrote:
Anyone have a fix for: Found the following significant warnings: ../windows/libpq-9.5.2/include/pg_config_ext.h:8:28: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] ? I tried prepending __extension__ to the definition and adding CXX_STD = CXX11 to Makevars. This is external code from postgres that is used to build libpq.
See Writing R Extesions on how to ask for C++11
Thought I did that! I will re-read. Perhaps I got it wrong. THK
Best, Uwe Ligges
THK http://www.keittlab.org/ [[alternative HTML version deleted]]
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel