* installing *source* package 'GeoFIS' ...
** package 'GeoFIS' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
using C++17
make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/Rtmp4WLMlZ/R.INSTALL2414c6a753635/GeoFIS/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DBOOST_NO_AUTO_PTR -DBOOST_ALLOW_DEPRECATED_HEADERS -DBOOST_MP_DISABLE_DEPRECATE_03_WARNING -DBOOST_MATH_DISABLE_DEPRECATED_03_WARNING -DBOOST_DISABLE_ASSERTS -DCGAL_DISABLE_ROUNDING_MATH_CHECK=ON -DR_PACKAGE -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I'D:/RCompile/CRANpkg/lib/4.5/FisPro/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DBOOST_NO_AUTO_PTR -DBOOST_ALLOW_DEPRECATED_HEADERS -DBOOST_MP_DISABLE_DEPRECATE_03_WARNING -DBOOST_MATH_DISABLE_DEPRECATED_03_WARNING -DBOOST_DISABLE_ASSERTS -DCGAL_DISABLE_ROUNDING_MATH_CHECK=ON -DR_PACKAGE -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I'D:/RCompile/CRANpkg/lib/4.5/FisPro/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c zoning_module.cpp -o zoning_module.o
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/iterator/iterator_concepts.hpp:10,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/range/concepts.hpp:20,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/range/algorithm/max_element.hpp:16,
                 from ./util/functional/maximum.hpp:46,
                 from zoning_module.cpp:40:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
In file included from ./geofis/algorithm/zoning/fusion/zone_fusion.hpp:42,
                 from ./geofis/process/zoning/zoning_process_traits.hpp:60,
                 from ./geofis/process/zoning/zoning_process.hpp:43,
                 from ./zoning_wrapper.h:43,
                 from zoning_module.cpp:48:
./util/address_equal.hpp:66:81: error: 'list2' is not a member of 'boost::_bi'; did you mean 'list'?
   66 |         typedef boost::_bi::bind_t<bool, util::address_equal_to<T>, boost::_bi::list2<boost::arg<1>, reference_type> > bind_type;
      |                                                                                 ^~~~~
      |                                                                                 list
./util/address_equal.hpp:66:116: error: wrong number of template arguments (4, should be 3)
   66 |         typedef boost::_bi::bind_t<bool, util::address_equal_to<T>, boost::_bi::list2<boost::arg<1>, reference_type> > bind_type;
      |                                                                                                                    ^
In file included from ./geofis/geometry/polygon.hpp:47,
                 from ./geofis/algorithm/zoning/triangulation/voronoi/bounded_face_to_polygon.hpp:44,
                 from ./geofis/algorithm/zoning/triangulation/voronoi/face_to_polygon.hpp:42,
                 from ./geofis/algorithm/zoning/triangulation/voronoi/voronoi_map.hpp:53,
                 from ./geofis/process/zoning/zoning_process_traits.hpp:52:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/bind/bind.hpp:76:43: note: provided for 'template<class R, class F, class L> class boost::_bi::bind_t'
   76 | template<class R, class F, class L> class bind_t;
      |                                           ^~~~~~
./util/address_equal.hpp:66:118: error: expected unqualified-id before '>' token
   66 |         typedef boost::_bi::bind_t<bool, util::address_equal_to<T>, boost::_bi::list2<boost::arg<1>, reference_type> > bind_type;
      |                                                                                                                      ^
make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:297: zoning_module.o] Error 1
make[1]: Leaving directory '/d/temp/2024_12_18_01_50_01_11818/Rtmp4WLMlZ/R.INSTALL2414c6a753635/GeoFIS/src'
ERROR: compilation failed for package 'GeoFIS'
* removing 'd:/Rcompile/CRANpkg/lib/4.5/GeoFIS'
* restoring previous 'd:/Rcompile/CRANpkg/lib/4.5/GeoFIS'