2009/7/29 Jelle Feringa <jelleferi...@gmail.com> > > Hi all ! > > > > After 7441 seconds of compiling it finally succeeded ! > > After few tests pythonocc wo0.2 seems to work on python 2.6 under > > windows xp :) > > > > I can provide the windows installer if needed. > > > > Now I will try with the svn version. > > > > Thank you Thomas ! > > Sweet! Yes, it would be really cool to have that Sebastien. > Especially for the SVN version, since we're close to releasing 0.3 > > Note that 0.3 has Salome Geometry as a dependency ( providing > associativity / parameters ). > I recall that Thomas had some issues compiling it. > > Thomas, could you tell us which version to compile ( /Thirdparty/ > SalomeGeometry right? ) and which flags you set to be able to build it?
I compiled the latest version of SalomeGeometry module ( http://sourceforge.net/projects/salomegeometry/). The dlls are available on the pythonOCC repository: http://svn.gna.org/viewcvs/pythonocc/trunk/ThirdPart/SalomeGeometry/win32/bin/ If you want to build it by yourself, you have to modify the compilation flags so that the /Od flag is used (*NO* optimization). By default, it's set to /O1 (or /O2, I don't remember). I faced many stability issues with these settings and everything works fine when disabling optimization. But I'm not completely sure whether it depends on my machine settings. Note that the SalomeGeometry project maintener uses Borland compiler and cannot really help with MSVC. I will include these dlls in the binary file of the upcoming 0.3 release (as well as the OpenCASCADE dlls, as previously requested on this ml). An installer will let the user chose whether he wants to install it. > Thanks guys, this is really useful. > > -jelle > Thomas
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users