Displaying 20 results from an estimated 22 matches for "nanohttp".
2001 Jun 29
3
Fail to build R (PR#1005)
...d 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> 0x508 Rsock.o
<unknown> 0x...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...shared library: /usr/lib/libz.dylib not made a weak
library 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:...
2013 Apr 04
0
Changing HTTP proxy configurations at run time
...adjusted at a later stage. (See also the comment in ?download.file). This caused some frustration as I wasn't able to use http functionality in a running R session after moving to an environment with a different/no proxy server.
After some digging I found that this behaviour was caused by RxmlNanoHTTPInit() in src/modules/internet/nanohttp.c, which after its first call refuses to reinitialise the proxy configuration. It does so by setting a variable 'initialized' to 1, and checking whether the string 'proxy' is non-NULL.
I have made a small modification to have RxmlNanoHTTPInit(...
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
...yes
> >
> > R profiling support: yes
> > R as a shared library: no
>
> and the make output looks like this around the failure point
>
> gcc -I. -I../../../src/include -I../../../src/include
> -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c nanohttp.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 sockc...
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
...-g -qfullpath' LDFLAGS='-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...
2006 Jan 27
1
R compile on AIX 5.2
...-beta" bundle successfully 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 er...
2006 Jan 27
1
R compile on AIX 5.2
...-beta" bundle successfully 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 er...
2006 May 19
1
make error for R-2.3.0
...gnu99 -c internet.c -o internet.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c nanoftp.c -o nanoftp.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -fpic -g -O2 -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...
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
...AVE_CONFIG_H -fpic -g -O2 -c internet.c -o internet.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c nanoftp.c -o nanoftp.o
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -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...
2010 Jan 03
1
Swfdec and Ffmpeg only
...em is libsoup. Puppy uses openssl, but the last version
of libsoup to have the choice of openssl or gnutls was version
1.99.28. What I did was compile libsoup without SSL support, but I was
wondering if Swfdec could be made to compile with the old 1.99.28
libsoup?
Or, if SSL is not needed, there is nanohttp, which is part of libxml2.
Here are relevant postings on my blog:
Swfdec Flash player: http://bkhome.org/blog/?viewDetailed=01298
Swfdec-mozilla Flash plugin: http://bkhome.org/blog/?viewDetailed=01299
Fundamental questions about multimedia packages:
http://bkhome.org/blog/?viewDetailed=01304
Ogle...
2004 Aug 06
5
Ices2 compile error - streaming ogg!
...2936 Feb 28 13:22 HTMLparser.h
-rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h
lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> .
-rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h
-rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h
-rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h
-rw-r--r-- 1 root root 25039 Feb 28 13:22
parserInternals.h
-rw-r--r-- 1 root root 3059 Feb 28 13:22 SAX.h
-rw-r--r-- 1 root root 16957 Feb 28 13:22 tree.h
-rw-r--r-- 1 root root...
2004 Aug 06
1
Ices2 compile error - streaming ogg!
...> > -rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h
> > lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> .
> > -rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h
> > -rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h
> > -rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h
> > -rw-r--r-- 1 root root 25039 Feb 28 13:22
> > parserInternals.h
> > -rw-r--r-- 1 root root 3059 Feb 28 13:22 SAX.h
> > -rw-r--r-- 1 root root 16957 Feb...
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
2004 Aug 06
0
Ices2 compile error - streaming ogg!
...13:22 HTMLparser.h
> -rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h
> lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> .
> -rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h
> -rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h
> -rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h
> -rw-r--r-- 1 root root 25039 Feb 28 13:22
> parserInternals.h
> -rw-r--r-- 1 root root 3059 Feb 28 13:22 SAX.h
> -rw-r--r-- 1 root root 16957 Feb 28 13:22 tree.h
> -rw...
2002 Jun 19
0
[R] Problems with url/download and http_proxy
...ory R
> Cc: r-devel@stat.math.ethz.ch
> Subject: RE: [R] Problems with url/download and http_proxy
>
>
> It's a bug in the libxml code causing the port to be set to zero.
> Comment lines like
>
> /*if (proxyPort != 0) {
> proxyPort = 0;
> }*/
>
> in nanohttp.c and nanoftp.c. (The port has already been set in the
> caller.)
>
> Please confirm that this works.
>
>
> On Tue, 18 Jun 2002 ripley@stats.ox.ac.uk wrote:
>
> > The port is not supposed to be required, so rather than fix
> the docs can
> > anyone fix the...
2004 Aug 06
2
Is there a guide?
At 07:59 AM 7/29/02 +1000, you wrote:
>I noticed another post where it was mentioned which modules were needed etc,
>then followed the instructions at xiph.org for CVS. It's working now,
>although darkice (which is none of xiph's concern AFAIK) seg-faults.....
>
>I haven't been able to test ices2 in live mode, well, it seems to work, but I
>get silence.... ices2 in
2006 Feb 07
0
[R] R compile on AIX 5.2
...ully 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...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...11.so dataentry.o devX11.o rotated.o rbitmap.o -lSM -lICE -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/in...