Displaying 20 results from an estimated 10000 matches similar to: "Trying to build R sources on Windows"
2005 Jan 04
2
ISNAN() broken? in ver 2.x on MacOS X
I have a problem building an extension using ISNAN() on R version 2.0.x.
In R 1.9.1 Arith.h and Rmath.h contained code like
#ifdef IEEE_754
# define ISNAN(x) (isnan(x)!=0)
#else
# define ISNAN(x) R_IsNaNorNA(x)
#endif
#define R_FINITE(x) R_finite(x)
int R_IsNaNorNA(double);
int R_finite(double);
which works.
R 2.0.x has
# define ISNAN(x) (isnan(x)!=0)
unconditionally.
This breaks
2005 Jan 04
2
ISNAN() broken? in ver 2.x on MacOS X
I have a problem building an extension using ISNAN() on R version 2.0.x.
In R 1.9.1 Arith.h and Rmath.h contained code like
#ifdef IEEE_754
# define ISNAN(x) (isnan(x)!=0)
#else
# define ISNAN(x) R_IsNaNorNA(x)
#endif
#define R_FINITE(x) R_finite(x)
int R_IsNaNorNA(double);
int R_finite(double);
which works.
R 2.0.x has
# define ISNAN(x) (isnan(x)!=0)
unconditionally.
This breaks
2009 Nov 13
2
xend:default won''t start due to /usr/bin/kstat not locating autosplit.ix
Short:
Which package do I need to install to get
"auto/I18N/Langinfo/autosplit.ix"?
Long:
The problem I have was discussed almost a year ago (see this
thread), but the resolution was not complete...
I''m using Mark Johnson''s slim.py script (package list below), against
repo=http://pkg.opensolaris.org/dev, followed by `pkg install xvm-gui`
and `svcadm enable
2005 May 02
1
MacOS X 10.4 build problem
I have attempted to build the release R 2.1 on MacOS X 10.4 Tiger
using gcc 4.0
The build is dying thus:
building package 'graphics'
mkdir ../../../library/graphics
mkdir ../../../library/graphics/R
mkdir ../../../library/graphics/demo
mkdir ../../../library/graphics/po
mkdir ../../../library/graphics/man
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load
2005 Mar 22
2
NaN and linear algebra
On 21/03/2005, at 10:09 PM, David Firth wrote:
> I am sorry that I wasn't clear. All that I meant was that *this*
> problem can result in different behaviour in "ordinary" statistical
> applications. For example, if the objective function in a call to
> optim() involves calling one of these linear algebra routines, the
> result may be NaN (on systems other than Mac
2005 May 20
1
R 2.1 and gfortran
From the configure output of the latest devel snapshot:
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fl32... no
> checking for af77... no
> checking for fort77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for
2005 Jan 05
1
Standalone Mathlib, C++ and ISNAN()
In the hope of some meaningful response and ignoring the risk of
further abuse, let me try to clarify the issue here.
I have re-read the 'Writing R Extensions' manual. It seems to me that
it clearly says R API functions can be called from from C++ programs,
and the API includes the special values ISNAN() and R_FINITE() and the
missing test ISNA().
R_FINITE is no problem. It is
2012 Oct 12
0
[LLVMdev] cmake+ninja build error for compiler-rt sources
I use latest cmake+ninja which are built from latest sources.
=================================
> cmake --version
cmake version 2.8.9.20121011-g2876
=================================
--
mahesha
On Fri, Oct 12, 2012 at 7:35 PM, Mahesha HS <mahesha.llvm at gmail.com> wrote:
> Hi All,
>
> I am first time trying build CLANG+LLVM using cmake+ninja build
> system. I updated all
2012 Oct 12
2
[LLVMdev] cmake+ninja build error for compiler-rt sources
Hi All,
I am first time trying build CLANG+LLVM using cmake+ninja build
system. I updated all my CLANG+LLVM sources to current trunk, and I
successfully built it using classic *make* build system. But, trying
to build the same with cmake+ninja build system resulting in following
build failures for compiler-rt sources.
Am I missing something basics here?
====================
cmake command used:
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All,
we're trying to implement R on the IBM p690 cluster "Jump" at the
research centre in J?lich, Germany (c.f.
http://www.fz-juelich.de/nic/Supercomputer/computer-e.html)
using the most recent version of R (2.1.0) and precisly following the
installation instructions.
After ./configure we get the final message:
----------------
R is now configured for powerpc-ibm-aix5.2.0.0
2012 Oct 13
0
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
On Fri, Oct 12, 2012 at 6:14 PM, Chandler Carruth <chandlerc at google.com> wrote:
> I'm seeing this too. CC'ing the author ubsan stuff.
>
> Richard, I know you were OK with only supporting Clang-bootstraps, but I
> don't think that's terribly viable here.
Just out of curiosity - why isn't that viable? I'd sort of hope to
treat optional sanitizer runtimes
2012 Oct 13
2
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
I'm seeing this too. CC'ing the author ubsan stuff.
Richard, I know you were OK with only supporting Clang-bootstraps, but I
don't think that's terribly viable here. We should be able to build ubsan's
runtime with standards conforming code unless there is some fairly extreme
reason not to...
On Fri, Oct 12, 2012 at 7:19 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote:
2012 Oct 13
2
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
On Sat, Oct 13, 2012 at 1:09 AM, David Blaikie <dblaikie at gmail.com> wrote:
> On Fri, Oct 12, 2012 at 6:14 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
> > I'm seeing this too. CC'ing the author ubsan stuff.
> >
> > Richard, I know you were OK with only supporting Clang-bootstraps, but I
> > don't think that's terribly viable
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
I got the following compile error in R-1.9.0 on NetBSD 1.5:
<-- snip -->
...
gcc -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -O2 -mcpu=v8 -c main.c -o main.o
main.c: In function `setup_Rmainloop':
main.c:463: `CODESET' undeclared (first use in this function)
2005 Jul 13
0
Building R sources on Windows
Following considerable off list discussion, I will post this on the
list in the hope that it may help others who experience the same
grief I did getting R sources to build on Windows.
Firstly there is just no way that, starting with a clean version of
Windows 2003 server, and following the instructions provided in the
Admin and Installation manual, web sites and various FAQs, I could
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote:
> Hi,
>
> I partly built LLVM on Cygwin yesterday and it was fine as far as it
> went. But after doing a svn update today I am getting the following
> warning on every compile :-
>
>
> llvm[3]: Compiling LowerAllocations.cpp for Debug build
> /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning:
> -fPIC ignored for
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
Hi,
I partly built LLVM on Cygwin yesterday and it was fine as far as it went.
But after doing a svn update today I am getting the following warning on
every compile :-
llvm[3]: Compiling LowerAllocations.cpp for Debug build
/usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: -fPIC
ignored for target (all code is position independent)
This maybe happening on other targets too.
2018 Aug 20
2
Call for testing: OpenSSH 7.8
Hi,
Michael Felt wrote on Mon, Aug 20, 2018 at 11:28:26AM +0200:
> On 20/08/2018 10:33, Michael Felt wrote:
>> On 17/08/2018 17:15, Ingo Schwarze wrote:
>>> Darren Tucker wrote on Fri, Aug 17, 2018 at 07:16:03AM -0700:
>>>> On 13 August 2018 at 15:06, Val Baranov <val.baranov at duke.edu> wrote:
>>>>> test_utf8: ........................
2010 Jul 21
0
smbcontrol -d 3 smbd reload-config permission denied message.
Hi,
I was attempting to make some changes to the file specified on the
username map parameter. I then assumed that I needed to refresh the smbd
options for this to take effect. I issued smbcontrol -d 3 smbd
reload-config but the changes did not happen. In the trace output, I see
the following messages:-
csm1:/opt/pware64/lib #smbcontrol -d 3 smbd reload-config
lp_load_ex: refreshing
2010 Feb 17
3
chan_local and Originate
Hi,
I've recently upgraded from Asterisk 1.4.22 to 1.4.29, and I'm now
having a problem with Originate and chan_local.
I'm using the following Manager API action to originate a call:
Action: originate
Priority: 1
Context: trunk
Callerid: 100
Channel: Local/100 at callback/n
Exten: 123456789
Variable: USERFIELD=127.0.0.1|USEREXT=123456789
WaitTime: 30
This is intended to first call