Open TCWilliamson opened 4 months ago
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 cmake --version
?
I have cmake version 3.22.0
, for example.
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 7.7.0
, but I can't guarantee it'll work.
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...