DiscussionsIssue archiveInstallation and Building

Archived discussion

Compiling Opencascade 7.4.0 Error MinGw32

Installation and BuildingFri, 12/27/2019 - 11:332 replies

Browse this forum
QuestionAuthor

Hi, 

i tried to compile and build new version of opencascade, configured and generated by using Cmake succesfully. Then on Cmd I wrote "mingw32-make" to start build.  But unexpected error was occurred. Any suggestion to fix this problem? 

I attached screenshot of error.

Third party libraries that i used

freeimage-3.17.0

freetype-2.5.5

tcltk

 

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Make sure your building toolchain meets minimal requirements:
https://dev.opencascade.org/doc/overview/html/index.html#OCCT_OVW_SECTION_5

Note that MinGW-w64 is required for building OCCT (obsolete MinGW is not supported).
Please also provide details (versions) of used building toolchain, if it looks up-to-date.

02Author

Thank you Kirill.