mccakit

Results 18 comments of mccakit

As I said, I have no clue why this fails. You added the windows port to icx toolchain, you should look into it if you have time to spare. But...

Here you go, it fails on both native windows x64 and wine ``` Unhandled exception: page fault on execute access to 0x0000000140000000 in 64-bit code (0x00000140000000). Register dump: rip:0000000140000000 rsp:00007ffffe8af908...

I compile with clang-cl + lld-link and with msvc wine as sysroot, I also tried building natively with clang-cl and got the same error. My cross toolchain uses rust and...

Oh wait, I remember now. I forgot to create an issue back then I think. Currently it is enough that the issue is posted I guess, I think eventually some...

Well, probably something about how cmake invokes cargo. Have you build the slint-cpp via rust directly or with cmake

Hmm, how about I give my toolchain file and post libc++ as a tarball here? Perhaps then you could replicate it? I assume your host is x64 Ubuntu though I...

For any reasonable project, you wouldn't use a package manager at all, because the project may use another stdlib, compiler etc. Sane approach to CPP project management is always building...

I support one backend multiple approaches idea, a new page in the doc can point to third party project samples.