* installing *source* package 'eaf' ... ** package 'eaf' successfully unpacked and MD5 sums checked ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src' "D:/RCompile/recent/R-4.3.3/bin/x64/Rscript.exe" "../tools/winlibs.R" Downloaded to 'D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/avl.c -o eaf/avl.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/eaf3d.c -o eaf/eaf3d.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/eaf.c -o eaf/eaf.o In file included from eaf/eaf.h:177, from eaf/eaf.c:41: In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon' at eaf/eaf.c:687:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon' at eaf/eaf.c:687:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:830:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:830:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:837:25: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:837:25: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:861:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:861:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:863:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:863:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:876:25: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:876:25: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:880:25: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:880:25: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/io.c -o eaf/io.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/hv_contrib.c -o mo-tools/hv_contrib.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/hv.c -o mo-tools/hv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/pareto.c -o mo-tools/pareto.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/whv.c -o mo-tools/whv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/whv_hype.c -o mo-tools/whv_hype.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Reaf.c -o Reaf.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Repsilon.c -o Repsilon.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Rhv.c -o Rhv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Rnondominated.c -o Rnondominated.o gcc -shared -static-libgcc -o eaf.dll tmp.def eaf/avl.o eaf/eaf3d.o eaf/eaf.o eaf/io.o mo-tools/hv_contrib.o mo-tools/hv.o mo-tools/pareto.o mo-tools/whv.o mo-tools/whv_hype.o init.o Reaf.o Repsilon.o Rhv.o Rnondominated.o -LD:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/lib/x64-ucrt -lgsl -lgslcblas -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src' make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src' "D:/RCompile/recent/R-4.3.3/bin/x64/Rscript.exe" "../tools/winlibs.R" gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/avl.c -o eaf/avl.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/eaf3d.c -o eaf/eaf3d.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/eaf.c -o eaf/eaf.o In file included from eaf/eaf.h:177, from eaf/eaf.c:41: In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon' at eaf/eaf.c:687:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon' at eaf/eaf.c:687:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:830:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:830:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:837:25: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:837:25: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:861:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:861:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:863:21: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:863:21: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:876:25: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:876:25: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_size', inlined from 'vector_objective_reserve' at eaf/eaf.h:178:1, inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:880:25: eaf/cvector.h:71:18: warning: pointer may be used after 'realloc' [-Wuse-after-free] 71 | { return v->_end - v->_begin; } \ | ^ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ In function 'vector_objective_reserve', inlined from 'vector_objective_push_back' at eaf/eaf.h:178:1, inlined from 'eaf_compute_polygon_old' at eaf/eaf.c:880:25: eaf/cvector.h:111:21: note: call to 'realloc' here 111 | v->_begin = realloc(v->_begin, sizeof(BASE_TYPE) * n); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eaf/eaf.h:178:1: note: in expansion of macro 'vector_define' 178 | vector_define(vector_objective, objective_t) | ^~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c eaf/io.c -o eaf/io.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/hv_contrib.c -o mo-tools/hv_contrib.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/hv.c -o mo-tools/hv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/pareto.c -o mo-tools/pareto.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/whv.c -o mo-tools/whv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c mo-tools/whv_hype.c -o mo-tools/whv_hype.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Reaf.c -o Reaf.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Repsilon.c -o Repsilon.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Rhv.c -o Rhv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"D:/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src/../windows/gsl-2.7/include" -DR_PACKAGE -DDEBUG=0 -I./eaf/ -I./mo-tools/ -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -c Rnondominated.c -o Rnondominated.o make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/RtmpMFFzQh/R.INSTALL2255c2c2c5909/eaf/src' installing via 'install.libs.R' to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-eaf/00new/eaf ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'eaf' as eaf_2.5.1.zip * DONE (eaf)