-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCE is discontinued, can this be made to work with OpenCascade? #438
Comments
Hi, it seems OpenCascade uses different names for certain files. In this specific case |
I have created a fork which compiles with the latest OpenCascade (7.6.0). See https://github.com/bullestock/heekscad/ |
I tried to build it against OpenCascade 7.6.2 (or rather https://gitlab.com/blobfish/occt.git/ commit build log
That was after I modified heekscad to use |
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?The text was updated successfully, but these errors were encountered: