<div dir="ltr"><div>Hello,<br><br>I am using Ubuntu 13.10 64-bit with gcc version 4.8.1. When I tried to compile v5.8.0, I obtained the following error:<br><br>$ make<br>[  1%] Built target vtksys<br>[  2%] Built target vtkzlib<br>
[  2%] Built target H5detect<br>[  2%] Built target H5make_libsettings<br>[  2%] Building C object Utilities/vtkhdf5/src/CMakeFiles/vtkhdf5.dir/H5F.c.o<br>/home/krm15/GITROOT/VTKRel/VTK/Utilities/vtkhdf5/src/H5F.c: In function ‘H5F_build_actual_name’:<br>
/home/krm15/GITROOT/VTKRel/VTK/Utilities/vtkhdf5/src/H5F.c:2223:12: error: ‘S_IFLNK’ undeclared (first use in this function)<br>         if(S_IFLNK == (lst.st_mode &amp; S_IFMT)) {<br>            ^<br>/home/krm15/GITROOT/VTKRel/VTK/Utilities/vtkhdf5/src/H5F.c:2223:12: note: each undeclared identifier is reported only once for each function it appears in<br>
/home/krm15/GITROOT/VTKRel/VTK/Utilities/vtkhdf5/src/H5F.c:2223:38: error: ‘S_IFMT’ undeclared (first use in this function)<br>         if(S_IFLNK == (lst.st_mode &amp; S_IFMT)) {<br>                                      ^<br>
/home/krm15/GITROOT/VTKRel/VTK/Utilities/vtkhdf5/src/H5F.c:2228:27: error: ‘PATH_MAX’ undeclared (first use in this function)<br>             char realname[PATH_MAX];    /* Fully resolved path name of file */<br>                           ^<br>
make[2]: *** [Utilities/vtkhdf5/src/CMakeFiles/vtkhdf5.dir/H5F.c.o] Error 1<br>make[1]: *** [Utilities/vtkhdf5/src/CMakeFiles/vtkhdf5.dir/all] Error 2<br>make: *** [all] Error 2<br><br>I found this old bug report on this issue:<br>
<a href="http://vtk.org/Bug/view.php?id=12568">http://vtk.org/Bug/view.php?id=12568</a><br><br></div><div>I was wondering if this bug fix can be applied to the VTK5 release.<br><br></div><div>Thank you,<br><br>Kishore<br>
</div></div>