Open lylythechosenone opened 1 year ago
I cannot explain this bug looking at this code.
The ___cpp_closure_17188711627517009258
is probably the symbol created for your cpp! macro. It should be present in the generated .cpp file, could you check that?
I think the important part here is not the "Undefined symbols..." but the "ignoring file..."
The symbols are present in the file, the file is just ignored.
I've never seen this message before. If I search for this message I found https://github.com/rust-lang/cc-rs/issues/680
Let me know if you find the solution and if something should be changed in the crate.
Using this crate with
qmetaobject
on MacOS arm64, I get this strange error:Here's my build.rs (mostly copied from qmetaobject):
and my actual code: