Re: [R-pkg-devel] BH windows compilation issues in R devel

2021-01-19 Thread Frantisek Bartos
thanks for the quick response Dirk, I did more digging and found that the error is caused by a single line (in bold bellow, commenting it out and defining log_lik = 0 does not trigger the error) but I have absolutely no idea why it is creating the problems #include "DTboost.h" #include #include

Re: [R-pkg-devel] BH windows compilation issues in R devel

2021-01-19 Thread Dirk Eddelbuettel
On 19 January 2021 at 21:51, Frantisek Bartos wrote: | I wanted to submit a new version of my package and I encountered issues | with boost when compiling it on R devel version for windows. (Please excuse | my stupidity, but I'm a complete noob in regards to compilers and C++) | | A full error s

[R-pkg-devel] BH windows compilation issues in R devel

2021-01-19 Thread Frantisek Bartos
Hi all, I wanted to submit a new version of my package and I encountered issues with boost when compiling it on R devel version for windows. (Please excuse my stupidity, but I'm a complete noob in regards to compilers and C++) A full error stack is accessible here (the Debian one worked without i

Re: [R-pkg-devel] Solaris x68 and C++17

2021-01-19 Thread Florian Rupprecht
Thank you for the quick response and the information. For some reason the Solaris results have now disappeared completely from the check results page. (Now there are some additional issues I have to look into.) I will wait for the rest of the checks to complete and might write a similar shell scr

Re: [R-pkg-devel] Solaris x68 and C++17

2021-01-19 Thread Dirk Eddelbuettel
On 19 January 2021 at 17:45, Florian Rupprecht wrote: | Hello, | | the CRAN checks show an error for my newly released package 'httpgd' with | 'r-patched-solaris-x86': | | Error: C++17 standard requested but CXX17 is not defined | | It seems like 'rcppsimdjson' had the same problem ( | https:/

[R-pkg-devel] Solaris x68 and C++17

2021-01-19 Thread Florian Rupprecht
Hello, the CRAN checks show an error for my newly released package 'httpgd' with 'r-patched-solaris-x86': Error: C++17 standard requested but CXX17 is not defined It seems like 'rcppsimdjson' had the same problem ( https://github.com/eddelbuettel/rcppsimdjson/issues/7) and worked around it by di