Displaying 20 results from an estimated 23 matches for "sockconn".
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
...de -DHAVE_CONFIG_H -fpic -g -O2 -c nanohttp.c -o nanohttp.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c sock.c -o sock.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c sockconn.c -o sockconn.o
In file included from sockconn.c:34:
sock.h:38: parse error before `Sock_read'
sock.h:38: warning: data definition has no type or storage class
sock.h:39: parse error before `Sock_write'
sock.h:39: warning: data definition has no type or storage class
make[4]: *** [sockconn....
2006 May 22
3
ssize_t not defined in sockconn.c (PR#8889)
Problem:
Build of R failed when compiling sockconn.c. The problem seemed to be
that ssize_t was not defined.
The following change in sock.h fixes the problem, though it's probably
not fixed the _right_ way.
/* Following line changed by WTR (Cira) to overcome make problem.
#if defined Win32 && !defined _SSIZE_T_
typedef int ssize_t;
#...
2011 Oct 13
1
Package snow: is there any way to check if a cluster is "acticve"
Is there a 'proper' way of checking if cluster is active. For example, I create a cluster called .PBcluster
> str(.PBcluster)
List of 4
$ :List of 3
..$ con :Classes 'sockconn', 'connection' atomic [1:1] 3
.. .. ..- attr(*, "conn_id")=<externalptr>
..$ host: chr "localhost"
..$ rank: int 1
..- attr(*, "class")= chr "SOCKnode"
$ :List of 3
....
Then I stop it with
> stopCluster(.PBcluster)
> .PBc...
2001 Jun 29
3
Fail to build R (PR#1005)
...win
Version: 1.3.0
OS: Solaris 2.8
Submission from: (NULL) (130.14.31.32)
We tried to install R on our Sun Solaris 2.8 machine using gcc 3.0. During the
compilation,
we got error messages like:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c sockconn.c -o sockconn.o
gcc -shared -o internet.so Rsock.o internet.o nanoftp.o nanohttp.o sock.o
sockconn.o
Text relocation remains referenced
against symbol offset in file
sscanf 0x14a0 nanoftp.o
<unknown>...
2003 Feb 06
1
make fails for 1.7.0 on mac os x 10.1
...gest that something was wrong.
/usr/include/gcc/darwin/2.95.2/g++/../machine/limits.h:7: #error architecture not supported
In file included from /usr/include/sys/signal.h:70,
from /usr/include/signal.h:62,
from ../../../src/include/Defn.h:60,
from sockconn.c:32:
/usr/include/machine/signal.h:31: #error architecture not supported
In file included from /usr/include/setjmp.h:25,
from ../../../src/include/Defn.h:61,
from sockconn.c:32:
Any suggestions, greatly appreciated.
url: www.econ.uiuc.edu Roger Koenker Dept. of...
2006 May 19
1
make error for R-2.3.0
...-std=gnu99 -c nanohttp.c -o nanohttp.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c sock.c -o sock.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c sockconn.c -o sockconn.o
In file included from sockconn.c:34:
sock.h:38: error: syntax error before "Sock_read"
sock.h:38: warning: type defaults to `int' in declaration of `Sock_read'
sock.h:38: warning: data definition has no type or storage class
sock.h:39: error: syntax error before &q...
2007 Jun 24
1
There was a problem by the use of snow.
...5: serialize(data, node$con)
56: }
57:
58:recvData.SOCKnode <- function(node) {
59: timeout <- getClusterOption("timeout")
60: old <- options(timeout = timeout);
61: on.exit(options(old))
62: unserialize(node$con)
63: }
--- R-2.5.0.orig/src/modules/internet/sockconn.c 2006-09-04
23:20:59.000000000 +0900
+++ R-2.5.0/src/modules/internet/sockconn.c 2007-06-25
00:51:38.000000000 +0900
@@ -155,14 +155,19 @@
static size_t sock_read(void *ptr, size_t size, size_t nitems,
Rconnection con)
{
+ int timeout = asInteger(GetOption(i...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...in output with MACOSX_DEPLOYMENT_TARGET environment variable
set to: 10.1
/Users/kjhealy/downloads/R-1.7.0/modules/R_X11.so is unchanged
making Rsock.d from Rsock.c
making internet.d from internet.c
making nanoftp.d from nanoftp.c
making nanohttp.d from nanohttp.c
making sock.d from sock.c
making sockconn.d from sockconn.c
gcc -no-cpp-precomp -I. -I../../../src/include -I../../../src/include
-I/sw/include -I/usr/local/include -DHAVE_CONFIG_H -fno-common -g -O2
-c Rsock.c -o Rsock.lo
Rsock.c: In function `R_SockConnect':
Rsock.c:380: warning: passing arg 5 of `getsockopt' from incompatibl...
2001 Oct 23
1
No subject
Dear R contributors,
I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5.
In order to instal it, I launched the command shown below:
env MAKE=gmake ./configure
The output was as follow::
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/local
C compiler: cc -OPT:IEEE_NaN_inf=ON -g
C++ compiler:
2001 Oct 24
0
Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
...ohttp.c -o
> nanohttp.lo
> gcc -I. -I../../../src/include -I../../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sock.c -o sock.lo
> gcc -I. -I../../../src/include -I../../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sockconn.c -o
> sockconn.lo
> gcc -shared -o internet.so Rsock.lo internet.lo nanoftp.lo
> nanohttp.lo sock.lo sockconn.lo
> making Lapack.d from Lapack.c
> gcc -I. -I../../../src/include -I../../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Lapa...
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
...FLAGS='-q64' SHLIB_CXXLDFLAGS='-q64 -G'
SHLIB_LDFLAGS='-q64 -G' CPICFLAGS='-G' FPICFLAGS='-G' CXXPICFLAGS='-G' &&
gmake
The error message was as follows.
xlC -q64 -G -q64 -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo
sock.lo sockconn.lo
xlC: 1501-218 file Rsock.lo contains an incorrect file suffix
xlC: 1501-218 file internet.lo contains an incorrect file suffix
xlC: 1501-218 file nanoftp.lo contains an incorrect file suffix
xlC: 1501-218 file nanohttp.lo contains an incorrect file suffix
xlC: 1501-218 file sock.lo contains an i...
2006 Jan 27
1
R compile on AIX 5.2
...uccessfully completes the "configure" stage
but comes up with the following error during "make":
gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo
internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo
/home/mbeason/work/R-beta/src/modules/lapack
making Lapack.d from Lapack.c
/usr/local/bin/f2c < dlamc.f > c_dlamc.c
dlamch:
dlamc1:
Error on line 296: p1_addr: unknown uname_tag '537090960'
dlamc2:
dlamc3:
dlamc4:
dlamc5:
make: The error code from the la...
2006 Jan 27
1
R compile on AIX 5.2
...uccessfully completes the "configure" stage
but comes up with the following error during "make":
gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo
internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo
/home/mbeason/work/R-beta/src/modules/lapack
making Lapack.d from Lapack.c
/usr/local/bin/f2c < dlamc.f > c_dlamc.c
dlamch:
dlamc1:
Error on line 296: p1_addr: unknown uname_tag '537090960'
dlamc2:
dlamc3:
dlamc4:
dlamc5:
make: The error code from the la...
2001 Jun 27
0
(PR#996) Double inclusion of "int R_OutputCon" from
[Header changed to help the R-bugs system]
On Wed, 27 Jun 2001 thoffman@zappa.sax.de wrote:
> I got a double defined symbol when linking src/modules/internet.dll
> because
> internet.c and sockconn.c include Rconnections.h (... and do not even
> need
> R_OutputCon).
Um, that's definitely not in the code in the system you quote below.
> One should possibly remove such a global definitinon from the header
> file.
> As a temporary solution I declared the variable extern in R...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2008 Jun 23
0
R 2.7.1 is released
...ent,
borderless rectangles such as image().
o The srcfilecopy() function now adds a timestamp to the object it
creates.
o parse() would lose a token when run on stdin().
o socketConnection() was using internally the class "socket"
and not "sockconn", which caused a conflict with make.socket().
(PR#11515)
o Quartz is now trying harder to find the proper font for a given
family which resolves font issues on Mac OS X 10.4. Full font
names and PostScript names can be used interchangeably. (Note,
however...
2008 Jun 23
0
R 2.7.1 is released
...ent,
borderless rectangles such as image().
o The srcfilecopy() function now adds a timestamp to the object it
creates.
o parse() would lose a token when run on stdin().
o socketConnection() was using internally the class "socket"
and not "sockconn", which caused a conflict with make.socket().
(PR#11515)
o Quartz is now trying harder to find the proper font for a given
family which resolves font issues on Mac OS X 10.4. Full font
names and PostScript names can be used interchangeably. (Note,
however...
2006 Feb 07
0
[R] R compile on AIX 5.2
...quot;configure" stage
but
> comes up with the following error during "make":
>
> gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
> -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo
> internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo
> /home/mbeason/work/R-beta/src/modules/lapack
> making Lapack.d from Lapack.c
> /usr/local/bin/f2c < dlamc.f > c_dlamc.c
> dlamch:
> dlamc1:
> Error on line 296: p1_addr: unknown uname_tag '537090960'
> dlamc2:
> dlamc3:
> dlamc4:
>...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...L/usr/X11/lib
-lX11 -lXt -lXmu -ljpeg -L../../../lib -lR -Wl,-framework
-Wl,CoreFoundation
mkdir /Users/mike/Downloads/R-2.8.1/modules
making internet.d from internet.c
making Rsock.d from Rsock.c
making nanoftp.d from nanoftp.c
making nanohttp.d from nanohttp.c
making sock.d from sock.c
making sockconn.d from sockconn.c
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rsock.c -o Rsock.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c internet.c -o
inte...