* installing *source* package 'textshaping' ... ** package 'textshaping' 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) 12.3.0' make[1]: Entering directory '/d/temp/RtmpEFEejC/R.INSTALL4d885c3c7fe5/textshaping/src' rm -f cpp11.o face_feature.o hb_shaper.o init.o string_bidi.o string_metrics.o string_shape.o textshaping.dll "D:/RCompile/recent/R-4.3.3/bin/x64/Rscript.exe" "../tools/winlibs.R" [1] TRUE g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c face_feature.cpp -o face_feature.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hb_shaper.cpp -o hb_shaper.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/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-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c string_bidi.cpp -o string_bidi.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c string_metrics.cpp -o string_metrics.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/harfbuzz/include/harfbuzz -I../windows/harfbuzz/include/fribidi -I../windows/harfbuzz/include/freetype2 -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c string_shape.cpp -o string_shape.o string_shape.cpp: In member function 'bool HarfBuzzShaper::finish_string()': string_shape.cpp:264:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 264 | no_stretch[index] = no_stretch[index] || index == line_width.size() - 1 || must_break[i]; | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o textshaping.dll tmp.def cpp11.o face_feature.o hb_shaper.o init.o string_bidi.o string_metrics.o string_shape.o -L../windows/harfbuzz/lib/x64 -L../windows/harfbuzz/lib -lfribidi -lfreetype -lharfbuzz -lfreetype -lpng -lbz2 -lz -lrpcrt4 -lgdi32 -luuid -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/RtmpEFEejC/R.INSTALL4d885c3c7fe5/textshaping/src' make[1]: Entering directory '/d/temp/RtmpEFEejC/R.INSTALL4d885c3c7fe5/textshaping/src' make[1]: Leaving directory '/d/temp/RtmpEFEejC/R.INSTALL4d885c3c7fe5/textshaping/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-textshaping/00new/textshaping/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 'textshaping' as textshaping_0.4.0.zip * DONE (textshaping)