[Rd] configure failed with curl 7.71.1

2020-07-25 Thread Marco Atzeri
Hi dev, can someone confirm if it is a general R 4.0.4 problem or it is happening only on cygwin ? checking for curl/curl.h... yes checking if libcurl is version 7 and >= 7.28.0... configure: error: libcurl >= 7.28.0 library and headers are required with support for https *** ERROR: configure

Re: [Rd] Buglet in handling times in R-3.5.1

2018-10-09 Thread Marco Atzeri
Am 09.10.2018 um 16:56 schrieb Russell, George: Dear R developers, I have found a minute bug in R-3.5.1 (Windows version), about how times not an exact number of seconds are displayed. as.POSIXct("1969-01-01 01:00")+0.3 [1] "1969-01-01 01:00:01 CET" as.POSIXct("1970-01-01 01:00")+0.3 [1] "1

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-17 Thread marco atzeri
On 11/17/2011 2:12 PM, Uwe Ligges wrote: External BLASs work for me perfectly on other platforms than cygwin. Hence it is cygwin that I would not recommend given the native Windows version is both faster and passes the checks. Uwe Ligges Yeah, I am almost sure that your view as R developer

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-17 Thread marco atzeri
On 11/17/2011 10:11 AM, Uwe Ligges wrote: Everybody in this discussion invested too much time on it already. If you want to provide cygwin support for others, go ahead and tackle the problems, but don't distribute incorrectly working versions of R. Dear Uwe, first test versions are always by

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-16 Thread marco atzeri
On 11/16/2011 11:04 PM, peter dalgaard wrote: On Nov 16, 2011, at 22:08 , marco atzeri wrote: On 11/16/2011 9:32 PM, Prof Brian Ripley wrote: The failures are *not* minor. Please don't distribute an R linked to a broken BLAS library. Those tests are not for fun: they came from real erro

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-16 Thread marco atzeri
On 11/16/2011 9:32 PM, Prof Brian Ripley wrote: The failures are *not* minor. Please don't distribute an R linked to a broken BLAS library. Those tests are not for fun: they came from real errors on real problems. Dear Brian, I am reasonable sure that the cygwin blas library are fine, have you

Re: [Rd] cygwin R-2.14.0 build fail

2011-11-16 Thread marco atzeri
On 11/12/2011 3:25 PM, Mark Carter wrote: I tried to build R-2.14.0 on cygwin using the commands: ./configure --with-x=no make I started to get a whole lot of errors starting with: /cygdrive/c/Users/mcarter/src/R-2.14.0/src/modules/internet/Rhttpd.c:275: undefined reference to `_R_InputHandlers

[Rd] libtool FIXME

2011-09-06 Thread Marco atzeri
Hi, looking on the build scripts, I noticed on configure.ac ## ## Completely disable using libtool for building shlibs until libtool ## fully supports Fortran and C++. ## AC_ARG_WITH([libtool], ## [AS_HELP_STRING([--with-libtool],[use libtool for building shared libraries @ <:@yes@:>@])], ## [