search for: xdr_mem

Displaying 5 results from an estimated 5 matches for "xdr_mem".

Did you mean: err_mem
2006 Apr 25
1
libtrio
Hi, I usually compile R-devel tarball every few days (just to check if I can do it and check for any compile errors). As of two days ago, I am receiving the following error: ... gcc -O3 -I. -DWIN32 -D_X86_ -c xdr_mem.c -o xdr_mem.o ar crs libxdr.a xdr.o xdr_float.o xdr_stdio.o xdr_mem.o make: *** ../extra/trio: No such file or directory. Stop. make[3]: *** [rlibs] Error 1 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make[1]: Leaving directory `/home/andyj/R-devel/src/gnuwin32' make:...
2003 Mar 26
2
what actually uses xdr_mem.c?
In regards to FreeBSD-SA-03:05.xdr, does anyone know which static binaries or tools under /bin or /sbin actually use that problem code? The recent XDR fixes the xdrmem_getlong_aligned(), xdrmem_putlong_aligned(), xdrmem_getlong_unaligned(), xdrmem_putlong_unaligned(), xdrmem_getbytes(), and/or xdrmem_putbytes() functions, but it is difficult to know what uses these (going backwards manually).
2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
...2.2.1/src/extra/zlib' make[3]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib' make[3]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' make[4]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' making xdr.d from xdr.c making xdr_float.d from xdr_float.c making xdr_mem.d from xdr_mem.c making xdr_stdio.d from xdr_stdio.c make[4]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/xdr' make[4]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' gcc -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/inclu de -DHAVE_CONFIG_H -D__NO_MATH_I...
2013 May 25
0
R in the browser ...
...s getting confused over the size of some basic types. I suspect all of above hacks could be avoided if I understood autotools better. - I tweaked configure.h again by hand to disable ARPA_INET. I think there's a problem in emscripten's inet header files, but am not sure yet. - I had to hack xdr_mem.c to force it to use an appropriate ntohl and htonl. Again, probably an autotools problem that I'm not understanding. - This was enough to run make and have it build LLVM-bitcode for the main source tree (except, bizarrely mkdtemp.c which I had to compile by hand). The make errors out before th...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html