Board index FlightGear Support Compiling

Compilation issues with TerraGear (again)

Building FlightGear from source, and in the need for help?

Compilation issues with TerraGear (again)

Postby TheEagle » Wed Jul 28, 2021 10:25 am

So I'm trying to build Terragear again. I have git cloned the ws2.0 branch of the SourceForge terragear repository, run CMake confgure step:
Code: Select all
/mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-build$ cmake -D CMAKE_BUILD_TYPE="Release" -D CMAKE_CXX_FLAGS_RELEASE="-O3 -pipe" -D CMAKE_C_FLAGS_RELEASE="-O3 -pipe" -D CMAKE_INSTALL_PREFIX:PATH=/mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local ../terragear-source
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMAKE_MODULE_PATH is /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-source/CMakeModules;
-- Found Boost: /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/lib/cmake/Boost-1.76.0/BoostConfig.cmake (found version "1.76.0") found components: system thread
-- SimGear include directory: /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/include
-- found SimGear version: 2020.4.0 (needed 3.1.0)
-- looking for static SimGear libraries
-- found SimGear libraries
-- Performing Test SIMGEAR_COMPILE_TEST
-- Performing Test SIMGEAR_COMPILE_TEST - Success
-- Using header-only CGAL
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
-- Found Boost: /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/lib/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.48") 
-- Boost include dirs: /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/include
-- Boost libraries:   
-- Using gcc version 4 or later. Adding -frounding-math
-- Found CGAL 5.2
-- Build type: Release
-- USING CXXFLAGS = ' -std=c++11 -O3 -pipe'
-- USING EXEFLAGS = ' '
-- Requested component: Core
-- Requested component: MPFR
-- Requested component: GMP
-- coreSources is [.........................]
-- includePaths is polygon_set;vector_intersections;mesh;./
--  add include dir polygon_set
--  add include dir vector_intersections
--  add include dir mesh
--  add include dir ./
-- Configuring done
-- Generating done
-- Build files have been written to: /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-build

Looks fine. but when I try to build (second run), it fails (but did thhis already on first run):
Code: Select all
make
[  1%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/vector_intersections/tg_segmentnetwork_ars.cxx.o
/mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-source/src/Lib/terragear/vector_intersections/tg_segmentnetwork_ars.cxx: In member function ‘Result_type tgSegmentNetwork::_walk_from_vertex(segnetVertexHandle, const segnetPoint&, bool, Halfedge_set&) const’:
/mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-source/src/Lib/terragear/vector_intersections/tg_segmentnetwork_ars.cxx:620:82: error: cannot convert ‘Result_type’ {aka ‘boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >’} to ‘const Type*’ {aka ‘const boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >*’}
  620 | gnetVertexHandle* p_vh = Result().assign<segnetVertexHandle>(obj);
      |                                                              ^~~
      |                                                              |
      |                                                              Result_type {aka boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >}

In file included from /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/include/CGAL/Arr_accessor.h:25,
                 from /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/include/CGAL/Arrangement_on_surface_2.h:43,
                 from /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/include/CGAL/Arrangement_2.h:26,
                 from /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-source/src/Lib/terragear/vector_intersections/tg_segmentnetwork.hxx:13,
                 from /mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-source/src/Lib/terragear/vector_intersections/tg_segmentnetwork_ars.cxx:12:
/mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/.local/include/CGAL/Arr_point_location_result.h:102:38: note:   initializing argument 1 of ‘static const T* CGAL::Arr_point_location_result<Arrangement_>::assign(const Type*) [with T = CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>; Arrangement_ = CGAL::Arrangement_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> >; CGAL::Arr_point_location_result<Arrangement_>::Type = boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >; typename Arrangement_::Halfedge_const_handle = CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>; typename Arrangement_::Face_const_handle = CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag>; typename Arrangement_::Vertex_const_handle = CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>]’
  102 |   inline const T* assign(const Type* obj) { return boost::get<T>(obj); }
      |                          ~~~~~~~~~~~~^~~
/mnt/DATEN/blender-2.83.0-linux64/2.83/datafiles/colormanagement/filmic/terragear-source/src/Lib/terragear/vector_intersections/tg_segmentnetwork_ars.cxx:628:51: error: cannot convert ‘Result_type’ {aka ‘boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >’} to ‘const Type*’ {aka ‘const boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >*’}
  628 |         if (Result().assign<segnetHalfedgeHandle>(obj) ||
      |                                                   ^~~
      |                                                   |
      |                                                   Result_type {aka boost::variant<CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_concrete_vertex, CGAL::internal::In_place_list_iterator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_vertex<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Vertex, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_halfedge, CGAL::internal::In_place_list_iterator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_halfedge<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Halfedge, long int, std::bidirectional_iterator_tag>, CGAL::I_Filtered_const_iterator<CGAL::internal::In_place_list_const_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::_Is_valid_face, CGAL::internal::In_place_list_iterator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base>, std::allocator<CGAL::Arr_face<CGAL::Arr_vertex_base<CGAL::Point_2<CGAL::Epeck> >, CGAL::Arr_halfedge_base<CGAL::_Curve_data_ex<CGAL::Arr_segment_2<CGAL::Epeck>, CGAL::_Unique_list<CurveData> > >, CGAL::Arr_face_base> > >, CGAL::Arrangement_on_surface_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_bounded_planar_topology_traits_2<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData>, CGAL::Arr_default_dcel<CGAL::Arr_consolidated_curve_data_traits_2<CGAL::Arr_segment_traits_2<>, CurveData> > > >::Face, long int, std::bidirectional_iterator_tag> >}

[…]

make[2]: *** [src/Lib/terragear/CMakeFiles/terragear.dir/build.make:264: src/Lib/terragear/CMakeFiles/terragear.dir/vector_intersections/tg_segmentnetwork_ars.cxx.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:983: src/Lib/terragear/CMakeFiles/terragear.dir/all] Fehler 2
make: *** [Makefile:171: all] Fehler 2

Wrong CGAL version ? I have no idea ... :roll: :? :( I just know all these huge errors come from one function (or, the wrong type of one object in that function) …
Cessna 210 (Wiki)
My other aircraft: my wiki profile !
Other: FGTools (GitHub)
World tour: View on SkyVector
Please consider donating $1 / €1 to help me finance a new camera !
User avatar
TheEagle
 
Posts: 3433
Joined: Sat May 01, 2021 3:27 pm
Location: France
Pronouns: You, he
Callsign: F-EAGLE
IRC name: none
Version: Git next
OS: Ubuntu Studio 22.04

Re: Compilation issues with TerraGear (again)

Postby legoboyvdlp » Wed Jul 28, 2021 10:45 am

I see your terragear source is within the files for your Blender filmic addon ... which is to me a little bizarre. Blender has a lot of its own libraries etc. So just as a suggestion, maybe locate it elsewhere separately? This is just a wild guess which may or may not help but I really can't understand the reason to compile _inside_ the Blender internal files and it might have the potential to cause problemss.

It looks like its actually found a good cgal version (at configure stage) but its not working (make stage).
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: Compilation issues with TerraGear (again)

Postby TheEagle » Wed Jul 28, 2021 12:24 pm

Moving the source directory and the directory containing all dependencies into /mnt/DATEN, reconfiguring and rebuilding did not help - I got the same error. Maybe my CGAL/Boost is too new ? I mean, ws2.0 is already a couple of years old, and at that time, the version I downloaded maybe didn't exist yet and so there was no need to check for CGAL or Boost being too new ? Which CGAL and Boost versions were the stable ones at the time of writing of the terragear:ws2.0 branch ?
Cessna 210 (Wiki)
My other aircraft: my wiki profile !
Other: FGTools (GitHub)
World tour: View on SkyVector
Please consider donating $1 / €1 to help me finance a new camera !
User avatar
TheEagle
 
Posts: 3433
Joined: Sat May 01, 2021 3:27 pm
Location: France
Pronouns: You, he
Callsign: F-EAGLE
IRC name: none
Version: Git next
OS: Ubuntu Studio 22.04


Return to Compiling

Who is online

Users browsing this forum: No registered users and 3 guests