* installing *source* package 'mmand' ...
** this is package 'mmand' version '1.6.3'
** package 'mmand' 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_14_01_50_00_18536/RtmpGe5McW/R.INSTALL125ec4cfa1b3a/mmand/src'
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Array.cpp -o Array.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Componenter.cpp -o Componenter.o
In file included from Componenter.cpp:6:
lemon/connectivity.h: In function 'bool lemon::stronglyConnected(const Digraph&)':
lemon/connectivity.h:268:36: warning: typedef 'Node' locally defined but not used [-Wunused-local-typedefs]
  268 |     typedef typename Digraph::Node Node;
      |                                    ^~~~
lemon/connectivity.h: In function 'int lemon::countStronglyConnectedComponents(const Digraph&)':
lemon/connectivity.h:336:35: warning: typedef 'Arc' locally defined but not used [-Wunused-local-typedefs]
  336 |     typedef typename Digraph::Arc Arc;
      |                                   ^~~
lemon/connectivity.h:338:37: warning: typedef 'ArcIt' locally defined but not used [-Wunused-local-typedefs]
  338 |     typedef typename Digraph::ArcIt ArcIt;
      |                                     ^~~~~
lemon/connectivity.h: In function 'void lemon::topologicalSort(const Digraph&, NodeMap&)':
lemon/connectivity.h:1346:36: warning: typedef 'Node' locally defined but not used [-Wunused-local-typedefs]
 1346 |     typedef typename Digraph::Node Node;
      |                                    ^~~~
lemon/connectivity.h:1348:35: warning: typedef 'Arc' locally defined but not used [-Wunused-local-typedefs]
 1348 |     typedef typename Digraph::Arc Arc;
      |                                   ^~~
lemon/connectivity.h: In function 'bool lemon::bipartite(const Graph&)':
lemon/connectivity.h:1561:35: warning: typedef 'ArcIt' locally defined but not used [-Wunused-local-typedefs]
 1561 |     typedef typename Graph::ArcIt ArcIt;
      |                                   ^~~~~
lemon/connectivity.h: In function 'bool lemon::bipartitePartitions(const Graph&, NodeMap&)':
lemon/connectivity.h:1606:34: warning: typedef 'Node' locally defined but not used [-Wunused-local-typedefs]
 1606 |     typedef typename Graph::Node Node;
      |                                  ^~~~
lemon/connectivity.h:1608:35: warning: typedef 'ArcIt' locally defined but not used [-Wunused-local-typedefs]
 1608 |     typedef typename Graph::ArcIt ArcIt;
      |                                   ^~~~~
In file included from ./lemon/bits/default_map.h:23,
                 from ./lemon/bits/graph_extender.h:25,
                 from lemon/smart_graph.h:30,
                 from Componenter.h:7,
                 from Componenter.cpp:4:
./lemon/bits/array_map.h: In instantiation of 'void lemon::ArrayMap<_Graph, _Item, _Value>::clear() [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int]':
./lemon/bits/array_map.h:163:9:   required from 'lemon::ArrayMap<_Graph, _Item, _Value>::~ArrayMap() [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int]'
  163 |         clear();
      |         ^~~~~
./lemon/bits/default_map.h:154:9:   required from here
  154 |   class DefaultMap
      |         ^~~~~~~~~~
./lemon/bits/array_map.h:320:21: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'destroy'
  320 |           allocator.destroy(&(values[id]));
      |           ~~~~~~~~~~^~~~~~~
./lemon/bits/array_map.h: In instantiation of 'lemon::ArrayMap<_Graph, _Item, _Value>::ArrayMap(const GraphType&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int; GraphType = lemon::GraphExtender<lemon::SmartGraphBase>]':
./lemon/bits/default_map.h:164:63:   required from 'lemon::DefaultMap<_Graph, _Item, _Value>::DefaultMap(const GraphType&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int; GraphType = lemon::GraphExtender<lemon::SmartGraphBase>]'
  164 |     explicit DefaultMap(const GraphType& graph) : Parent(graph) {}
      |                                                               ^
./lemon/bits/map_extender.h:63:21:   required from 'lemon::MapExtender<_Map>::MapExtender(const GraphType&) [with _Map = lemon::DefaultMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>; GraphType = lemon::GraphExtender<lemon::SmartGraphBase>]'
   63 |       : Parent(graph) {}
      |                     ^
./lemon/bits/graph_extender.h:608:23:   required from 'lemon::GraphExtender<Base>::NodeMap<_Value>::NodeMap(const lemon::GraphExtender<Base>::Graph&) [with _Value = long long unsigned int; Base = lemon::SmartGraphBase; lemon::GraphExtender<Base>::Graph = lemon::GraphExtender<lemon::SmartGraphBase>]'
  608 |         : Parent(graph) {}
      |                       ^
Componenter.cpp:24:53:   required from here
   24 |     SmartGraph::NodeMap<size_t> indexMap(connections);
      |                                                     ^
./lemon/bits/array_map.h:91:19: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'construct'
   91 |         allocator.construct(&(values[id]), Value());
      |         ~~~~~~~~~~^~~~~~~~~
./lemon/bits/array_map.h: In instantiation of 'void lemon::ArrayMap<_Graph, _Item, _Value>::add(const Key&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int; Key = lemon::SmartGraphBase::Node]':
./lemon/bits/array_map.h:208:18:   required from here
  208 |     virtual void add(const Key& key) {
      |                  ^~~
./lemon/bits/array_map.h:221:23: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'construct'
  221 |             allocator.construct(&(new_values[jd]), values[jd]);
      |             ~~~~~~~~~~^~~~~~~~~
./lemon/bits/array_map.h:222:23: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'destroy'
  222 |             allocator.destroy(&(values[jd]));
      |             ~~~~~~~~~~^~~~~~~
./lemon/bits/array_map.h:229:17: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'construct'
  229 |       allocator.construct(&(values[id]), Value());
      |       ~~~~~~~~~~^~~~~~~~~
./lemon/bits/array_map.h: In instantiation of 'void lemon::ArrayMap<_Graph, _Item, _Value>::add(const std::vector<_Item>&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int]':
./lemon/bits/array_map.h:236:18:   required from here
  236 |     virtual void add(const std::vector<Key>& keys) {
      |                  ^~~
./lemon/bits/array_map.h:263:21: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'construct'
  263 |           allocator.construct(&(new_values[id]), values[id]);
      |           ~~~~~~~~~~^~~~~~~~~
./lemon/bits/array_map.h:264:21: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'destroy'
  264 |           allocator.destroy(&(values[id]));
      |           ~~~~~~~~~~^~~~~~~
./lemon/bits/array_map.h:272:19: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'construct'
  272 |         allocator.construct(&(values[id]), Value());
      |         ~~~~~~~~~~^~~~~~~~~
./lemon/bits/array_map.h: In instantiation of 'void lemon::ArrayMap<_Graph, _Item, _Value>::erase(const Key&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int; Key = lemon::SmartGraphBase::Node]':
./lemon/bits/array_map.h:280:18:   required from here
  280 |     virtual void erase(const Key& key) {
      |                  ^~~~~
./lemon/bits/array_map.h:282:17: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'destroy'
  282 |       allocator.destroy(&(values[id]));
      |       ~~~~~~~~~~^~~~~~~
./lemon/bits/array_map.h: In instantiation of 'void lemon::ArrayMap<_Graph, _Item, _Value>::erase(const std::vector<_Item>&) [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int]':
./lemon/bits/array_map.h:289:18:   required from here
  289 |     virtual void erase(const std::vector<Key>& keys) {
      |                  ^~~~~
./lemon/bits/array_map.h:292:19: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'destroy'
  292 |         allocator.destroy(&(values[id]));
      |         ~~~~~~~~~~^~~~~~~
./lemon/bits/array_map.h: In instantiation of 'void lemon::ArrayMap<_Graph, _Item, _Value>::build() [with _Graph = lemon::GraphExtender<lemon::SmartGraphBase>; _Item = lemon::SmartGraphBase::Node; _Value = long long unsigned int]':
./lemon/bits/array_map.h:300:18:   required from here
  300 |     virtual void build() {
      |                  ^~~~~
./lemon/bits/array_map.h:306:19: error: 'lemon::ArrayMap<lemon::GraphExtender<lemon::SmartGraphBase>, lemon::SmartGraphBase::Node, long long unsigned int>::Allocator' {aka 'class std::allocator<long long unsigned int>'} has no member named 'construct'
  306 |         allocator.construct(&(values[id]), Value());
      |         ~~~~~~~~~~^~~~~~~~~
make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:304: Componenter.o] Error 1
make[1]: Leaving directory '/d/temp/2026_02_14_01_50_00_18536/RtmpGe5McW/R.INSTALL125ec4cfa1b3a/mmand/src'
ERROR: compilation failed for package 'mmand'
* removing 'd:/Rcompile/CRANpkg/lib/4.6/mmand'
* restoring previous 'd:/Rcompile/CRANpkg/lib/4.6/mmand'