[Qt-creator] failed build message not visible in GUI, problem with jom or something else?
Coda Highland
coda at bobandgeorge.com
Sun Nov 22 21:10:59 CET 2009
> g++: /usr/local/lib: No such file or directory
> command failed with exit code 1
> command failed with exit code 2
>
> So I still have some linux specific stuff in my .pro file, which I will correct.
>
> My guess why the message goes missing comes from the exit codes 1 & 2
> above: I wonder if jom.exe output gets stuck somewhere due to
> different threads? I'm on a dual-core machine, using 4.6 rc1.
No, there's no missing output there. It's just failing with a single
error message: "No such file or directory", which causes g++ to exit
with code 1 right away. Then, because the compiler failed out, jom
aborted with code 2.
/s/ Adam
More information about the Qt-creator-old
mailing list