-
Notifications
You must be signed in to change notification settings - Fork 49
Description
According to this comment, OCE is EOL. I cannot get this to compile on Artix with OpenCASCADE, primarily running into repeated fatal error: Handle_Geom_TrimmedCurve.hxx: No such file or directory errors. There is a "/usr/include/opencascade/Geom_TrimmedCurve.hxx" on my box from OpenCASCADE, and during compilation CMake says, among other things, "Found OCC include dir: /usr/include/opencascade". It does complain about not finding OCE. I simply don't know enough programming to know whether this does work with OpenCASCADE and I'm just doing something wrong, or if something needs to be done under the hood for compatibility. Nonetheless, I don't seem to be able to get this to compile against OpenCASCADE, and it seems that with OCE being discontinued, perhaps there ought to be a way to do that?