Could not file a bug report in Gitlab, false positive as spam.

Hi,
I could not post bug report in ParaView Gitlab repo.


The form contains the following error:

    Your issue has been recognized as spam. Please, change the content to proceed.

My report is

Title
Error build from source ParaView 5.12.1 Ubuntu 22.04 error: ‘GMSH_SET’ was not declared in this scope

Body
ParaView 5.12.1 failed to build from source on Ubuntu 22.04.
This is not Flatpak, but Ubuntu 22.04 container (Distrobox podman) on openSUSE Tumbleweed host.

Install deps
sudo apt-get install git cmake build-essential libgl1-mesa-dev libxt-dev qt5-default libqt5x11extras5-dev libqt5help5 qttools5-dev qtxmlpatterns5-dev-tools libqt5svg5-dev python3-dev python3-numpy libopenmpi-dev libtbb-dev ninja-build libeigen3-dev gmsh libgmsh-dev libgmsh-private-headers-dev libgmsh4.8 python3-gmsh

Unpack ParaView 5.12.1 source.

mkdir build
cd build
cmake .. -G Ninja -DPARAVIEW_PLUGIN_ENABLE_GmshIO:BOOL=ON -DPARAVIEW_PLUGIN_ENABLE_GmshReader:BOOL=ON -DCMAKE_CXX_FLAGS="-I/usr/include/eigen3" -DCMAKE_C_FLAGS="-I/usr/include/eigen3"
ninja
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkMaxAccumulator.cxx:85:5: note: in expansion of macro ‘vtkWarningMacro’
   85 |     vtkWarningMacro(<< "Could not DeepCopy " << maxAccumulator->GetClassName() << " to "
      |     ^~~~~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:33,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractAccumulator.h:25,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkMaxAccumulator.h:15,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkMaxAccumulator.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObjectBase.h:78:15: note: in a call to non-static member function ‘const char* vtkObjectBase::GetClassName() const’
   78 |   const char* GetClassName() const;
      |               ^~~~~~~~~~~~
[56/2982] Building CXX object Plugins/GmshReader/Reader/CMakeFiles/vtkGmshReader.dir/vtkGmshReader.cxx.o
FAILED: Plugins/GmshReader/Reader/CMakeFiles/vtkGmshReader.dir/vtkGmshReader.cxx.o 
/usr/bin/c++ -DFMT_SHARED -Dkiss_fft_scalar=double -DvtkGmshReader_EXPORTS -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/Plugins/GmshReader/Reader -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/GmshReader/Reader -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Common/Core -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/token/vtktoken/token -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/token/vtktoken/token -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/token/vtktoken -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/token/vtktoken -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/nlohmannjson/vtknlohmannjson -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/nlohmannjson/vtknlohmannjson -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Common/ExecutionModel -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/ExecutionModel -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Common/DataModel -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/DataModel -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Common/Math -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Math -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/kissfft/vtkkissfft -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/kissfft/vtkkissfft -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Common/Transforms -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Transforms -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTKExtensions/Core -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTKExtensions/Core -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/Utilities/Versioning -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Utilities/Versioning -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/IO/XML -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/IO/XML -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/IO/XMLParser -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/IO/XMLParser -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/fmt/vtkfmt -I/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/fmt/vtkfmt -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Utilities/KWIML -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Utilities/KWIML -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/Utilities/KWSys -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Utilities/KWSys -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/token -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/token -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/nlohmannjson -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/nlohmannjson -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/kissfft -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/kissfft -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/cli11 -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/cli11 -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/build/VTK/ThirdParty/fmt -isystem /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/ThirdParty/fmt -isystem /usr/include/gmsh -I/usr/include/eigen3  -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=c++11 -MD -MT Plugins/GmshReader/Reader/CMakeFiles/vtkGmshReader.dir/vtkGmshReader.cxx.o -MF Plugins/GmshReader/Reader/CMakeFiles/vtkGmshReader.dir/vtkGmshReader.cxx.o.d -o Plugins/GmshReader/Reader/CMakeFiles/vtkGmshReader.dir/vtkGmshReader.cxx.o -c /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/GmshReader/Reader/vtkGmshReader.cxx
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/GmshReader/Reader/vtkGmshReader.cxx: In member function ‘int vtkGmshReader::ReadGeomAndFieldFile(int&, vtkUnstructuredGrid*)’:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/GmshReader/Reader/vtkGmshReader.cxx:317:34: error: ‘GMSH_SET’ was not declared in this scope
  317 |   opt_mesh_ignore_periodicity(0, GMSH_SET, 1); // Critical for distrubuted  meshes with periodic
      |                                  ^~~~~~~~
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/GmshReader/Reader/vtkGmshReader.cxx:317:3: error: ‘opt_mesh_ignore_periodicity’ was not declared in this scope
  317 |   opt_mesh_ignore_periodicity(0, GMSH_SET, 1); // Critical for distrubuted  meshes with periodic
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/GmshReader/Reader/vtkGmshReader.cxx:319:3: error: ‘opt_mesh_partition_create_topology’ was not declared in this scope
  319 |   opt_mesh_partition_create_topology(0, GMSH_SET, 0.); // For safety
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[61/2982] Building CXX object Plugins/HyperTreeGridADR/HyperTreeGridFilters/CMakeFiles/HyperTreeGridFilters.dir/vtkStandardDeviationArrayMeasurement.cxx.o
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:34,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx: In member function ‘void vtkArithmeticAccumulator<FunctorT>::ShallowCopy(vtkObject*) [with FunctorT = vtkIdentityFunctor]’:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:100:49: warning: ‘this’ pointer is null [-Wnonnull]
  100 |     vtkWarningMacro(<< "Could not ShallowCopy " << arithmeticAccumulator->GetClassName() << " to "
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkSetGet.h:897:20: note: in definition of macro ‘vtkWarningWithObjectMacro’
  897 |       vtkmsg << "" x;                                                                              \
      |                    ^
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:100:5: note: in expansion of macro ‘vtkWarningMacro’
  100 |     vtkWarningMacro(<< "Could not ShallowCopy " << arithmeticAccumulator->GetClassName() << " to "
      |     ^~~~~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:33,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObjectBase.h:78:15: note: in a call to non-static member function ‘const char* vtkObjectBase::GetClassName() const’
   78 |   const char* GetClassName() const;
      |               ^~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:34,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx: In member function ‘void vtkArithmeticAccumulator<FunctorT>::DeepCopy(vtkObject*) [with FunctorT = vtkIdentityFunctor]’:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:119:46: warning: ‘this’ pointer is null [-Wnonnull]
  119 |     vtkWarningMacro(<< "Could not DeepCopy " << arithmeticAccumulator->GetClassName() << " to "
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkSetGet.h:897:20: note: in definition of macro ‘vtkWarningWithObjectMacro’
  897 |       vtkmsg << "" x;                                                                              \
      |                    ^
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:119:5: note: in expansion of macro ‘vtkWarningMacro’
  119 |     vtkWarningMacro(<< "Could not DeepCopy " << arithmeticAccumulator->GetClassName() << " to "
      |     ^~~~~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:33,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObjectBase.h:78:15: note: in a call to non-static member function ‘const char* vtkObjectBase::GetClassName() const’
   78 |   const char* GetClassName() const;
      |               ^~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:34,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx: In member function ‘void vtkArithmeticAccumulator<FunctorT>::ShallowCopy(vtkObject*) [with FunctorT = vtkSquareFunctor]’:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:100:49: warning: ‘this’ pointer is null [-Wnonnull]
  100 |     vtkWarningMacro(<< "Could not ShallowCopy " << arithmeticAccumulator->GetClassName() << " to "
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkSetGet.h:897:20: note: in definition of macro ‘vtkWarningWithObjectMacro’
  897 |       vtkmsg << "" x;                                                                              \
      |                    ^
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:100:5: note: in expansion of macro ‘vtkWarningMacro’
  100 |     vtkWarningMacro(<< "Could not ShallowCopy " << arithmeticAccumulator->GetClassName() << " to "
      |     ^~~~~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:33,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObjectBase.h:78:15: note: in a call to non-static member function ‘const char* vtkObjectBase::GetClassName() const’
   78 |   const char* GetClassName() const;
      |               ^~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:34,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx: In member function ‘void vtkArithmeticAccumulator<FunctorT>::DeepCopy(vtkObject*) [with FunctorT = vtkSquareFunctor]’:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:119:46: warning: ‘this’ pointer is null [-Wnonnull]
  119 |     vtkWarningMacro(<< "Could not DeepCopy " << arithmeticAccumulator->GetClassName() << " to "
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkSetGet.h:897:20: note: in definition of macro ‘vtkWarningWithObjectMacro’
  897 |       vtkmsg << "" x;                                                                              \
      |                    ^
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkArithmeticAccumulator.txx:119:5: note: in expansion of macro ‘vtkWarningMacro’
  119 |     vtkWarningMacro(<< "Could not DeepCopy " << arithmeticAccumulator->GetClassName() << " to "
      |     ^~~~~~~~~~~~~~~
In file included from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObject.h:33,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkAbstractArrayMeasurement.h:38,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.h:19,
                 from /home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkStandardDeviationArrayMeasurement.cxx:5:
/home/kevin/Desktop/Flatpak/org.paraview.ParaView-1/ubuntu/VTK/Common/Core/vtkObjectBase.h:78:15: note: in a call to non-static member function ‘const char* vtkObjectBase::GetClassName() const’
   78 |   const char* GetClassName() const;
      |               ^~~~~~~~~~~~
[69/2982] Building CXX object VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/vector_analysis/CMakeFiles/vtkm_filter_vector_analysis.dir/SurfaceNormals.cxx.o
ninja: build stopped: subcommand failed.

What is your gitlab username ?

Kevin Tee

@kevinsmia1939

You can now post the issue in gitlab

1 Like