Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-23 Thread Eike Ziller
On Nov 23, 2009, at 4:45 AM, ext Grego wrote:

 On Mon, Nov 23, 2009 at 12:36 AM, Coda Highland  
 c...@bobandgeorge.com wrote:
 The Build Issues tab only shows compilation errors; this isn't a
 compilation error. It's a build process error that isn't supposed to
 happen.

 I'm tempted to argue that a build process error is a Build Issue.

 If the underlying make exists with non-zero, I want to know why,
 whatever the reason.

Hi, looks like we miss this kind of error output from g++ in our build  
output parser.
Please create a bug report on
http://bugreports.qt.nokia.com
so this information does not get lost.

Thanks,
-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks
Phone  +49 (0)30 6392 3255
Fax+49 (0)30 6392 3256
E-mail eike.zil...@nokia.com





___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-22 Thread Grego
Hi,

I'm in the process of trying to port a smallish project I made on
linux to windows xp.
When trying to build, the build progress bar turned red, and I was
expecting something to appear in the Build Issues, but nothing did
this time. I had already corrected some things based on those
messages, so I knew that it generally works.

Falling back to command line and running jom, I noticed that it stops with:

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.


Thanks,

Grego
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-22 Thread Coda Highland
 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

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-22 Thread Grego
There was no missing output on command line.

But on GUI the build issues tab stayed blank. I expected to see
g++: /usr/local/lib: No such file or directory
there.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-22 Thread daniel.molkentin

On Nov 22, 2009, at 4:33 PM, ext Grego wrote:

 Falling back to command line and running jom, I noticed that it  
 stops with:

 g++: /usr/local/lib: No such file or directory
 command failed with exit code 1
 command failed with exit code 2


sidenote: jom only works as an nmake replacement (i.e. when using it  
with a Qt that's built with the Microsoft tool chain) . It does not  
replace mingw32-make.exe. If it works, it's pure chance. To get  
adequate results from the command line, use mingw32-make.

Cheers,
   Daniel

--
Daniel Molkentin, Software Engineer,
Nokia, Qt Development Frameworks
website: http://qt.nokia.com
Rudower Chaussee 13, DE-12489 Berlin

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-22 Thread Coda Highland
The Build Issues tab only shows compilation errors; this isn't a
compilation error. It's a build process error that isn't supposed to
happen.

/s/ Adam

On Sun, Nov 22, 2009 at 4:55 PM, Grego gr...@mpaja.com wrote:
 There was no missing output on command line.

 But on GUI the build issues tab stayed blank. I expected to see
 g++: /usr/local/lib: No such file or directory
 there.
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-22 Thread Grego
On Mon, Nov 23, 2009 at 12:16 AM,  daniel.molken...@nokia.com wrote:

 sidenote: jom only works as an nmake replacement (i.e. when using it
 with a Qt that's built with the Microsoft tool chain) . It does not
 replace mingw32-make.exe. If it works, it's pure chance. To get
 adequate results from the command line, use mingw32-make.


Thank's for the tip.  Coming from linux I tried just make and that was
not on the path.  Know about jom I tried that--I was wondering if that
was used underneath, even if it did work.

Grego
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator