[vtk-developers] Building VTK Master (8.90)
Ben Boeckel
ben.boeckel at kitware.com
Mon Jan 14 10:46:49 EST 2019
On Mon, Jan 14, 2019 at 10:27:49 -0500, Ben Boeckel wrote:
> On Sun, Jan 13, 2019 at 10:03:58 +1100, Andrew Maclean wrote:
> > Also fixed the errors:
> > usr/bin/ld: /usr/lib/x86_64-linux-gnu/libSM.so: undefined reference to
> > `uuid_unparse_lower at UUID_1.0'
> > /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libSM.so: undefined reference to
> > `uuid_generate at UUID_1.0'
> >
> > by adding -luuid to CMAKE_CXX_FLAGS
>
> This, IMO, is a FindPython issue. CMake issue filed here:
>
> https://gitlab.kitware.com/cmake/cmake/issues/18798
>
> Once it is fixed, we should backport it into VTK (and move it from the
> 3.13 directory to 3.14 or 3.15 depending on when it gets merged).
D'oh. I missed the `libSM` part. This is a FindX11 bug. I'll try to have
a fix this week.
--Ben
More information about the vtk-developers
mailing list