Hello,
I have found another error when compiling ParaView 5.8.0-RC1 with gcc 4.8.5 on RHEL 7.7
gcc --version
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
The error is here
/home/joeh/PV/Build_5.8.0-RC1_mesa/superbuild/paraview/src/VTK/Filters/Extraction/vtkValueSelector.cxx: In lambda function:
/home/joeh/PV/Build_5.8.0-RC1_mesa/superbuild/paraview/src/VTK/Filters/Extraction/vtkValueSelector.cxx:101:9: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2085
std::transform(fRange.cbegin(), fRange.cend(), insideRange.begin(),
^
Please submit a full bug report,
with preprocessed source if appropriate.
See http://bugzilla.redhat.com/bugzilla for instructions.
The relevant code was added by this commit about a month ago
Commit c5882994
authored 1 month ago by Allison Vacanti
Options
Remove vtkDataArrayAccessor from vtkValueSelector.cxx.
Thanks,
Joe Hennessey