[vtk-developers] Changes to vtkPlane broke build

Berk Geveci berk.geveci at kitware.com
Thu Jan 7 10:46:26 EST 2010


Take a look at this page:
https://www.kitware.com/InfovisWiki/index.php/VTK_Kit_Dependencies

-berk

On Thu, Jan 7, 2010 at 10:18 AM, Wes Turner <wes.turner at kitware.com> wrote:
> In order to avoid circular dependencies, VTK maintains a hierarchical
> structure for the modules.  It is legal to use other libraries, but only in
> a defined way.  So, for example, code in Filtering can reference Common, but
> Common can't reference Filtering.
> - Wes
>
> On Thu, Jan 7, 2010 at 10:14 AM, David Doria <daviddoria+vtk at gmail.com>
> wrote:
>>
>> On Thu, Jan 7, 2010 at 10:04 AM, Berk Geveci <berk.geveci at kitware.com>
>> wrote:
>> > Hi Karthik and David,
>> >
>> > Karthik's commit to vtkPlane broke some builds. I noticed that
>> > vtkPlane is now referring to vtkDataSet. It can't do that since
>> > vtkPlane is in Common and vtkDataSet is in Filtering. Please fix this
>> > somehow (without moving vtkPlane to Filtering).
>> >
>> > -berk
>> >
>>
>> Guys,
>>
>> I am travelling today. I can look at it first thing tomorrow if
>> Karthik doesn't get to it first. I wasn't aware that it is illegal to
>> use things from different libraries? Why is this the case?
>>
>> Thanks,
>>
>> David
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>
>
>
> --
> Wesley D. Turner, Ph.D.
> Kitware, Inc.
> Technical Leader
> 28 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4920
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>



More information about the vtk-developers mailing list