-
Notifications
You must be signed in to change notification settings - Fork 29
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
pywrap: AttributeError: 'NoneType' object has no attribute 'name' #132
Comments
IDK, sounds like some include has no file name associated with it according to libclang. If you want to build from sources, please use the released sources and not generate them yourself. |
That wouldn't be "sources" then. |
Those are the official released sources. There is nothing you will gain by running the generator unless you want modify the |
Could you clarify how to use these? I couldn't find it in the repo documentation, and conda is not a great option for packaging in Gentoo, as it's not packaged itself, and would likely present issues with dependency bundling, among other things. |
Just download the The zip comes with |
I'm packaging CadQuery for Gentoo, so i'm building OCP from sources. Running
pywrap --verbose --njobs 9 --libclang /usr/lib/llvm/17/lib64/libclang.so --include /usr/lib/clang/17/include --include /usr/include/vtk-9.2 all ocp.toml
on the7.7.2.0
tag results inWhat's wrong with it?
The text was updated successfully, but these errors were encountered: