[vtk-developers] IO/Export/Testing/Cxx directory not being visited

Bill Lorensen bill.lorensen at gmail.com
Sat Dec 17 15:09:28 EST 2016


This patch is even better:
https://gitlab.kitware.com/vtk/vtk/merge_requests/2273


On Sat, Dec 17, 2016 at 2:12 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Continuing to talk amongst myself,
>
> I have a better patch.
> https://gitlab.kitware.com/vtk/vtk/merge_requests/2272
>
>
> On Sat, Dec 17, 2016 at 1:41 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>> More info.
>>
>> I needed to
>> //Request building vtkIOExportOpenGL2
>> Module_vtkIOExportOpenGL2:BOOL=ON
>>
>> which is OFF by default.
>>
>> Non-intuitive...
>>
>> I will submit a patch to move the RIB (renderman) code into its own
>> module. If does not need the complex logic of opengl2/glps.
>>
>> Bill
>>
>>
>>
>> On Sat, Dec 17, 2016 at 1:35 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>>> More info. I see this in the cmake output:
>>> -- Disable test module vtkIOExport-Test-Cxx since required modules are
>>> not enabled: vtkIOExportOpenGL2
>>>
>>>
>>> On Sat, Dec 17, 2016 at 1:00 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>>>> I used git bisect to find the problem. The culprit is:
>>>>
>>>> commit 480822bfbdbb7218feef6397695ed62808a2fa49
>>>> Author: Ken Martin <ken.martin at kitware.com>
>>>> Date:   Tue Feb 2 16:11:29 2016 -0500
>>>>
>>>>     reduce opengl2 module dependencies
>>>>
>>>>     Reduce opengl2 dependencies in two ways
>>>>     first move a class that renderingcore depends on from
>>>>     filterExtraction to FiltersGeneral. FiltersExtraction pulls
>>>>     in a lot of other modules where FiltersGeneral does not.
>>>>     FiltersExtraction already depends on filtersGeneral so it
>>>>     should be backwards compatible.
>>>>
>>>>     The second change is a new feature to allow a back implementation
>>>>     to be required or not. In this case gl2ps was originally required
>>>>     by OpenGl2 now it is optional. This required adding an option to
>>>>     the module code to specify when a backend implementation is required.
>>>>
>>>> On Sat, Dec 17, 2016 at 11:58 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>>>>> I'm sure I'm missing something. On my MAC and Ubuntu systems, the cxx
>>>>> tests for IO/Export are not being compiled.
>>>>>
>>>>> It seems that the CMakeLists.txt file in IO/Export/Testing/Cxx is not
>>>>> even being read at config time.
>>>>>
>>>>> What am I missing?
>>>>>
>>>>> Bill
>>>>>
>>>>> --
>>>>> Unpaid intern in BillsBasement at noware dot com
>>>>
>>>>
>>>>
>>>> --
>>>> Unpaid intern in BillsBasement at noware dot com
>>>
>>>
>>>
>>> --
>>> Unpaid intern in BillsBasement at noware dot com
>>
>>
>>
>> --
>> Unpaid intern in BillsBasement at noware dot com
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtk-developers mailing list