discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] errors while trying to compile UCLAZigBee


From: Nick Foster
Subject: Re: [Discuss-gnuradio] errors while trying to compile UCLAZigBee
Date: Tue, 17 May 2011 09:25:56 -0700

On Tue, 2011-05-17 at 13:50 +0200, Kresimir Dabcevic wrote:
> 
> Hello list!
> 
> I am getting some errors while trying to install UCLAZigBee project. I
> am using GNU Radio 3.3.0 on Ubuntu 10.10.
> Here are the outputs of make and make install - could someone point
> out what these errors mean/how to solve them?
> I am unable to start any of the examples due to "cannot import name
> ucla" - I think libraries aren't installed (I have set pythonpath to
> point to where the module is supposed to be)?

<snip>

The errors are pretty standard C missing header errors. Just add

#include <stdio.h>

to the top of every file that gives you an error. Some compilers seem to
default to including standard headers, others don't.

--n




reply via email to

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