Lulu
Lulu
I don't see this on master so i assume it got fixed.
I'm not a docker user but I know of https://hub.docker.com/r/greyltc/archlinux-aur
My packages build out the box on linux/arm64 so this seams to be just a mac thing.
The type name is the same in all c (even if the type is a macro). Is there any way bingen could emit a type elias that's consistent regardless of...
That flags changes `args: *mut va_list` to ` args: *mut __va_list_tag` on x86_64 but on arm it stays as `arg: mut va_list`.
No, I have my own rust function that takes a VaList then calls a c function that takes a VaList ```rust extern "C" fn my_function(args: ?) { bindgen_generated_function(args) } ```...
This situation isn't one I every consciously had in mind or planned to support. I had no idea a pkgbuild as popular as blender used that method.
Can you still reproduce this?
Actually I just realised I just didn't have --fm set. Reproduces now.
zotero has unpinned git sources in its pkgbuild. So to me it counts as VCS on paper. Ideally the maintainer would pin the repos, but you can also set IgnoreDevel...