Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] vtk libraries

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] vtk libraries


Chronological Thread 
  • From: Dr01TSPC <>
  • To:
  • Subject: Re: [cgal-discuss] vtk libraries
  • Date: Tue, 11 Dec 2018 12:31:58 -0600 (CST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:9XrBmxfv/DjXYT9dhhMLdZgHlGMj4u6mDksu8pMizoh2WeGdxcu7bR7h7PlgxGXEQZ/co6odzbaO4+a4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahYr5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM3/mHZhNJzgq1ZrhKvuhNwzJLbboyOKPpzfL/Rcc8GSWZdQMpcUTFKDIOmb4sICuoMJehWr5Phq1cTsxWwGBOiCf3ywTJPmn/23Kg60+M9EQHG3A0sBc4Bv27QrNrrL6oSXuW1w7PJzTXHdf9ZxTD96I3Rfx0nvPqCU7Vwcc/LxkkuEQPIllOQppb+MDyO0uQCrXKX4PZnVeKqjWMstgJ/oiC3y8sxjoTEgpgZx17H+Cljw4s4JMe0RU96bNOiDZBerTuVN5FsTcMnW2xouDg1yrkBuZOjeigHx44rxxjFZPOcaIeI5gzsWPyNLjd/gXJpYLO/hxCs/ki80uDwS8253VJQoidLkdTArHMA2h3J5sWGS/Zx5kKh1iyO1wDX5OFEO0c0la/DJp49w74wk50TsVjDHi72gkn5kLWZdkE69eWz5OTnZ6/ppp6YN4Nulg7+NaEultSlAeskKggOQ3Sb+eOk2bL/8k32WrFKguQrnanYq5DVOdkbprWiAwJOyYYi6xO/Dy+839gCnHkHKkhFeBOdgITzNVHOOqOwMfDqiFullHJnxuvNI6b6KpTLNHnK1rn7Lphn7EsJ5BBrlOxk37kcXq0AJfXvWl63v9XcAzc2NgW1x6DsD9ArhdBWYn6GHqLMaPCailSP/O96e7DdNr9Qgy70Lr0e39CriHY4nVEHeqzwhMkYbXm5GrJtJEDLOiOw0OdEKn8Du08FdMKvkEeLCGcBaHO7XqZ67TY+Wtr/UNXzA7u1ibnE5x+VW51bYmcfVwKKTTHufo+OX/pKYyWXcJZs

Marc:

To get a more complete set of vtk libraries, I installed a set of vtk7
files:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apt list --installed | grep vtk7

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

libvtk7-dev/bionic,now 7.1.1+dfsg1-2 amd64 [installed]
libvtk7-java/bionic,now 7.1.1+dfsg1-2 amd64 [installed,automatic]
libvtk7-jni/bionic,now 7.1.1+dfsg1-2 amd64 [installed,automatic]
libvtk7-qt-dev/bionic,now 7.1.1+dfsg1-2 amd64 [installed]
libvtk7.1/bionic,now 7.1.1+dfsg1-2 amd64 [installed,automatic]
libvtk7.1-qt/bionic,now 7.1.1+dfsg1-2 amd64 [installed,automatic]
python3-vtk7/bionic,now 7.1.1+dfsg1-2 amd64 [installed,automatic]
tcl-vtk7/bionic,now 7.1.1+dfsg1-2 amd64 [installed,automatic]
vtk7/bionic,now 7.1.1+dfsg1-2 amd64 [installed]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

But there are issues with VTK, as noted in the output to the initial 4.13
cmake (sudo cmake .):

.
.
.
-- The imported target "vtkRenderingPythonTkWidgets" references the file
"/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
but not all the files it references.

-- The imported target "vtk" references the file
"/usr/bin/vtk"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
but not all the files it references.

-- VTK found

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Note that I was able to:
cmake, make, make install CGAL 4.13
cmake, make in Mesh_3
execute mesh_polyhedral_domain (elephant.off).

What, if anything, can I do to make CGAL happy with my VTK files?

Thanks,
Tim





--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page