Do you have Cheetah installed? On 03/21/2016 09:18 PM, Rohit Jatana wrote: > hey! > > The error message showing while installing is > > > $ cmake ../ > -- The CXX compiler identification is GNU 5.3.0 > -- The C compiler identification is GNU 5.3.0 > CMake Warning at > /usr/share/cmake-3.3.2/Modules/Platform/CYGWIN.cmake:15 (messag > > e): > CMake no longer defines WIN32 on Cygwin! > > (1) If you are just trying to build this project, ignore this warning or > quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment > or in > the CMake cache. If later configuration or build errors occur then this > project may have been written under the assumption that Cygwin is WIN32. > In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead. > > (2) If you are developing this project, add the line > > set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is > required > > at the top of your top-level CMakeLists.txt file or set the minimum > required version of CMake to 2.8.4 or higher. Then teach your > project to > build on Cygwin without WIN32. > Call Stack (most recent call first): > > /usr/share/cmake-3.3.2/Modules/CMakeSystemSpecificInformation.cmake:36 > (includ > e) > CMakeLists.txt:29 (project) > > > -- Check for working CXX compiler: /usr/bin/c++.exe > -- Check for working CXX compiler: /usr/bin/c++.exe -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > -- Detecting CXX compile features > -- Detecting CXX compile features - done > -- Check for working C compiler: /usr/bin/cc > -- Check for working C compiler: /usr/bin/cc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Detecting C compile features > -- Detecting C compile features - done > -- Build type not specified: defaulting to release. > -- Found Git: /usr/bin/git.exe > -- Performing Test HAVE_VISIBILITY_HIDDEN > -- Performing Test HAVE_VISIBILITY_HIDDEN - Success > -- Performing Test HAVE_WARN_SIGN_COMPARE > -- Performing Test HAVE_WARN_SIGN_COMPARE - Success > -- Performing Test HAVE_WARN_ALL > -- Performing Test HAVE_WARN_ALL - Success > -- Performing Test HAVE_WARN_NO_UNINITIALIZED > -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success > -- NO PERF COUNTERS > -- Found PythonLibs: /usr/lib/libpython2.7.dll.a (found suitable > version "2.7.10 > ", minimum > required is "2") > -- Found SWIG: /usr/bin/swig.exe (found version "3.0.7") > -- Minimum SWIG version required is 1.3.31 > -- > -- The build system will automatically enable all components. > -- Use -DENABLE_DEFAULT=OFF to disable components by default. > -- > -- Configuring python-support support... > -- Dependency PYTHONLIBS_FOUND = TRUE > -- Dependency SWIG_FOUND = TRUE > -- Dependency SWIG_VERSION_CHECK = TRUE > -- Enabling python-support support. > -- Override with -DENABLE_PYTHON=ON/OFF > -- Found PkgConfig: /usr/bin/pkg-config.exe (found version "0.29") > -- checking for module 'cppunit' > -- found cppunit, version 1.12.1 > -- Found CPPUNIT: /usr/lib/libcppunit.dll.a;dl > -- > -- Configuring testing-support support... > -- Dependency CPPUNIT_FOUND = TRUE > -- Enabling testing-support support. > -- Override with -DENABLE_TESTING=ON/OFF > -- > -- Configuring volk support... > -- Enabling volk support. > -- Override with -DENABLE_VOLK=ON/OFF > CMake Warning (dev) at volk/CMakeLists.txt:53 (include): > Syntax Warning in cmake code at > > /cygdrive/c/gnu/gnuradio-3.7.2/volk/cmake/GrPython.cmake:202:44 > > Argument not separated from preceding token by whitespace. > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Warning (dev) at volk/CMakeLists.txt:53 (include): > Syntax Warning in cmake code at > > /cygdrive/c/gnu/gnuradio-3.7.2/volk/cmake/GrPython.cmake:202:92 > > Argument not separated from preceding token by whitespace. > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Warning (dev) at volk/CMakeLists.txt:53 (include): > Syntax Warning in cmake code at > > /cygdrive/c/gnu/gnuradio-3.7.2/volk/cmake/GrPython.cmake:202:100 > > Argument not separated from preceding token by whitespace. > This warning is for project developers. Use -Wno-dev to suppress it. > > -- Found PythonInterp: /usr/bin/python2 (found suitable version > "2.7.10", minimu > m required is > "2") > -- > -- Python checking for python >= 2.5 > -- Python checking for python >= 2.5 - found > -- > -- 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 > > > -- Configuring incomplete, errors occurred! > See also > "/cygdrive/c/gnu/gnuradio-3.7.2/build/CMakeFiles/CMakeOutput.log". > > > > someone please help me out. > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
