* installing *source* package 'ambient' ...
** this is package 'ambient' version '1.0.2'
** package 'ambient' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++11
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpSCv7YF/R.INSTALL1313035923459/ambient/src'
g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/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<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:498:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
498 | *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:499:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
499 | *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:499:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
499 | *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:500:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
500 | *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:500:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
500 | *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:501:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
501 | *reinterpret_cast<int*>(&w) ^ (*reinterpret_cast<int*>(&w) >> 16));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:501:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
501 | *reinterpret_cast<int*>(&w) ^ (*reinterpret_cast<int*>(&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<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:507:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
507 | *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:508:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
508 | *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:508:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
508 | *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:509:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
509 | *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:509:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
509 | *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&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<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:515:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
515 | *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:516:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
516 | *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:516:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
516 | *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&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.6/cpp11/include' -I"d:/rtools45/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.6/cpp11/include' -I"d:/rtools45/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.6/cpp11/include' -I"d:/rtools45/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.6/cpp11/include' -I"d:/rtools45/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.6/cpp11/include' -I"d:/rtools45/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.6/cpp11/include' -I"d:/rtools45/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.6/cpp11/include' -I"d:/rtools45/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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpSCv7YF/R.INSTALL1313035923459/ambient/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpSCv7YF/R.INSTALL1313035923459/ambient/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpSCv7YF/R.INSTALL1313035923459/ambient/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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)