Hi
I installed the vtk 9 with following steps:
$ git clone https://gitlab.kitware.com/vtk/vtk.git
$ cd vtk
$ mkdir build
$ cd build
$ cmake -DVTK_OPENGL_HAS_EGL=ON -DVTK_OPENGL_USE_GLES=ON
$ make -j4
$ sudo make install
it completely installed
I install the opengl successful and I able to run examples of opengl with this commands
$ glxheads
$ glxgears
and it runs with no problem
but when I trying to run simple example of VTK (like: CylinderExample) it gives me a looottt of errors which I don’t know what that is :
this is my errors:
and this
Environment:
1: Raspberry pi 4
2: RAM: 8GB
3: OS: Ubuntu 20
4: GCC: 11.4
5: clang: 15
6: cmake: 3.22
7: VTK: 9
I try to build with clang compiler but no change anything…
what is the problem exactly ?