[Qt-creator] ubuntu 9.10 amd64, debugging helpers do not build

Rudenko Eugene erule.biz at gmail.com
Mon Nov 2 23:55:34 CET 2009


On 03.11.2009, at 1:09, Grego wrote:

> Hi,
>
> I had to add
>
> #include <stdint.h>
>
> to gdbmacros.cpp for the debugging helpers to build.  Otherwise it
> would complain:
> gdbmacros.cpp:636: error: expected type-specifier before ‘uintptr_t’
>
> After that it worked sometimes, gdb would crash most of the time, but
> not always.  Browsing this list I see I should downgrade the gdb to
> 6.8... seems like I need to build it myself, as it doesn't seem to be
> in ubuntu repository.

#include <stdint.h> fixed in latest snapshot (93 version)
And you don't need build gdb by yourself,
do something like
sudo apt-get remove gdb
and then simly download .deb package from ubuntu's site: http://packages.ubuntu.com/jaunty/devel/gdb
or use this direct link: http://packages.ubuntu.com/jaunty/amd64/gdb/download 
  for 64 bit Ubuntu
After that all worked well.

With best regards, Rudenko Eugene.



More information about the Qt-creator-old mailing list