[vtk-developers] Cycles introduced in recent commit

Bill Lorensen bill.lorensen at gmail.com
Thu Dec 13 00:48:52 EST 2018


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


More information about the vtk-developers mailing list