Hello Carsten,

>
>> b) opensg\Source\Contrib\VTK\OSGVTKPolyDataMapper.cpp line 394
>> #ifdef OSG_WITH_VTK_6
>>       pMapper->Update();
>> #else
>>       pMapper->GetInput()->Update();
>> #endif
>>
>> and added a the flag OSG_WITH_VTK_6. I'm not sure if this change is
>> semantically correct, but at least it compiles fine :-)
>
> hmm, I suspect it does change the meaning (not sure though), but I'm
> wondering more why this is necessary? At least according to the docs
> vtkMapper::GetInput() has not been removed in vtk 6.
> Could you post the error message?
>
No, not currently. But the vtkDataObject does not have an Update() 
method anymore.

See:
http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guide
http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Removal_of_Methods_for_Manipulating_Update_Extent

>
> You should have OPENEXR_USE_DLL show up as an option in your cmake
> configuration; the line OSG_OPTION(OPENEXR_USE_DLL OFF) just sets the
> default value.
>
Ok, I will try this option :-)

Best,
Johannes



------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to