[vtk-developers] Cycles introduced in recent commit

Sebastien Jourdain sebastien.jourdain at kitware.com
Thu Dec 13 09:39:51 EST 2018


Hi Bill,

Let me know if you run into something strange like that again...

Thanks,

Seb

On Wed, Dec 12, 2018 at 10:49 PM Bill Lorensen <bill.lorensen at gmail.com>
wrote:

> I just cleared my CMakeLists.txt file and the cycle is gone. I must
> have had something turned on that caused the cycle. I'll keep an eye
> on this one.
>
> On Wed, Dec 12, 2018 at 8:57 PM Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
> >
> > Sebastien,
> >
> > Yur IO/Web has introduced a cyclic dependency.
> >
> > Bill
> >
> > CMake Error: The inter-target dependency graph contains the following
> > strongly connected component (cycle):
> >
> >   "vtkOpenGL" of type SHARED_LIBRARY
> >
> >     depends on "vtkRendering" (weak)
> >
> >     depends on "vtkDomainsChemistry" (weak)
> >
> >     depends on "vtkIO" (weak)
> >
> >     depends on "vtkIOExport" (weak)
> >
> >     depends on "vtkRenderingGL2PSOpenGL2" (weak)
> >
> >     depends on "vtkDomainsChemistryOpenGL2Objects" (strong)
> >
> >   "vtkRendering" of type SHARED_LIBRARY
> >
> >     depends on "vtkIO" (weak)
> >
> >     depends on "vtkIOExport" (weak)
> >
> >     depends on "vtkRenderingGL2PSOpenGL2" (weak)
> >
> >     depends on "vtkOpenGL" (weak)
> >
> >     depends on "vtkDomainsChemistry" (weak)
> >
> >   "vtkIO" of type SHARED_LIBRARY
> >
> >     depends on "vtkIOExport" (weak)
> >
> >     depends on "vtkRendering" (weak)
> >
> >     depends on "vtkRenderingGL2PSOpenGL2" (weak)
> >
> >     depends on "vtkOpenGL" (weak)
> >
> >     depends on "vtkDomainsChemistry" (weak)
> >
> >     depends on "vtkIOWebObjects" (strong)
> >
> >   "vtkDomainsChemistry" of type SHARED_LIBRARY
> >
> >     depends on "vtkIO" (weak)
> >
> >     depends on "vtkIOExport" (weak)
> >
> >     depends on "vtkRendering" (weak)
> >
> >     depends on "vtkRenderingGL2PSOpenGL2" (weak)
> >
> >     depends on "vtkOpenGL" (weak)
> >
> >   "vtkDomainsChemistryOpenGL2Objects" of type OBJECT_LIBRARY
> >
> >     depends on "vtkDomainsChemistry" (strong)
> >
> >   "vtkRenderingGL2PSOpenGL2" of type SHARED_LIBRARY
> >
> >     depends on "vtkOpenGL" (weak)
> >
> >     depends on "vtkRendering" (weak)
> >
> >     depends on "vtkDomainsChemistry" (weak)
> >
> >     depends on "vtkIO" (weak)
> >
> >     depends on "vtkIOExport" (weak)
> >
> >   "vtkIOExport" of type SHARED_LIBRARY
> >
> >     depends on "vtkIO" (weak)
> >
> >     depends on "vtkRendering" (weak)
> >
> >     depends on "vtkRenderingGL2PSOpenGL2" (weak)
> >
> >     depends on "vtkOpenGL" (weak)
> >
> >     depends on "vtkDomainsChemistry" (weak)
> >
> >   "vtkIOWebObjects" of type OBJECT_LIBRARY
> >
> >     depends on "vtkIOExport" (strong)
> >
> > At least one of these targets is not a STATIC_LIBRARY.  Cyclic
> > dependencies are allowed only among static libraries.
> >
> > -- Build files have been written to: /Users
> >
> >
> > --
> > Unpaid intern in BillsParadise at noware dot com
>
>
>
> --
> Unpaid intern in BillsParadise at noware dot com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20181213/78cab921/attachment-0001.html>


More information about the vtk-developers mailing list