<div dir="ltr">Hello,<br>I can build all VTK 5.3 libraries with option "use system freetype" turned on.<br>I am using Windows and a static freetype lib.<br>However, when compiling the vtk Tests or my own application, I get<br>
errors of the following type:<br><br>vtkftgl.lib(FTFace.obj) : error LNK2019: unresolved external symbol __imp__FT_New_Face referenced in function "public: bool __thiscall FTFace::Open(char const *)" (?Open@FTFace@@QAE_NPBD@Z)<br>
vtkftgl.lib(FTFace.obj) : error LNK2019: unresolved external symbol __imp__FT_Attach_File referenced in function "public: bool __thiscall FTFace::Attach(char const *)" (?Attach@FTFace@@QAE_NPBD@Z)<br>vtkftgl.lib(FTFace.obj) : error LNK2019: unresolved external symbol __imp__FT_Done_Face referenced in function "public: void __thiscall FTFace::Close(void)" (?Close@FTFace@@QAEXXZ)<br>
<br>I double checked that the linker-directory and linker-input are both <br>set correctly to the static freetype lib.<br><br>Best regards,<br>Oliver<br><br></div>