Re: [Discuss-gnuradio] gr-air-modes compilation

2014-04-28 Thread Silverfox
I got it complied and working. The key was to install Cython. It is probably worthwhile to add it to the dependency list. Alan From: Nick Foster [mailto:bistrom...@gmail.com] Sent: Sunday, April 27, 2014 4:30 PM To: Silverfox Subject: Re: [Discuss-gnuradio] gr-air-modes compilation

Re: [Discuss-gnuradio] gr-air-modes compilation

2014-04-28 Thread Nick Foster
...@gmail.com wrote: I got it complied and working. The key was to install Cython. It is probably worthwhile to add it to the dependency list. Alan *From:* Nick Foster [mailto:bistrom...@gmail.com] *Sent:* Sunday, April 27, 2014 4:30 PM *To:* Silverfox *Subject:* Re: [Discuss-gnuradio] gr-air

Re: [Discuss-gnuradio] gr-air-modes compilation

2014-04-28 Thread Silverfox
Subject: Re: [Discuss-gnuradio] gr-air-modes compilation Open python, type import zmq. What's the result? On Sun, Apr 27, 2014 at 4:24 PM, Silverfox alan.r.h...@gmail.com wrote: I am trying to compile the lasted code from github and am getting an error from CMake. It is looking for pyZMQ

[Discuss-gnuradio] gr-air-modes compilation

2014-04-27 Thread Silverfox
I am trying to compile the lasted code from github and am getting an error from CMake. It is looking for pyZMQ and not finding it. I tried to install the module but not having much luck - that is it is not simple. Is there a scenario that I can follow? The dependency list does not cite PyMZQ