discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] small build problem with gnuradio (git) on ubuntu 9.1


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

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

reply via email to

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