MantisBT - VTK
View Issue Details
0015968VTK(No Category)public2016-02-03 04:022016-07-07 10:44
pudl 
Dan Lipsa 
lowminorhave not tried
closedfixed 
6.3.0 
 
TBD
incorrect functionality
0015968: vtkfreetype function not mangled
The freetype function FT_Stream_OpenGzip does not have its matching mangling define in ThirdParty/freetype/vtkfreetype/include/vtk_freetype_mangle.h

Linker complains of symbol 'already defined' when mixing with Qt freetype, for instance.

Possibly add #define FT_Stream_OpenGzip freetype_FT_Stream_OpenGzip at Line 220 to resolve the error.
No tags attached.
Issue History
2016-02-03 04:02pudlNew Issue
2016-07-06 10:46Dan LipsaAssigned To => Dan Lipsa
2016-07-06 10:46Dan LipsaStatusbacklog => active development
2016-07-06 11:43Dan LipsaNote Added: 0036185
2016-07-07 10:44Dan LipsaNote Added: 0036329
2016-07-07 10:44Dan LipsaStatusactive development => closed
2016-07-07 10:44Dan LipsaResolutionopen => fixed

Notes
(0036185)
Dan Lipsa   
2016-07-06 11:43   
Fix in:
https://gitlab.kitware.com/vtk/vtk/merge_requests/1625 [^]
(0036329)
Dan Lipsa   
2016-07-07 10:44   
pudl, Thanks for reporting this bug.