search for: dummy_ii

Displaying 6 results from an estimated 6 matches for "dummy_ii".

Did you mean: dummy_iri
2017 Apr 06
1
failure of make check-all
...g @$(ECHO) $(ECHO_N) "running code in '$<' ...$(ECHO_C)" > $@.log @$(R) < $< > $@.fail 2>&1 || (cat $@.log && rm $@.log && exit 1) There is one complier warning message, it prints in pink so as not to miss it! main.c: In function ?dummy_ii?: main.c:1669:12: warning: function returns address of local variable [-Wreturn-local-addr] return (uintptr_t) &ii; ------------- So as to be more complete I did "cd tests; R" and source("reg-examples3.R"), and lo and behold the error is > source('reg-exampl...
2017 Apr 06
0
failure of make check-all
...uot;running code in '$<' ...$(ECHO_C)" > $@.log > @$(R) < $< > $@.fail 2>&1 || (cat $@.log && rm $@.log && exit 1) > > > There is one complier warning message, it prints in pink so as not to miss it! > > main.c: In function ?dummy_ii?: > main.c:1669:12: warning: function returns address of local variable [-Wreturn-local-addr] > return (uintptr_t) &ii; > > ------------- > > So as to be more complete I did "cd tests; R" and source("reg-examples3.R"), and lo and behold the error is &...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...sys-std.c:1186:5: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] connections.c: In function 'fifo_open': connections.c:885:5: warning: implicit declaration of function 'open' [-Wimplicit-function-declaration] main.c: In function 'dummy_ii': main.c:1594:5: warning: function returns address of local variable [enabled by default] ld: 0711-224 WARNING: Duplicate symbol: .memcpy ld: 0711-224 WARNING: Duplicate symbol: memcpy ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: bcopy ld: 0711-224 WAR...
2017 Apr 06
3
failure of make check-all
This run was done this AM on my linux box, and older 32 bit Dell optiplex (core 2 duo). The failure message is at the very end. (It's due to be replaced in a couple of weeks.) The sequence of steps was svn up tools/rsync-recommended ./configure make make check-all |& tee zzz Terry T. Result of ./config R is now configured for i686-pc-linux-gnu Source directory: .
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...ing: implicit declaration of function 'isspace' > [-Wimplicit-function-declaration] > connections.c: In function 'fifo_open': > connections.c:885:5: warning: implicit declaration of function 'open' > [-Wimplicit-function-declaration] > main.c: In function 'dummy_ii': > main.c:1594:5: warning: function returns address of local variable [enabled > by default] > ld: 0711-224 WARNING: Duplicate symbol: .memcpy > ld: 0711-224 WARNING: Duplicate symbol: memcpy > ld: 0711-224 WARNING: Duplicate symbol: .bcopy > ld: 0711-224 WARNING: Duplicate s...
2015 Oct 15
3
Building R for AIX in 64-bit mode
Hi. Just wanted to let you know I am getting close to packaging R for AIX in 64.bit mode. One comment - the libtool.m4 I see used is quite old. The one I have on my system is 2.4.6, and what I see in R says: I am hoping a new libtool will clean up most of the manual work now needed. # Which release of libtool.m4 was used? macro_version=2.2.6 macro_revision=1.3012 This may be all that is