discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio windows installation


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] gnuradio windows installation
Date: Tue, 22 Mar 2016 10:37:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi Rohit,

can you make sure to use the "reply" button in your mail client to
directly reply to my mails? That way, the context is preserved, and mail
clients can show your discussion on the mailing list as one thread,
making it far more probable you'll get a good answer!

On 22.03.2016 10:21, Rohit Jatana wrote:
> yes cheetah is already installed.
Point is that your output [1] shows:
> -- Python checking for Cheetah >= 2.0.0
> -- Python checking for Cheetah >= 2.0.0 - not found
> CMake Error at volk/CMakeLists.txt:62 (message):
>   Cheetah templates required to build VOLK
>
Which means that even if it was installed, it can't be found.
Can you open a shell in the build directory, and run

python -c "import Cheetah;print Cheetah.Version"

there (please make sure to copy and paste the ".." string correctly)?

If python tells you the module could not be found, you didn't install
Cheetah to a directory that python automatically searches for modules.
In that case, you might need to amend the PYTHONPATH environment variable.

Just a note: I'm absolutely no expert on building GNU Radio on Windows.
As a matter of fact, I don't even know whether or not GNU Radio on
Cygwin works at alll!

So, my usual approach here is to take a step back and ask: Why are you
doing this?

Best regards,
Marcus

[1] http://lists.gnu.org/archive/html/discuss-gnuradio/2016-03/msg00571.html




reply via email to

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