On Wed, 2011-05-18 at 11:46 +0200, Kresimir Dabcevic wrote: > > > > -----Original Message----- > From: Nick Foster [mailto:[email protected]] > Sent: Tue 5/17/2011 6:25 PM > To: Kresimir Dabcevic > Cc: [email protected] > Subject: Re: [Discuss-gnuradio] errors while trying to compile > UCLAZigBee > > 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)? > > On Tue, 2011-05-17 at 18:25, Nick Foster wrote: > > > ><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 > > > Great, thanks. > Has anyone succeeded in modifying the UCLA examples to work with UHD > maybe?
Not that I know of, but it shouldn't be particularly hard to make those changes. I'm not sure the UCLA project is still maintained. --n > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
