-
Notifications
You must be signed in to change notification settings - Fork 16
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
Is there a bot build? #14
Comments
Ran across this when compiling. I managed to fix it by updating this line in cmakelists:
and this line:
... basically to include 4x3_add1 and 4x3_tc1. Not sure if that fix is legitimate though :)
|
I also had to comment out these two lines in cmakelists:
... as on my system my opencascade doesn't follow that pattern (i.e mine is in /usr/lib64/opencascade and /usr/include/opencascade). Then I defined OCC_INCLUDE_DIR and OCC_LIBRARY_DIR myself. |
Hm yes, this really indicates the need in IfcOpenShell to have some sort of recoverable configuration stored somewhere so that applications linking to ifcopenshell know what to include in the link.
I think these would be reasonable to commit.
I have the tendency to think that you should use |
Ah nice I did end up turning off a few things:
:) if tests were enabled I got another error but I don't have the logs now. I also noticed some examples used entities= instead of include= for the create_geometry calls. |
I don't have a conda environment, is there a build that I can get that doesn't depend on conda?
The text was updated successfully, but these errors were encountered: