* installing *source* package 'rcontroll' ...
** this is package 'rcontroll' version '0.1.2'
** package 'rcontroll' 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) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/RtmpsxV1WN/R.INSTALL50d8298f7069/rcontroll/src'
rm -f rcontroll.dll RcppExports.o troll_rcpp.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c troll_rcpp.cpp -o troll_rcpp.o
troll_rcpp.cpp: In function 'std::string GetParameter(std::string&, std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&)':
troll_rcpp.cpp:1170:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
1170 | while(parameter_index < parameter_names.size() && parameter_names[parameter_index] != parameter_name) parameter_index++;
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
troll_rcpp.cpp:1172:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
1172 | if(parameter_index < parameter_names.size()) parameter_value = parameter_values[parameter_index];
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
troll_rcpp.cpp: In function 'void OutputCrownSliced(int, int, int, std::vector<float>&)':
troll_rcpp.cpp:3433:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
3433 | for(int i = 0; i < output_statistics.size();i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In copy constructor 'constexpr Species::Species(const Species&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Species; _Args = {const Species&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Species; _Args = {const Species&}; _Tp = Species]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Species; _Alloc = std::allocator<Species>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void ReadInputSpecies()' at troll_rcpp.cpp:4196:16:
troll_rcpp.cpp:558:7: warning: 'species_dummy.Species::s_nbext' may be used uninitialized [-Wmaybe-uninitialized]
558 | class Species {
| ^~~~~~~
troll_rcpp.cpp: In function 'void ReadInputSpecies()':
troll_rcpp.cpp:4195:13: note: 'species_dummy' declared here
4195 | Species species_dummy; // !!!: currently, species at 0 is not initialized, for legacy reasons, maybe to change
| ^~~~~~~~~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_site' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_site' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_NPPneg' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_NPPneg' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_hmax' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_hmax' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_ah' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_ah' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_dbhmature' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_dbhmature' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_dbhmax' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_dbhmax' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_LA' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_LA' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_youngLA' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_youngLA' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_matureLA' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_matureLA' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_oldLA' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_oldLA' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_LAI' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_LAI' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_litter' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_litter' was declared here
4861 | Tree T_site;
| ^~~~~~
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_Pmass' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_Nmass' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_LMA' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_wsg' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_Rdark' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_Vcmax' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_Jmax' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_leaflifespan' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_lambda_young' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_lambda_mature' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_lambda_old' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_height' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_CR' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_CD' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_P' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_N' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_LMA' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_mult_dbhmax' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_dev_wsg' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_LAImax' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_LAmax' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_carbon_storage' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_carbon_biometry' may be used uninitialized [-Wmaybe-uninitialized]
troll_rcpp.cpp:4861:10: warning: 'T_site.Tree::t_fraction_filled' may be used uninitialized [-Wmaybe-uninitialized]
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_multiplier_seed' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_multiplier_seed' was declared here
4861 | Tree T_site;
| ^~~~~~
In copy constructor 'constexpr Tree::Tree(const Tree&)',
inlined from 'constexpr decltype (::new(void*(0)) _Tp) std::construct_at(_Tp*, _Args&& ...) [with _Tp = Tree; _Args = {const Tree&}]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_construct.h:97:14,
inlined from 'static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Tree; _Args = {const Tree&}; _Tp = Tree]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/alloc_traits.h:577:21,
inlined from 'constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Tree; _Alloc = std::allocator<Tree>]' at D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/stl_vector.h:1301:30,
inlined from 'void Initialise()' at troll_rcpp.cpp:4862:16:
troll_rcpp.cpp:680:7: warning: 'T_site.Tree::t_sapwood_area' may be used uninitialized [-Wmaybe-uninitialized]
680 | class Tree {
| ^~~~
troll_rcpp.cpp: In function 'void Initialise()':
troll_rcpp.cpp:4861:10: note: 'T_site.Tree::t_sapwood_area' was declared here
4861 | Tree T_site;
| ^~~~~~
g++ -std=gnu++20 -shared -s -static-libgcc -o rcontroll.dll tmp.def RcppExports.o troll_rcpp.o -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgsl -lgslcblas -lm -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/2026_02_19_01_50_00_20242/RtmpsxV1WN/R.INSTALL50d8298f7069/rcontroll/src'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/RtmpsxV1WN/R.INSTALL50d8298f7069/rcontroll/src'
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/RtmpsxV1WN/R.INSTALL50d8298f7069/rcontroll/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-rcontroll/00new/rcontroll/libs/x64
** 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
** 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 'rcontroll' as rcontroll_0.1.2.zip
* DONE (rcontroll)