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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio