DiscussionsIssue archiveInstallation and Building

Archived discussion

Failed to build using Visual Studio 2017

Installation and BuildingTue, 06/23/2020 - 07:232 replies

Browse this forum
QuestionAuthor

Hello

I am trying to build the opencascade but it failed. I attached the error screenshot below. its total 16 error. i follow all the step from https://www.youtube.com/watch?v=sSGATBmrgQ0

here. But it shows error.

Thanks & needed help badly

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Errors indicate that TKService toolkit has not been linked to a proper FreeType library. Why this might happen cannot be deduced from log straight ahead.
One of the possible reasons is that configured FreeType library is of different version or has been built for another compiler or for another architecture / bitness (for this reason there is a matrix of pre-built libraries).

02Commenter-2

Thank you Commenter-1.