Displaying 9 results from an estimated 9 matches for "icu_531".
2015 Mar 09
1
ICU_531 and sjlj vs.seh
It seems that version of ICU_531 in
<http://www.stats.ox.ac.uk/pub/Rtools/goodies/> as of June 25, 2014,
was compiled using sjlj exception handling (current gcc-4.6.3,
perhaps?). I say that as I am trying a 4.9.2 distribution which uses
seh handling, and I get errors like:
gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll...
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...code. If I can't find that and fix it soon, I'll make Internet2
> the default. For now, you can do it yourself using the instructions on
> ?setInternet2.
>
> Duncan Murdoch
I successfully rebuilt R-devel_2015-03-09 with the most recent version
of Rtools tonight, building both ICU_531 and this time libcurl (7.39)
as well (and OpenBLAS, of course). The internet bug is still there,
but the rest of make-check all passed with flying colors, as did
building 'microbenchmark' from source (with all the other needed
packages, including Rcpp and Hsiu-Kheurn's change to NM was...
2019 Feb 16
3
Trying to compile R 3.5.2 - 32 bit R - on Windows 10 64 bit - with ICU support
Hi,
I am trying to compile R with ICU support.
I am following
https://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source
I have downloaded and extracted
https://www.stats.ox.ac.uk/pub/Rtools/goodies/ICU_531.zip
to
W:\R-3.5._\App\R-Portable\ICU
I have modified MkRules.local
# set to use ICU
USE_ICU = YES
# path to parent of ICU headers
ICU_PATH = w:/R-3.5._/App/R-Portable/ICU
I have done
export R_ICU_LOCALE=en_US
When I try to compile ( 32 bit compile ), I am getting these errors.
w:/Rtools35/min...
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...r 11, 2015 at 1:40 AM, Hsiu-Khuern Tang <tangoh at gmail.com> wrote:
> On Tue, Mar 10, 2015 at 8:54 PM, Avraham Adler <avraham.adler at gmail.com> wrote:
>>
>> I successfully rebuilt R-devel_2015-03-09 with the most recent version
>> of Rtools tonight, building both ICU_531 and this time libcurl (7.39)
>> as well (and OpenBLAS, of course). The internet bug is still there,
>> but the rest of make-check all passed with flying colors, as did
>> building 'microbenchmark' from source (with all the other needed
>> packages, including Rcpp and...
2015 Mar 11
1
Notes on building a gcc toolchain for Rtools (but not multilib)
...rn Tang <tangoh at gmail.com> wrote:
>>> On Tue, Mar 10, 2015 at 8:54 PM, Avraham Adler <avraham.adler at gmail.com> wrote:
>>>>
>>>> I successfully rebuilt R-devel_2015-03-09 with the most recent version
>>>> of Rtools tonight, building both ICU_531 and this time libcurl (7.39)
>>>> as well (and OpenBLAS, of course). The internet bug is still there,
>>>> but the rest of make-check all passed with flying colors, as did
>>>> building 'microbenchmark' from source (with all the other needed
>>>&...
2015 Mar 11
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...t and fix it soon, I'll make Internet2
>> the default. For now, you can do it yourself using the instructions on
>> ?setInternet2.
>>
>> Duncan Murdoch
>
> I successfully rebuilt R-devel_2015-03-09 with the most recent version
> of Rtools tonight, building both ICU_531 and this time libcurl (7.39)
> as well (and OpenBLAS, of course). The internet bug is still there,
> but the rest of make-check all passed with flying colors, as did
> building 'microbenchmark' from source (with all the other needed
> packages, including Rcpp and Hsiu-Kheurn'...
2015 Mar 11
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...40 AM, Hsiu-Khuern Tang <tangoh at gmail.com> wrote:
>> On Tue, Mar 10, 2015 at 8:54 PM, Avraham Adler <avraham.adler at gmail.com> wrote:
>>>
>>> I successfully rebuilt R-devel_2015-03-09 with the most recent version
>>> of Rtools tonight, building both ICU_531 and this time libcurl (7.39)
>>> as well (and OpenBLAS, of course). The internet bug is still there,
>>> but the rest of make-check all passed with flying colors, as did
>>> building 'microbenchmark' from source (with all the other needed
>>> packages, in...
2015 Mar 10
3
Notes on building a gcc toolchain for Rtools (but not multilib)
----- Original Message -----
> From: "Duncan Murdoch" <murdoch.duncan at gmail.com>
> To: "Dan Tenenbaum" <dtenenba at fredhutch.org>
> Cc: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org
> Sent: Tuesday, March 10, 2015 11:37:12 AM
> Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)
2015 Mar 10
3
Notes on building a gcc toolchain for Rtools (but not multilib)
Hi Duncan,
On Mon, Mar 9, 2015 at 10:40 AM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
> On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote:
>>
>> On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch <murdoch.duncan at gmail.com>
>> wrote:
>> > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote:
>> >> Hi,
>> >>
>> >> [This