I am trying to build from sources pythonOCC on Win32 first so that I can learn 
how to later do it for win64 (which is my real need).  I downloaded 
oce,oce-bundle and pythonOCC.   My compiler is VS 8 2005.  After cmake utility 
generated projects oce-bundle built OK, but I am getting stuck with oce. First 
some include file for FreeTypePlus could not be found and also library.  When I 
added those (wherever I could find them)
C:\pythonOCC_all\QbProg-oce-win-bundle-f366715\libs\FreeImage\Wrapper\FreeImagePlus
C:\pythonOCC_all\QbProg-oce-win-bundle-f366715\libs\FreeImage\Source

C:\pythonOCC_all\oce-win-bundle\freeimage.cmake\debug

 to the include path, and the library path it went further, but now it cannot 
link TKGEomAlgo because

2>Linking...
.\tkgeomalgo.dir\debug\Version.res : fatal error LNK1136: invalid or corrupt 
file
2>Build log was saved at 
"file://c:\pythonOCC_all\oce\adm\cmake\TKGeomAlgo\TKGeomAlgo.dir\Debug\BuildLog.htm"
2>TKGeomAlgo - 1 error(s), 0 warning(s)

My understanding is that once oce builds, I'd need to do smash and geom 
projects from contrib (since I choose to have those options), and only then to 
build pythonOCC.  Is that correct?

Regards,
Vin


                                          
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to