Bart Janssens
Bart Janssens
Thanks, tried it out and it works beautifully. Some comments: * Could you split the commits in this PR in one commit to fix the white space consistency and one...
Closing this because of the changes in #221, the new release #222 and https://github.com/steffenhaug/QMLMakie.jl/pull/1
Hi, currently, the only way is to add setters and getters explicitly, e.g: ```c++ mod.add_type("test") .constructor() .method("get_my_data_member", [] (const test& t) { return t.my_data_member; }) .method("set_my_data_member", [] (test& t, int...
While it's no doubt a good idea to update this, GR has switched to Qt6 quite a while ago, so how is this holding packages back?
Even though this builds, it might not work, the full log has this: ``` [19:20:49] OpenSSL ................................ yes [19:20:49] Qt directly linked to OpenSSL ........ yes [19:20:49] OpenSSL 1.1 ...............................
My idea was always that users needing to go that far in debugging a CxxWrap-based package would compile everything themselves and do that based on the debug version of Julia,...
Mac error is `library not found for -lclang_rt.osx`, does that mean we do need LLVM_full? I don't remember if I tried multiple options when adding this.
It seems that building only the host tools is not supported, so I'd like to propose the introduction of `Qt6Base_host_jll` that will only contain the host build, which can then...
Right now, I'm stuck on getting link errors like these: https://buildkite.com/julialang/yggdrasil/builds/6696#018be863-729c-4966-9a93-d892b3332b2c/6-659
I added all dependencies as `HostBuildDependency` using the for loop at line 210. Or at least that's what I hope that loop does.