Hi,
I am trying to compile ParaView 5.2.0 RC3 (http://www.paraview.org) with GUI support. The GUI is written in QT and the compiler gives error like following,
[ 88%] Building CXX object Qt/Components/CMakeFiles/pqComponents.dir/pqPresetToPixmap.cxx.o"
: internal error: 101004_111
compilation aborted for /okyanus/users/uturuncoglu/progs/paraview-5.2.0rc3/src/Qt/Components/pqPresetToPixmap.cxx (code 4)
make[2]: *** [Qt/Components/CMakeFiles/pqComponents.dir/pqPresetToPixmap.cxx.o] Error 4
make[1]: *** [Qt/Components/CMakeFiles/pqComponents.dir/all] Error 2make: *** [all] Error 2
I am using icpc version 17.0.0 (gcc version 4.8.5 compatibility) - 2017.0.098 under CentOS Linux release 7.2.1511 (Core) - 3.10.0-327.36.1.el7.x86_64 #1 SMP Sun Sep 18 13:04:29 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux. The same code compiles without any problem with icpc version 16.0.1 (gcc version 4.8.5 compatibility). I just wonder about the meaning of the internal error code 101004_111. Is it possible to solve the issue or do i need to wait until it is fixed by Intel probably in the future releases?
Regards,
--ufuk