Re: [Qt-creator] new C++ indenter: request for feedback

2010-07-08 Thread Michael Jackson
30 Minutes? For all of Qt? What hardware are you building on? I have an 8
way Xeon Nehalem using GCC with 16 threads and it takes at least an hour or
so to build with WebKit disabled...

Mike Jackson

On 7/8/10 3:00 PM, in article
aanlktilfeinaqca9_lm9iw5ezkepn_nyoysgeds7x...@mail.gmail.com, Coda
Highland wrote:

 You can build QtWebKit that fast? *blink* I'd believe the 20 minute
 figure if you disable QtWebKit but I think Creator needs it.
 
 /s/ Adam
 
 On Thu, Jul 8, 2010 at 1:36 PM, Nikos Chantziaras rea...@arcor.de wrote:
 Hours?  It only needs about 30 minutes to build on an (by now) old Core
 2 Duo.  I even got it to 20 minutes if I disable stuff I don't need.
 
 It's really fast and easy to build your own binaries.  I highly
 recommend it :)
 
 
 On 07/08/2010 09:30 PM, Coda Highland wrote:
 Seriously, if you've got reasonably modern hardware the whole rebuild
 process should only take a couple hours (unless you're building
 four-way universal binaries or something, but that's just silly if
 you're not intending to distribute).
 
 /s/ Adam
 
 On Thu, Jul 8, 2010 at 1:14 PM,kai.koe...@nokia.com  wrote:
 Bryce Schober wrote on Thursday, July 08, 2010 6:51 PM:
 
 Too bad we don't get master binary snapshots. Maybe I should repeat this
 mantra indefinitely. ;-)
 
 I think we got the point now :) We have some dedicated machines here for
 the nightly builds. They are however building from the 2.0 branch, because
 that's were the next release will come from (see e-mail from Eike a while
 ago). And we AFAIK don't have the resources to build two in configurations
 in parallel.
 
 Anyhow, out of curiosity: Why do you push so much for nightly builds, in
 contrast to compiling yourself? It's true that you might have to compile Qt
 yourself then once, but then updating / recompiling creator afterwards
 isn't really a big hassle.
 
 Kai
 ___
 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
 

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


Re: [Qt-creator] Debugger will not stop at break point in OS X 10.5.8 with QtCreator 1.3

2009-12-16 Thread Michael Jackson
On 12/16/09 12:28 PM, in article 20091216172839.gc3...@tu-chemnitz.de,
Andre Poenitz wrote:

 On Wed, Dec 16, 2009 at 10:53:19AM -0500, Michael Jackson wrote:
 I am trying to debug an application being built with QtCreator. The backend
 build is being run by CMake. I go into the Project settings, set the active
 executable and debug executable to the program I want to debug. Place a
 breakpoint at the first line inside main() and then hit F5. The
 application runs to completion. I did notice a little hour glass symbol on
 the red breakpoint bubble. Not really sure what that means.
 
  Any help/pointers would be great.
 
 Are you sure you have a debug build? Check for -g in the compiler and
 linker command lines in the Compilem Output window.
 
 Andre'

Yes, I had CMAKE_BUILD_TYPE=Debug. I ended up just wiping out the build
directory and reconfiguring/rebuilding. Now it seems to be working.

Thanks for the sanity check

Mike Jackson

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


[Qt-creator] Syntax Highlighting for Our own classes

2009-12-16 Thread Michael Jackson
Are there any plans on the road map to allow for syntax coloring of our own
classes? I noticed that Qt classes are a different color but my own classes
are just the color of plain text. Or is this a case of user error. The
indexing does seem to be working, even with boost thrown in the mix.

Thanks
Mike Jackson

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