Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Technology Previews Released

2010-03-22 Thread Stephen Chu
On 3/22/10 8:58 AM, André Pönitz wrote:
 On Sunday 21 March 2010 22:13:09 ext Stephen Chu wrote:
 OK. Another mystery (or embarrassment?) here. I tried my project on
 Windows Qt Creator and got the same no debug helper look. I made sure
 the use debug helper option is on and rebuilt the helper. Still no
 format output. Recheck for debugging helper availability resulted in
 Debugging helpers not found message.

 This looks like a Qt Creator 2.0-alpha trying to use a gdb 6.8 - which
 is (on Windows) an unsupported (and known-to-fail) combination.

 If you don't have a Python-enabled gdb at hand, try to fetch one
 from ftp://ftp.qt.nokia.com/misc/gdb/ or install the Qt Creator
 package using the binary installer.

 In case you already have a gdb-7.0.1 or such (possibly even installed
 using Creator's installer), make sure to point your gdb settings to
 this place (and consider filing a bugreport as this was not caught
 automatically).


The Creator 2.0 alpha binary package does install both gdb 6.8 in mingw 
dir and python gdb in its own dir. The gdb preferences still points to 
the mingw one since this is a upgrade install. But after I point it to 
the python one (gdb-i686-pc-mingw32.exe), I now get an error trying to 
start a debugging session: Executable failed: During startup program 
exited with code 0xc135.

I am starting to this Creator 2 alpha works only with Qt 4.7 now. Really 
frustrating. :(

Filed a bug on this: 
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-934

Back to Mac for debugging...

-- 
Stephen Chu
mailto:step...@ju-ju.com
http://www.ju-ju.com
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Technology Previews Released

2010-03-17 Thread Stephen Chu
On 3/17/10 8:36 AM, André Pönitz wrote:
 On Tuesday 16 March 2010 20:08:30 ext Stephen Chu wrote:
 On 3/14/10 2:49 PM, Andre Poenitz wrote:
 On Fri, Mar 12, 2010 at 10:52:37AM -0500, Stephen Chu wrote:
 No, creator should work with any Qt= 4.4. Try rebuilding the debugging
 helpers in the qt version dialog found in Tools/Options.

 Did that succeed? I.e. did it create a new .so?

 Yes. I did rebuild the helpers. It's the first thing I do every time I
 update. Still the same.

 If that doesn't solve the problem, please send the content of the right 
 view
 of Debug/Views/Debugger.

 Here the screenshot:
 http://farm5.static.flickr.com/4044/4426675699_7505c48756_o.png

 This shows that the debugger helpers are indeed not used and you
 get only a display of the raw data structure.

 To make an educated guess what went wrong exactly I'd need the debugger
 communication log, i.e. the textual contents of the right pane of the
 view that opens when you select Debug-View-Debugger.

 I attached the text from the debugger comm. Not sure it will pass thru
 the mailing list server though.

 According to the Log, Creator did not even try to actually use the helpers.
 Any chance you switched them off in the settings?

Oh. Wow. You are right. It's off in the settings. I swear I didn't even 
know there's a switch for it. I'm so embarrassed...

Thank you so much.

-- 
Stephen Chu
mailto:step...@ju-ju.com
http://www.ju-ju.com
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Technology Previews Released

2010-03-14 Thread Andre Poenitz
On Fri, Mar 12, 2010 at 10:52:37AM -0500, Stephen Chu wrote:
  No, creator should work with any Qt = 4.4. Try rebuilding the debugging 
  helpers in the qt version dialog found in Tools/Options.

Did that succeed? I.e. did it create a new .so?

 Yes. I did rebuild the helpers. It's the first thing I do every time I 
 update. Still the same.
 
  If that doesn't solve the problem, please send the content of the right 
  view 
  of Debug/Views/Debugger.
 
 Here the screenshot:
 http://farm5.static.flickr.com/4044/4426675699_7505c48756_o.png

This shows that the debugger helpers are indeed not used and you
get only a display of the raw data structure.

To make an educated guess what went wrong exactly I'd need the debugger
communication log, i.e. the textual contents of the right pane of the
view that opens when you select Debug-View-Debugger.

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


Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Technology Previews Released

2010-03-12 Thread Robert Löhning
ext Stephen Chu schrieb:
 I've been using 1.3.81 snapshots. How much different is it from the 2.0 
 alpha?
 
 Thanks.
 

Hi Stephen,

the 1.3.81 snapshots were built from the 2.0.0-alpha branch. The Alpha 
even shows the Version number 1.3.81. Since the beginning of March 
mainly bugfixes were added to this branch. So when you have a recent 
Creator 1.3.81 you won't see many new features in the Alpha - but you 
can expect it to be more stable.

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


Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Technology Previews Released

2010-03-12 Thread Stephen Chu
In article stephen-8fe40e.10520712032...@nntp.trolltech.com,
 Stephen Chu step...@ju-ju.com wrote:

 In article 201003121621.52903.daniel.te...@nokia.com,
  Daniel Teske daniel.te...@nokia.com wrote:
 
   I am using 1.3.81 with Qt 4.6.2 on the Mac. I find the debugger helper
   doesn't seem to work anymore. All the Qt types like QVector only shows
   anonymous union instead any of the useful things like number of items
   and the first few values. Does Creator 2.0 only work with Qt 4.7?
  No, creator should work with any Qt = 4.4. Try rebuilding the debugging 
  helpers in the qt version dialog found in Tools/Options.
 
 Yes. I did rebuild the helpers. It's the first thing I do every time I 
 update. Still the same.
 
  If that doesn't solve the problem, please send the content of the right 
  view 
  of Debug/Views/Debugger.
 
 Here the screenshot:
 http://farm5.static.flickr.com/4044/4426675699_7505c48756_o.png
 
 Thanks.

BTW. This is on Mac OS X 10.5.8 Intel.

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


Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Technology Previews Released

2010-03-12 Thread Coda Highland
Qt Creator will allow you to build Qt projects with 4.4 or later.
Creator itself must be built with a sufficiently recent version.

/s/ Adam

On Fri, Mar 12, 2010 at 8:38 PM, Nikos Chantziaras rea...@arcor.de wrote:
 On 03/12/2010 05:21 PM, Daniel Teske wrote:

 I am using 1.3.81 with Qt 4.6.2 on the Mac. I find the debugger helper
 doesn't seem to work anymore. All the Qt types like QVector only shows
 anonymous union  instead any of the useful things like number of items
 and the first few values. Does Creator 2.0 only work with Qt 4.7?
 No, creator should work with any Qt= 4.4. Try rebuilding the debugging
 helpers in the qt version dialog found in Tools/Options.

 If that doesn't solve the problem, please send the content of the right view
 of Debug/Views/Debugger.

 I'm not sure it works with Qt 4.6.2.  Trying to build Creator from Git
 results in:

 Project MESSAGE: Cannot build Qt Creator with Qt version 4.6.2.
 Project ERROR: Use at least Qt 4.7.
 ___
 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