Issues Tab doesn't display anything at all.
-
@Mitya said in Issues Tab doesn't display anything at all.:
core::kpl::KnownProduct
Looks like it's not copyable, so you can't put it into a container (here: QHash)
-
@Mitya said in Issues Tab doesn't display anything at all.:
core::kpl::KnownProduct
Looks like it's not copyable, so you can't put it into a container (here: QHash)
@Christian-Ehrlicher Post is not about an error itself. Post is about Issue Tab that doesn't reflect anything. It seams that for some reason QtCreator doesn't parse Compile output.
-
@Christian-Ehrlicher Post is not about an error itself. Post is about Issue Tab that doesn't reflect anything. It seams that for some reason QtCreator doesn't parse Compile output.
It seams that for some reason QtCreator doesn't parse Compile output.
If the output is not red, it is indeed from stdout and therefore not parsed.
It seems something in your toolchain redirects the output to stdout, so you need to find which part is guilty.
Regards
-
@Christian-Ehrlicher Post is not about an error itself. Post is about Issue Tab that doesn't reflect anything. It seams that for some reason QtCreator doesn't parse Compile output.
@Mitya said in Issues Tab doesn't display anything at all.:
@Christian-Ehrlicher Post is not about an error itself. Post is about Issue Tab that doesn't reflect anything. It seams that for some reason QtCreator doesn't parse Compile output.
Tried everything I know. Maybe you a re able to guide me in right direction. I use Xcode 11.4, XCode generator, Apple clang compiler, CMake and QtCreator. What from mentioned could redirect stderr to stdout?
-
@Mitya said in Issues Tab doesn't display anything at all.:
@Christian-Ehrlicher Post is not about an error itself. Post is about Issue Tab that doesn't reflect anything. It seams that for some reason QtCreator doesn't parse Compile output.
Tried everything I know. Maybe you a re able to guide me in right direction. I use Xcode 11.4, XCode generator, Apple clang compiler, CMake and QtCreator. What from mentioned could redirect stderr to stdout?
-
Hi @Mitya,
I'd guess it's a CMake problem
Can you create a qmake example project and see if that works?
Regards
@aha_1980 said in Issues Tab doesn't display anything at all.:
Hi @Mitya,
I'd guess it's a CMake problem
Can you create a qmake example project and see if that works?
Regards
Hi @aha_1980
I had made couple experiments - issue appears only if I use XCode generator. How do you think - Can that be resolved somehow?
-
Hi @Mitya,
I'd guess it's a CMake problem
Can you create a qmake example project and see if that works?
Regards
-
@aha_1980 said in Issues Tab doesn't display anything at all.:
Hi @Mitya,
I'd guess it's a CMake problem
Can you create a qmake example project and see if that works?
Regards
Hi @aha_1980
I had made couple experiments - issue appears only if I use XCode generator. How do you think - Can that be resolved somehow?
-
I don't know. I don't use CMake nor Apple. But it seems the problem is out of scope for Creator and rather a CMake thing?
Regards