Arthur Laurent
Arthur Laurent
The Qt 6.2.2 Kit default kit should be fine, can you screenshot me this kit ?
i've made a video to show how to do https://www.youtube.com/watch?v=ZL5fVfjYmKk
I think the issue Is related to chinese locale, i will setup a VM to do some tests
> _try_reuse_modules does not work for gcc/clang. `_are_flags_compatible()` always returns false for gcc. and `xxx.mpp.o` is not found for clang. @Arthapz Strange it work on my project for clang, module...
> _try_reuse_modules does not work for gcc/clang. `_are_flags_compatible()` always returns false for gcc. and `xxx.mpp.o` is not found for clang. @Arthapz i tried with GCC ```lua -- check if flags...
ok i see, i need to strip the module-mapper flag
to use header unit u need to enable fallback scanner (which enable other problem like C++ version detection), clang-scan-deps doesn't support header unit currently headerunit are highly experimental on clang,...
see https://reviews.llvm.org/D139168
is there anything more ? or can we close this ?
> Any update on this? I just tried with clang-scan-deps-22 and the issue is still there. Has the header unit part of clang-scan-deps settled/become less experimental? If so, what would...