* installing *source* package 'ambient' ... ** package 'ambient' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++11 make[1]: Entering directory '/d/temp/Rtmp69RiN9/R.INSTALLae3c250431bc/ambient/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c FastNoise.cpp -o FastNoise.o FastNoise.cpp: In member function 'FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL, FN_DECIMAL, FN_DECIMAL) const': FastNoise.cpp:498:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 498 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:498:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 498 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:499:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 499 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:499:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 499 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:500:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 500 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:500:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 500 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:501:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 501 | *reinterpret_cast(&w) ^ (*reinterpret_cast(&w) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:501:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 501 | *reinterpret_cast(&w) ^ (*reinterpret_cast(&w) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp: In member function 'FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL, FN_DECIMAL) const': FastNoise.cpp:507:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 507 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:507:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 507 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:508:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 508 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:508:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 508 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:509:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 509 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:509:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 509 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp: In member function 'FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL) const': FastNoise.cpp:515:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 515 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:515:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 515 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:516:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 516 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:516:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 516 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp: At global scope: FastNoise.cpp:186:12: warning: 'int FastAbs(int)' defined but not used [-Wunused-function] 186 | static int FastAbs(int i) { return abs(i); } | ^~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cubic.cpp -o cubic.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c perlin.cpp -o perlin.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simplex.cpp -o simplex.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c value.cpp -o value.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c white.cpp -o white.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c worley.cpp -o worley.o g++ -shared -s -static-libgcc -o ambient.dll tmp.def FastNoise.o cpp11.o cubic.o perlin.o simplex.o value.o white.o worley.o -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/Rtmp69RiN9/R.INSTALLae3c250431bc/ambient/src' make[1]: Entering directory '/d/temp/Rtmp69RiN9/R.INSTALLae3c250431bc/ambient/src' make[1]: Leaving directory '/d/temp/Rtmp69RiN9/R.INSTALLae3c250431bc/ambient/src' installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-ambient/00new/ambient/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 'ambient' as ambient_1.0.2.zip * DONE (ambient)