-
Notifications
You must be signed in to change notification settings - Fork 23
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
getting opencascade-rs running with external OCCT #178
Comments
Hey, sorry for the late reply on this! I don't test regularly on Windows so unfortunately it is the least supported platform at the moment. From the error message, it seems possible you have an older or newer cmake version. What do you get for I have As another hint, this project is currently using OpenCascade 7.7.1 I can't claim to support a version different than that one at the moment. Currently it's quite a pain to upgrade because the actual source code for occt often goes over the 10MB crate limit for crates.io, without aggressive pruning of unneeded source files. I don't want to go through that process again until I have a better strategy for either pruning files, or splitting things into smaller crates. |
I could not find OpenCascade 7.7.1 just 7.7.0 on https://dev.opencascade.org/release/previous |
You can try with |
Sorry for not getting back on this - I've been drowned in work that I'm nearly wrapping up now for a customer. I hope to pick this up again shortly and give it a spin. |
Hello,
I'm a bit of a newbie to rust, and I'm trying to get this library compiling. I didn't have much success letting it compile OCCT builtin, so I've been trying to get it to play nice with the library downloaded... with little success.
I've eddited the occ_info.txt even, to point to C:\OCCT\ where I moved open cascade downloaded file
Even poked GPT for support, with little success (naturally)
I'm getting this currently, really not sure where to go from here... I might be off in the deepend? but I feel like this kind of library should really be able to be downloaded and go 'cargo run' without issue. Not sure what I'm missing here...
The text was updated successfully, but these errors were encountered: