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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to