Small build problem with gnuradio (git) on ubuntu 9.10 (64bit)

I’ve just installed gnuradio (git) on ubuntu 9.10 64-bit and ran into
this
small problem where waterfallGlobalData.h would have the following error

./gnuradio/gr-qtgui/src/lib/waterfallGlobalData.h:
ISO C++ forbids declaration of ‘uint64_t’ with no type

I had to include the following to make it compile:
waterfallGlobalData.h: #include <inttypes.h>

gr,
marcel maatkamp

On Sat, Feb 20, 2010 at 02:51, Marcel M. [email protected]
wrote:

I’ve just installed gnuradio (git) on ubuntu 9.10 64-bit and ran into this
small problem where waterfallGlobalData.h would have the following error
./gnuradio/gr-qtgui/src/lib/waterfallGlobalData.h:
ISO C++ forbids declaration of ‘uint64_t’ with no type
I had to include the following to make it compile:
waterfallGlobalData.h: #include <inttypes.h>

Can you confirm which version of gcc you are using? I have a number
of machines in the above configuration, using stock gcc 4.4.1, and
can’t replicate this.

Johnathan

The versions are:

marcel@asrock-ubuntu-01:~$ gcc --version
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1

marcel@asrock-ubuntu-01:~$ uname -a
Linux asrock-ubuntu-01 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28
02:39:34
UTC 2010 x86_64 GNU/Linux

The machine was freshly installed yesterday with ubuntu 9,10 with
nothing
more than a ‘apt-get dist-upgrade’ and the packages mentioned on the
gnuradio.org/howtobuild page.

gr,
marcel

2010/2/20 Johnathan C. [email protected]