Mon, 03/28/2022 - 19:45
Forums:
After installed occ7.6, I compiled it. but when compiling “Visualization”, I got the following four errors,
undefined signs "FT_LOAD_TARGET_LIGHT" ;
undefined signs "FT_LOAD_NO_HINTING" ;
undefined signs "FT_LOAD_FORCE_AUTOHINT" ;
undefined signs "FT_LOAD_NO_AUTOHINT" ;
would you be so kind to tell me why?
Attachments:
Thu, 05/12/2022 - 05:36
check the preprocessor definition.
Thu, 05/12/2022 - 12:19
Another way, open the "genconf.bat" file, change the visual studio version and third-party library, and save. Then double-click the "msvc.bat" file, open your visual studio, and compile it.
Tue, 05/17/2022 - 19:00
I have no "HAVE_FREETYPE" in my preprocessor definitions and still have the same errors...
See picture: #ifdef HAVE_FREETYPE will not build
Wed, 05/18/2022 - 11:19
Its a compile error an it should be fixed in the library! I just simply ifdeffed those lines too as a temporary solution...
Wed, 05/18/2022 - 12:30
David Toth wrote:
Sure, it would be nice fixing an issue - please propose a patch.
Mon, 08/01/2022 - 15:41
use cmake:
cmake -G "Visual Studio 14 2015" -A x64 .
The genproj.bat for windows has some problem with the configuration.