discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] small build problem with gnuradio (git) on ubunt


From: Marcel Maatkamp
Subject: Re: [Discuss-gnuradio] small build problem with gnuradio (git) on ubuntu 9.10 (64bit)
Date: Sat, 20 Feb 2010 23:01:37 +0100

The versions are:

address@hidden:~$ gcc --version
 gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1

address@hidden:~$ 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 Corgan <address@hidden>
On Sat, Feb 20, 2010 at 02:51, Marcel Maatkamp <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]