1

when I compile Visualization folder, that is the error in Font_FTFont.cxx I made the error go away by changing

#ifdef HAVE_FREETYPE
  #include <ft2build.h>
  #include FT_FREETYPE_H
#endif
// changed to 
#ifndef HAVE_FREETYPE
  #include <ft2build.h>
  #include FT_FREETYPE_H
#endif

I don't know how to fix the error and whether my change has major hidden issues?

0 Answers0