search for: xdr_float

Displaying 7 results from an estimated 7 matches for "xdr_float".

2011 Jul 18
2
Problem compiling in extra/xdr
...or: In file included from xdr.c:61:0: ./rpc/types.h:63:14: error: conflicting types for 'malloc' make[4]: *** [xdr.o] Error 1 I can make the build proceed some by commenting out the declaration "extern char *malloc();" in xdr/rpc/types.h, but then I get a slew of other errors: xdr_float.c: In function 'xdr_float': xdr_float.c:119:21: error: storage size of 'is' isn't known xdr_float.c:120:20: error: storage size of 'vs' isn't known and so on. config.log is rather big to post here; I'm putting it at http://www.wfu.edu/~cottrell/tmp/R.config.log...
2011 Jul 18
2
Problem compiling in extra/xdr
...or: In file included from xdr.c:61:0: ./rpc/types.h:63:14: error: conflicting types for 'malloc' make[4]: *** [xdr.o] Error 1 I can make the build proceed some by commenting out the declaration "extern char *malloc();" in xdr/rpc/types.h, but then I get a slew of other errors: xdr_float.c: In function 'xdr_float': xdr_float.c:119:21: error: storage size of 'is' isn't known xdr_float.c:120:20: error: storage size of 'vs' isn't known and so on. config.log is rather big to post here; I'm putting it at http://www.wfu.edu/~cottrell/tmp/R.config.log...
2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
...: Leaving directory `/home/Vonkad/R-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/incl...
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: *** [distribution] Error 2 Looking at the Mak...
2010 Jun 01
0
Compiling Samba 3.0.37 --with-afs (Steve Linehan)
.../xdr.h:316: error: previous declaration of ?xdr_string? was here /usr/include/rx/xdr_prototypes.h:60: error: conflicting types for ?xdr_wrapstring? /usr/include/rpc/xdr.h:330: error: previous declaration of ?xdr_wrapstring? was here /usr/include/rx/xdr_prototypes.h:64: error: conflicting types for ?xdr_float? /usr/include/rpc/xdr.h:324: error: previous declaration of ?xdr_float? was here /usr/include/rx/xdr_prototypes.h:65: error: conflicting types for ?xdr_double? /usr/include/rpc/xdr.h:325: error: previous declaration of ?xdr_double? was here /usr/include/rx/xdr_prototypes.h:69: error: conflicting ty...
2006 Oct 31
0
6362982 namespace pollution/protection in libc
.../svc_auth_sys.c update: usr/src/lib/libnsl/rpc/svc_run.c update: usr/src/lib/libnsl/rpc/svc_vc.c update: usr/src/lib/libnsl/rpc/svid_funcs.c update: usr/src/lib/libnsl/rpc/ti_opts.c update: usr/src/lib/libnsl/rpc/xdr.c update: usr/src/lib/libnsl/rpc/xdr_array.c update: usr/src/lib/libnsl/rpc/xdr_float.c update: usr/src/lib/libnsl/rpc/xdr_refer.c update: usr/src/lib/libnsl/rpc/xdr_sizeof.c update: usr/src/lib/libnsl/rpc/xdr_stdio_prv.c update: usr/src/lib/libnsl/saf/checkver.c update: usr/src/lib/libnsl/saf/doconfig.c update: usr/src/lib/libnsl/sparc/Makefile update: usr/src/lib/libnsl/spa...
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