* installing *source* package ‘data.table’ ... gcc 5.4.0 zlib 1.2.8 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c assign.c -o assign.o In file included from assign.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from assign.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from assign.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from assign.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from assign.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from assign.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ assign.c: In function ‘setdt_nrows’: assign.c:218:9: warning: implicit declaration of function ‘Rf_isNull’ [-Wimplicit-function-declaration] if (Rf_isNull(xi)) continue; ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c between.c -o between.o In file included from between.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from between.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from between.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from between.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from between.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from between.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c bmerge.c -o bmerge.o In file included from bmerge.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from bmerge.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from bmerge.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from bmerge.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from bmerge.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from bmerge.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c chmatch.c -o chmatch.o In file included from chmatch.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from chmatch.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from chmatch.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from chmatch.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from chmatch.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from chmatch.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c cj.c -o cj.o In file included from cj.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from cj.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from cj.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from cj.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from cj.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from cj.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c coalesce.c -o coalesce.o In file included from coalesce.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from coalesce.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from coalesce.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from coalesce.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from coalesce.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from coalesce.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c dogroups.c -o dogroups.o In file included from dogroups.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from dogroups.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from dogroups.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from dogroups.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from dogroups.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from dogroups.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fastmean.c -o fastmean.o In file included from fastmean.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fastmean.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from fastmean.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fastmean.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from fastmean.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fastmean.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fcast.c -o fcast.o In file included from fcast.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fcast.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from fcast.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fcast.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from fcast.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fcast.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fifelse.c -o fifelse.o In file included from fifelse.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fifelse.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from fifelse.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fifelse.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from fifelse.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fifelse.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fmelt.c -o fmelt.o In file included from fmelt.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fmelt.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from fmelt.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fmelt.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from fmelt.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fmelt.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c forder.c -o forder.o In file included from forder.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from forder.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from forder.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from forder.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from forder.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from forder.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c frank.c -o frank.o In file included from frank.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frank.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from frank.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frank.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from frank.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frank.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fread.c -o fread.o gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c freadR.c -o freadR.o In file included from freadR.c:3:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from freadR.h:6, from fread.h:12, from freadR.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from freadR.c:3:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from freadR.h:6, from fread.h:12, from freadR.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from freadR.c:3:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from freadR.h:6, from fread.h:12, from freadR.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c froll.c -o froll.o In file included from froll.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from froll.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from froll.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from froll.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from froll.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from froll.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c frollR.c -o frollR.o In file included from frollR.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frollR.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from frollR.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frollR.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from frollR.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frollR.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c frolladaptive.c -o frolladaptive.o In file included from frolladaptive.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frolladaptive.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from frolladaptive.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frolladaptive.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from frolladaptive.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from frolladaptive.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fsort.c -o fsort.o In file included from fsort.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fsort.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from fsort.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fsort.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from fsort.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fsort.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fwrite.c -o fwrite.o gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c fwriteR.c -o fwriteR.o In file included from fwriteR.c:2:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fwriteR.c:2: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from fwriteR.c:2:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fwriteR.c:2: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from fwriteR.c:2:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from fwriteR.c:2: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c gsumm.c -o gsumm.o In file included from gsumm.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from gsumm.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from gsumm.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from gsumm.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from gsumm.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from gsumm.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c idatetime.c -o idatetime.o In file included from idatetime.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from idatetime.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from idatetime.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from idatetime.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from idatetime.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from idatetime.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c ijoin.c -o ijoin.o In file included from ijoin.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from ijoin.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from ijoin.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from ijoin.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from ijoin.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from ijoin.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c init.c -o init.o In file included from init.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from init.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from init.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from init.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from init.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from init.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c inrange.c -o inrange.o In file included from inrange.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from inrange.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from inrange.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from inrange.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from inrange.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from inrange.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c nafill.c -o nafill.o In file included from nafill.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from nafill.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from nafill.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from nafill.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from nafill.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from nafill.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c negate.c -o negate.o In file included from negate.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from negate.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from negate.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from negate.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from negate.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from negate.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c nqrecreateindices.c -o nqrecreateindices.o In file included from nqrecreateindices.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from nqrecreateindices.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from nqrecreateindices.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from nqrecreateindices.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from nqrecreateindices.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from nqrecreateindices.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c openmp-utils.c -o openmp-utils.o In file included from openmp-utils.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from openmp-utils.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from openmp-utils.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from openmp-utils.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from openmp-utils.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from openmp-utils.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c programming.c -o programming.o In file included from programming.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from programming.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from programming.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from programming.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from programming.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from programming.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c quickselect.c -o quickselect.o In file included from quickselect.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from quickselect.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from quickselect.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from quickselect.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from quickselect.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from quickselect.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c rbindlist.c -o rbindlist.o In file included from rbindlist.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from rbindlist.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from rbindlist.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from rbindlist.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from rbindlist.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from rbindlist.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c reorder.c -o reorder.o In file included from reorder.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from reorder.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from reorder.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from reorder.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from reorder.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from reorder.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c shift.c -o shift.o In file included from shift.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from shift.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from shift.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from shift.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from shift.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from shift.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c snprintf.c -o snprintf.o In file included from snprintf.c:19:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from snprintf.c:19: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from snprintf.c:19:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from snprintf.c:19: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from snprintf.c:19:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from snprintf.c:19: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c subset.c -o subset.o In file included from subset.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from subset.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from subset.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from subset.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from subset.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from subset.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c transpose.c -o transpose.o In file included from transpose.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from transpose.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from transpose.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from transpose.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from transpose.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from transpose.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c types.c -o types.o In file included from types.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from types.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from types.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from types.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from types.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from types.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c uniqlist.c -o uniqlist.o In file included from uniqlist.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from uniqlist.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from uniqlist.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from uniqlist.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from uniqlist.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from uniqlist.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c utils.c -o utils.o In file included from utils.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from utils.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from utils.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from utils.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from utils.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from utils.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c vecseq.c -o vecseq.o In file included from vecseq.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from vecseq.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from vecseq.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from vecseq.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from vecseq.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from vecseq.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -c wrappers.c -o wrappers.o In file included from wrappers.c:1:0: data.table.h:13:0: warning: "R_Calloc" redefined # define R_Calloc(x, y) Calloc(x, y) // #6380 ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from wrappers.c:1: /usr/local/lib/R/include/R_ext/RS.h:73:0: note: this is the location of the previous definition #define R_Calloc(n, t) (t *) R_chk_calloc( (size_t) (n), sizeof(t) ) ^ In file included from wrappers.c:1:0: data.table.h:14:0: warning: "R_Realloc" redefined # define R_Realloc(x, y, z) Realloc(x, y, z) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from wrappers.c:1: /usr/local/lib/R/include/R_ext/RS.h:74:0: note: this is the location of the previous definition #define R_Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ^ In file included from wrappers.c:1:0: data.table.h:15:0: warning: "R_Free" redefined # define R_Free(x) Free(x) ^ In file included from /usr/local/lib/R/include/R.h:75:0, from data.table.h:3, from wrappers.c:1: /usr/local/lib/R/include/R_ext/RS.h:75:0: note: this is the location of the previous definition #define R_Free(p) (R_chk_free( (void *)(p) ), (p) = NULL) ^ gcc -shared -L/usr/local/lib -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -lz PKG_CFLAGS = -fopenmp PKG_LIBS = -fopenmp -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /builds/Rdatatable/data.table/data.table.Rcheck/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded * DONE (data.table)