diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index 10c3e533d7..af4e039536 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -3713,8 +3713,12 @@ bool IfcGeom::Kernel::boolean_operation(const TopoDS_Shape& a, const TopTools_Li } } else { std::stringstream str; +#if OCC_VERSION_HEX >= 0x70000 builder->DumpErrors(str); - Logger::Notice(str.str()); +#else + str << "Error code :" << builder->ErrorStatus(); +#endif + Logger::Notice(str.str()); } delete builder; if (!success) { diff --git a/test/input b/test/input index ad80015ebf..a75c92451c 160000 --- a/test/input +++ b/test/input @@ -1 +1 @@ -Subproject commit ad80015ebf72718bebc445d812276eef03c404e5 +Subproject commit a75c92451c8e5b63641b57ed8216849b0121d33d