* installing *source* package ‘GeoFIS’ ... ** package ‘GeoFIS’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++17 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c zoning_module.cpp -o zoning_module.o In file included from zoning_module.cpp:40: In file included from ./util/functional/maximum.hpp:46: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/algorithm/max_element.hpp:13: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/concept_check.hpp:20: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/concept/assert.hpp:7: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from zoning_module.cpp:47: In file included from ./geofis/algorithm/zoning/merge/area/area_merge.hpp:43: In file included from ./geofis/geometry/area/geometry_area.hpp:42: In file included from ./geofis/geometry/area/geometry_area_traits.hpp:42: In file included from ./CGAL/Polygon_2.h:31: In file included from ./CGAL/circulator.h:22: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from zoning_module.cpp:48: In file included from ./zoning_wrapper.h:43: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from zoning_module.cpp:48: In file included from ./zoning_wrapper.h:43: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c zoning_wrapper.cpp -o zoning_wrapper.o In file included from zoning_wrapper.cpp:39: In file included from ./zoning_wrapper.h:43: In file included from ./geofis/process/zoning/zoning_process.hpp:42: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/move/unique_ptr.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from zoning_wrapper.cpp:39: In file included from ./zoning_wrapper.h:43: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from zoning_wrapper.cpp:39: In file included from ./zoning_wrapper.h:43: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from zoning_wrapper.cpp:39: In file included from ./zoning_wrapper.h:43: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c util/double/double.cpp -o util/double/double.o In file included from util/double/double.cpp:41: In file included from ./util/double/boost_double_comparison.h:47: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/tools/floating_point_comparison.hpp:16: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/detail/global_typedef.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/utils/basic_cstring/basic_cstring.hpp:20: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp:19: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/detail/config.hpp:16: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c util/double/boost_double_comparison.cpp -o util/double/boost_double_comparison.o In file included from util/double/boost_double_comparison.cpp:39: In file included from ./util/double/boost_double_comparison.h:47: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/tools/floating_point_comparison.hpp:16: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/detail/global_typedef.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/utils/basic_cstring/basic_cstring.hpp:20: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp:19: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/test/detail/config.hpp:16: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/voronoi/voronoi_process_impl.cpp -o geofis/process/zoning/voronoi/voronoi_process_impl.o In file included from geofis/process/zoning/voronoi/voronoi_process_impl.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process_impl.hpp:42: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:45: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/functions.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/begin.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/config.hpp:14: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/detail/workaround.hpp:8: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/workaround.hpp:41: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/voronoi/voronoi_process_impl.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process_impl.hpp:42: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/voronoi/voronoi_process_impl.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process_impl.hpp:42: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/voronoi/voronoi_process_impl.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process_impl.hpp:42: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/voronoi/voronoi_process.cpp -o geofis/process/zoning/voronoi/voronoi_process.o In file included from geofis/process/zoning/voronoi/voronoi_process.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process.hpp:42: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/move/unique_ptr.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/voronoi/voronoi_process.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process.hpp:43: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/voronoi/voronoi_process.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process.hpp:43: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/voronoi/voronoi_process.cpp:39: In file included from ./geofis/process/zoning/voronoi/voronoi_process.hpp:43: In file included from ./geofis/process/zoning/voronoi/voronoi_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/neighborhood/neighborhood_process_impl.cpp -o geofis/process/zoning/neighborhood/neighborhood_process_impl.o In file included from geofis/process/zoning/neighborhood/neighborhood_process_impl.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_impl.hpp:42: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:45: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/functions.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/begin.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/config.hpp:14: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/detail/workaround.hpp:8: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/workaround.hpp:41: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/neighborhood/neighborhood_process_impl.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_impl.hpp:42: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/neighborhood/neighborhood_process_impl.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_impl.hpp:42: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/neighborhood/neighborhood_process_impl.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_impl.hpp:42: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/neighborhood/neighborhood_process.cpp -o geofis/process/zoning/neighborhood/neighborhood_process.o In file included from geofis/process/zoning/neighborhood/neighborhood_process.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process.hpp:42: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/move/unique_ptr.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/neighborhood/neighborhood_process.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process.hpp:43: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/neighborhood/neighborhood_process.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process.hpp:43: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/neighborhood/neighborhood_process.cpp:39: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process.hpp:43: In file included from ./geofis/process/zoning/neighborhood/neighborhood_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/fusion/fusion_process_impl.cpp -o geofis/process/zoning/fusion/fusion_process_impl.o In file included from geofis/process/zoning/fusion/fusion_process_impl.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process_impl.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:45: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/functions.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/begin.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/config.hpp:14: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/detail/workaround.hpp:8: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/workaround.hpp:41: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/fusion/fusion_process_impl.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process_impl.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/fusion/fusion_process_impl.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process_impl.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/fusion/fusion_process_impl.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process_impl.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/fusion/fusion_process.cpp -o geofis/process/zoning/fusion/fusion_process.o In file included from geofis/process/zoning/fusion/fusion_process.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process.hpp:42: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/move/unique_ptr.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/fusion/fusion_process.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/fusion/fusion_process.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/fusion/fusion_process.cpp:39: In file included from ./geofis/process/zoning/fusion/fusion_process.hpp:43: In file included from ./geofis/process/zoning/fusion/fusion_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/merge/merge_process_impl.cpp -o geofis/process/zoning/merge/merge_process_impl.o In file included from geofis/process/zoning/merge/merge_process_impl.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process_impl.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:45: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/functions.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/begin.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/config.hpp:14: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/detail/workaround.hpp:8: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/workaround.hpp:41: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/merge/merge_process_impl.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process_impl.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/merge/merge_process_impl.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process_impl.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/merge/merge_process_impl.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process_impl.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/merge/merge_process.cpp -o geofis/process/zoning/merge/merge_process.o In file included from geofis/process/zoning/merge/merge_process.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process.hpp:42: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/move/unique_ptr.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/merge/merge_process.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/merge/merge_process.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/merge/merge_process.cpp:39: In file included from ./geofis/process/zoning/merge/merge_process.hpp:43: In file included from ./geofis/process/zoning/merge/merge_process_traits.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/zoning_process_impl.cpp -o geofis/process/zoning/zoning_process_impl.o In file included from geofis/process/zoning/zoning_process_impl.cpp:39: In file included from ./geofis/process/zoning/zoning_process_impl.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:45: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/functions.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/begin.hpp:18: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/range/config.hpp:14: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/detail/workaround.hpp:8: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/workaround.hpp:41: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/zoning_process_impl.cpp:39: In file included from ./geofis/process/zoning/zoning_process_impl.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/zoning_process_impl.cpp:39: In file included from ./geofis/process/zoning/zoning_process_impl.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/zoning_process_impl.cpp:39: In file included from ./geofis/process/zoning/zoning_process_impl.hpp:42: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/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'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c geofis/process/zoning/zoning_process.cpp -o geofis/process/zoning/zoning_process.o In file included from geofis/process/zoning/zoning_process.cpp:39: In file included from ./geofis/process/zoning/zoning_process.hpp:42: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/move/unique_ptr.hpp:15: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config.hpp:48: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include/boost/config/stdlib/libcpp.hpp:98:11: warning: 'BOOST_NO_AUTO_PTR' macro redefined [-Wmacro-redefined] # define BOOST_NO_AUTO_PTR ^ :2:9: note: previous definition is here #define BOOST_NO_AUTO_PTR 1 ^ In file included from geofis/process/zoning/zoning_process.cpp:39: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:31: In file included from ./CGAL/assertions.h:350: In file included from ./CGAL/Uncertain.h:18: ./CGAL/Profile_counter.h:147:18: warning: variable 'total' set but not used [-Wunused-but-set-variable] unsigned total=0; ^ In file included from geofis/process/zoning/zoning_process.cpp:39: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:20: In file included from ./CGAL/Simple_cartesian.h:20: In file included from ./CGAL/Cartesian/Cartesian_base.h:20: In file included from ./CGAL/basic.h:33: In file included from ./CGAL/number_type_basic.h:49: ./CGAL/FPU.h:481:21: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:481:5: note: use constraint modifier "w" CGAL_IA_GETFPCW(cw); ^ ./CGAL/FPU.h:453:48: note: expanded from macro 'CGAL_IA_GETFPCW' #define CGAL_IA_GETFPCW(CW) asm volatile ("MRS %0, FPCR" : "=r" (CW)) ^ ./CGAL/FPU.h:491:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:491:3: note: use constraint modifier "w" CGAL_IA_SETFPCW(cw); ^ ./CGAL/FPU.h:452:54: note: expanded from macro 'CGAL_IA_SETFPCW' #define CGAL_IA_SETFPCW(CW) asm volatile ("MSR FPCR, %0" : :"r" (CW)) ^ In file included from geofis/process/zoning/zoning_process.cpp:39: In file included from ./geofis/process/zoning/zoning_process.hpp:43: In file included from ./geofis/process/zoning/zoning_process_traits.hpp:48: In file included from ./geofis/algorithm/zoning/geometry/zoning_geometry_traits.hpp:42: In file included from ./CGAL/Exact_predicates_exact_constructions_kernel.h:21: In file included from ./CGAL/Filtered_kernel.h:28: In file included from ./CGAL/internal/Static_filters/Static_filters.h:63: ./CGAL/internal/Static_filters/Do_intersect_3.h:304:7: warning: unused variable 'f1bis' [-Wunused-variable] F f1bis = (t1 - t1) - (t1 - t1); ^ ./CGAL/internal/Static_filters/Do_intersect_3.h:306:7: warning: unused variable 'f3' [-Wunused-variable] F f3 = f2 - f2; ^ 6 warnings generated. clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o GeoFIS.so RcppExports.o zoning_module.o zoning_wrapper.o util/double/double.o util/double/boost_double_comparison.o geofis/process/zoning/voronoi/voronoi_process_impl.o geofis/process/zoning/voronoi/voronoi_process.o geofis/process/zoning/neighborhood/neighborhood_process_impl.o geofis/process/zoning/neighborhood/neighborhood_process.o geofis/process/zoning/fusion/fusion_process_impl.o geofis/process/zoning/fusion/fusion_process.o geofis/process/zoning/merge/merge_process_impl.o geofis/process/zoning/merge/merge_process.o geofis/process/zoning/zoning_process_impl.o geofis/process/zoning/zoning_process.o -L/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/FisPro/lib -lmpfr -lgmp -lFisPro -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/GeoFIS.Rcheck/00LOCK-GeoFIS/00new/GeoFIS/libs ** generating debug symbols (dSYM) ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (GeoFIS)