Does not work with RedHat 7.1...

Hi !

I look's like boolean operations does not work with RedHat 7.1 (gcc 2.96) in the CVS version of OpenCascade (2 weeks old).

I try to get the follwoing test to work: TopoDS_Solid b1 = BRepPrimAPI_MakeBox( gp_Pnt( 0, 0, 0), 1, 1, 1); TopoDS_Solid b2 = BRepPrimAPI_MakeBox( gp_Pnt( 0.5, 0.5, 0.5), 1, 1, 1); TopoDS_Shape rr = BRepAlgoAPI_Cut( b1, b2);

But it simply hangs in BRepAlgoAPI_Cut, and it looks like the same thing with all the boolean operations.

Does any one use the CVS version on RedHat 7.1 ?

Mikael

Mikael Aronsson's picture

Hi !

I think you can forget about it, I got my CVS back online again and updated the my CVS copy today and recompiled everything and it look's like it is working now.

Mikael