Code: Select all
[41/5495] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o
FAILED: src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o
/usr/sbin/ccache /usr/lib/ccache/bin/c++ -DCSFDB -DDIY_NO_THREADS -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_CONFIG_H -DHAVE_LIMITS_H -DLIN -DMPICH_SKIP_MPICXX -DMPI_NO_CPPBIND -DOCC_CONVERT_SIGNALS -DOMPI_SKIP_MPICXX -DPYCXX_6_2_COMPATIBILITY -DQT_NO_KEYWORDS -DSMDS_EXPORTS -D_MPICC_H -D_OCC64 -Dkiss_fft_scalar=double -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/build/src/3rdParty/salomesmesh/SMDS_autogen/include -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/build -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/build/src -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/SMDS -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/Driver -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/DriverUNV -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/DriverDAT -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/DriverSTL -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/StdMeshers -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/inc -I/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/build/src/3rdParty/salomesmesh -isystem /usr/include/opencascade -isystem /usr/include/vtk -isystem /usr/include/freetype2 -Wall -Wextra -Wno-write-strings -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -w -Wno-sign-compare -Wno-reorder -Wno-switch -Wno-unused-variable -Wno-unused-but-set-variable -Wno-comment -Wno-unused-parameter -Wno-empty-body -Wno-pedantic -Wno-unused-result -Wno-cast-function-type -Wno-maybe-uninitialized -Wno-missing-field-initializers -std=gnu++17 -fPIC -fopenmp -MD -MT src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o -MF src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o.d -o src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o -c /__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp
/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp: In member function ‘void SMDS_UnstructuredGrid::BuildLinks()’:
/__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:1029:25: error: no matching function for call to ‘vtkCellLinks::BuildLinks(SMDS_UnstructuredGrid*)’
1029 | GetLinks()->BuildLinks(this);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/inc/SMDS_UnstructuredGrid.hxx:30,
from /__w/pacman-repo/pacman-repo/PKGBUILD/freecad-git/src/FreeCAD/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:20:
/usr/include/vtk/vtkCellLinks.h:56:8: note: candidate: ‘virtual void vtkCellLinks::BuildLinks()’
56 | void BuildLinks() override;
| ^~~~~~~~~~
/usr/include/vtk/vtkCellLinks.h:56:8: note: candidate expects 0 arguments, 1 provided