SCM

R Development Page

elsa log file (build_win64)

Tue Aug 16 06:52:10 2016: Building binary for package elsa (SVN revision 9)
using R version 3.3.1 Patched (2016-08-12 r71089) ...

* installing to library 'R:/lib/local/3.3'
* installing *source* package 'elsa' ...
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c autocor.c -o autocor.o
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c categorize.c -o categorize.o
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c dnn.c -o dnn.o
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c elsa.c -o elsa.o
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c elsa_test.c -o elsa_test.o
elsa_test.c: In function 'elsacCalc':
elsa_test.c:291:10: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, nw, q, nnr, nnc, cellnr, row, col; 
          ^
elsa_test.c: In function 'elsac_cellCalc':
elsa_test.c:381:42: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col,  q, nnr, nnc, cellnr, nw, cn, i, j;
                                          ^
elsa_test.c: In function 'elsac_vectorCalc':
elsa_test.c:503:25: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
           xw[q]=xdif[(nw*ncl)+j];
                         ^
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c elsac.c -o elsac.o
elsac.c: In function 'elsac':
elsac.c:19:67: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n,  nw;
                                                                   ^
elsac.c: In function 'elsac_cell':
elsac.c:161:66: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n, nw, cn;
                                                                  ^
elsac.c: In function 'elsac_vector':
elsac.c:376:25: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
           xw[q]=xdif[(nw*ncl)+j];
                         ^
elsac.c: In function 'v_elsac':
elsac.c:436:66: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n, nw;
                                                                  ^
elsac.c: In function 'v_elsac_cell':
elsac.c:574:66: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n, nw, cn, a;
                                                                  ^
elsac.c: In function 'v_elsac_vector':
elsac.c:786:25: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
           xw[q]=xdif[(nw*ncl)+j];
                         ^
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c lisa.c -o lisa.o
lisa.c: In function 'GG_vector':
lisa.c:543:12: warning: variable 'xn' set but not used [-Wunused-but-set-variable]
     double xn[ngb];
            ^
c:/Rtools/mingw_32/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c semivar.c -o semivar.o
semivar.c: In function 'semivar':
semivar.c:59:14: warning: variable 'nn' set but not used [-Wunused-but-set-variable]
   double Eij,nn;
              ^
semivar.c: In function 'semivar_vector':
semivar.c:123:14: warning: variable 'nn' set but not used [-Wunused-but-set-variable]
   double Eij,nn;
              ^
c:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o elsa.dll tmp.def autocor.o categorize.o dnn.o elsa.o elsa_test.o elsac.o lisa.o semivar.o -LR:/base/local215/lib/i386 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/i386 -lR
installing to R:/lib/local/3.3/elsa/libs/i386

*** arch - x64
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c autocor.c -o autocor.o
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c categorize.c -o categorize.o
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c dnn.c -o dnn.o
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c elsa.c -o elsa.o
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c elsa_test.c -o elsa_test.o
elsa_test.c: In function 'elsacCalc':
elsa_test.c:291:10: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, nw, q, nnr, nnc, cellnr, row, col; 
          ^
elsa_test.c: In function 'elsac_cellCalc':
elsa_test.c:381:42: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col,  q, nnr, nnc, cellnr, nw, cn, i, j;
                                          ^
elsa_test.c: In function 'elsac_vectorCalc':
elsa_test.c:503:25: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
           xw[q]=xdif[(nw*ncl)+j];
                         ^
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c elsac.c -o elsac.o
elsac.c: In function 'elsac':
elsac.c:19:67: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n,  nw;
                                                                   ^
elsac.c: In function 'elsac_cell':
elsac.c:161:66: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n, nw, cn;
                                                                  ^
elsac.c: In function 'elsac_vector':
elsac.c:376:25: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
           xw[q]=xdif[(nw*ncl)+j];
                         ^
elsac.c: In function 'v_elsac':
elsac.c:436:66: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n, nw;
                                                                  ^
elsac.c: In function 'v_elsac_cell':
elsac.c:574:66: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int c, row, col, ngb, q, nnr, nnc, nrow, ncol, cellnr, ncl, n, nw, cn, a;
                                                                  ^
elsac.c: In function 'v_elsac_vector':
elsac.c:786:25: warning: 'nw' may be used uninitialized in this function [-Wmaybe-uninitialized]
           xw[q]=xdif[(nw*ncl)+j];
                         ^
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c lisa.c -o lisa.o
lisa.c: In function 'GG_vector':
lisa.c:543:12: warning: variable 'xn' set but not used [-Wunused-but-set-variable]
     double xn[ngb];
            ^
c:/Rtools/mingw_64/bin/gcc  -I"R:/lib/R/R-patched/include" -DNDEBUG     -I"R:/base/local215/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c semivar.c -o semivar.o
semivar.c: In function 'semivar':
semivar.c:59:14: warning: variable 'nn' set but not used [-Wunused-but-set-variable]
   double Eij,nn;
              ^
semivar.c: In function 'semivar_vector':
semivar.c:123:14: warning: variable 'nn' set but not used [-Wunused-but-set-variable]
   double Eij,nn;
              ^
c:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o elsa.dll tmp.def autocor.o categorize.o dnn.o elsa.o elsa_test.o elsac.o lisa.o semivar.o -LR:/base/local215/lib/x64 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/x64 -lR
installing to R:/lib/local/3.3/elsa/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'elsa' as elsa_1.0-3.zip
* DONE (elsa)
Run time: 13.08 seconds.
Thanks to:
Vienna University of Economics and Business Powered By FusionForge