Open BorkowskiDominik opened 2 years ago
Hello, I am also facing the same issue. Could you please post the solution?
Cheers Prashant
I suppose, the occt version your are using does not match exactly the pythonocc version.
Make sure, that both match EXACTLY!
In your case, pythonocc tries to wrap a function from occt that is not exported. Therefore, you get undefined references.
Hello, I'm trying to build pythonocc from sources and have problem with undefined references errors during RWGltf module build. I have followed instrutions from Install.md, but get following errors:
It occurs at about 70% of total pythonocc so that's probably not problem with paths to occ because build won't go so far. What I'm doing wrong? Can it be quickly fixed or patched?