Compiling Opencascade 7.4.0 Error MinGw32

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

 

Attachments: 
Kirill Gavrilov's picture

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.

selman3004_150899's picture

Thank you Kirill.