* installing *source* package 'ragg' ... ** package 'ragg' 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: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpknoKlR/R.INSTALL2485870af3ac8/ragg/src' rm -f capture_dev.o init.o jpeg_dev.o png_dev.o ppm_dev.o tiff_dev.o agg/libstatagg.a ragg.dll agg/src/agg_curves.o agg/src/agg_font_freetype.o agg/src/agg_image_filters.o agg/src/agg_trans_affine.o agg/src/agg_vcgen_dash.o agg/src/agg_vcgen_stroke.o "D:/RCompile/recent/R/bin/x64/Rscript.exe" "../tools/winlibs.R" [1] TRUE g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c capture_dev.cpp -o capture_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDeviceCapture.h:4, from capture_dev.cpp:4: In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c jpeg_dev.cpp -o jpeg_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDeviceJpeg.h:4, from jpeg_dev.cpp:4: In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c png_dev.cpp -o png_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDevicePng.h:8, from png_dev.cpp:4: In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ppm_dev.cpp -o ppm_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDevicePpm.h:4, from ppm_dev.cpp:4: In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tiff_dev.cpp -o tiff_dev.o In file included from text_renderer.h:17, from AggDevice.h:5, from AggDeviceTiff.h:4, from tiff_dev.cpp:4: In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::order_rgb>, agg::row_accessor, 3>; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >; R_COLOR = agg::rgba8T; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::order_rgba>, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here 722 | double x, y; | ^ In member function 'void agg::path_base::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage]', inlined from 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]' at AggDevice.h:334:34: ./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized] 727 | m_vertices.add_vertex(x, y, cmd); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./agg/include/agg_path_storage.h: In member function 'void AggDevice::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb, agg::row_accessor, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba, agg::row_accessor >]': ./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here 722 | double x, y; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c agg/src/agg_curves.cpp -o agg/src/agg_curves.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c agg/src/agg_font_freetype.cpp -o agg/src/agg_font_freetype.o agg/src/agg_font_freetype.cpp: In member function 'void agg::font_engine_freetype_base::update_char_size()': agg/src/agg_font_freetype.cpp:942:57: warning: comparison of integer expressions of different signedness: 'FT_Pos' {aka 'long int'} and 'unsigned int' [-Wsign-compare] 942 | if (m_cur_face->available_sizes[i].size > largest_size) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c agg/src/agg_image_filters.cpp -o agg/src/agg_image_filters.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c agg/src/agg_trans_affine.cpp -o agg/src/agg_trans_affine.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c agg/src/agg_vcgen_dash.cpp -o agg/src/agg_vcgen_dash.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include -I'D:/RCompile/CRANpkg/lib/4.5/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.5/textshaping/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c agg/src/agg_vcgen_stroke.cpp -o agg/src/agg_vcgen_stroke.o ar crs agg/libstatagg.a agg/src/agg_curves.o agg/src/agg_font_freetype.o agg/src/agg_image_filters.o agg/src/agg_trans_affine.o agg/src/agg_vcgen_dash.o agg/src/agg_vcgen_stroke.o g++ -std=gnu++17 -shared -s -static-libgcc -o ragg.dll tmp.def capture_dev.o init.o jpeg_dev.o png_dev.o ppm_dev.o tiff_dev.o -Lagg -lstatagg -L../windows/harfbuzz/lib/x64 -L../windows/harfbuzz/lib -lfreetype -lharfbuzz -lfreetype -lpng -lz -ltiff -ljpeg -lbz2 -lrpcrt4 -lgdi32 -lws2_32 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpknoKlR/R.INSTALL2485870af3ac8/ragg/src' make[1]: Entering directory '/d/temp/RtmpknoKlR/R.INSTALL2485870af3ac8/ragg/src' make[1]: Leaving directory '/d/temp/RtmpknoKlR/R.INSTALL2485870af3ac8/ragg/src' installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-ragg/00new/ragg/libs/x64 ** R ** 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 'ragg' as ragg_1.3.2.zip * DONE (ragg)