2012/1/10 Kermit <[email protected]> > Hi, > > i've try to compile Python OCC with VS2010, Win64 and Python 2.7 > > compilation and build of OCE-bundle OK > compilation and build of OCE ( fresh git ) OK > > but for compilation of pythonocc, i've this error : > fatal error C1083: Cannot open include file: 'Standard_Static.hxx' > > in fact, this file doesn't exist > > thx for your help > > Kermit > > Hi Kermit,
pythonocc master requires OCE-0.8.0 in order to compile. I recently committed a patch so that cmake checks OCE version number, but it works only for Linux/OSX. Not sure how to check OCE version number when using precompiled binary archives packaged by QbProg and available from the OCE github download area. Thomas
_______________________________________________ Pythonocc-users mailing list [email protected] https://mail.gna.org/listinfo/pythonocc-users
