View Issue Details

IDProjectCategoryView StatusLast Update
0028208Open CASCADEOCCT:Configurationpublic2017-02-28 10:36
ReporterssvAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionnot fixable 
Target Version7.2.0 
Summary0028208: Compile with VTK 7.1.0
DescriptionVTK 7.1.0 has been recently released. For the current OCCT master, I get a linker error due to lack of vtkRenderingGL2PSOpenGL2-7.1.lib in OCCT linker's options. It is necessary to add this lib in order to keep our support of VTK.
TagsNo tags attached.
Test case number

Attached Files

  • patchToOCCT.txt (4,023 bytes)

Relationships

has duplicate 0028488 closedapn Community VIS - fix compilation with VTK 8.2 

Activities

ssv

2016-12-10 12:37

developer   ~0061553

Note that some functions used in IVtkVTK_ShapeData became deprecated in VTK 7.1 and will be removed in VTK 8. vtkAOSDataArrayTemplate::InsertNextTupleValue has to be changed with vtkGenericDataArray::InsertNextTypedTuple.

jensgw

2017-02-27 19:38

reporter  

patchToOCCT.txt (4,023 bytes)

jensgw

2017-02-27 19:39

reporter   ~0064015

Uhm, sorry that was the wrong Bug for the File, Please remove.

Issue History

Date Modified Username Field Change
2016-12-09 15:29 ssv New Issue
2016-12-09 15:29 ssv Assigned To => bugmaster
2016-12-10 12:37 ssv Note Added: 0061553
2017-02-25 21:06 san Relationship added has duplicate 0028488
2017-02-27 19:38 jensgw File Added: patchToOCCT.txt
2017-02-27 19:39 jensgw Note Added: 0064015
2017-02-28 10:36 bugmaster Status new => closed
2017-02-28 10:36 bugmaster Resolution open => not fixable