Advertisement
gandhikrishna81

Untitled

Feb 23rd, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. krishnagandhi@ubuntu:~/gnuradio/build$ cmake ../
  2. -- Build type not specified: defaulting to release.
  3. -- Build type set to Release.
  4. -- Extracting version information from git describe...
  5. -- Compiler Version: gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  6. Copyright (C) 2011 Free Software Foundation, Inc.
  7. This is free software; see the source for copying conditions. There is NO
  8. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. -- Compiler Flags: /usr/bin/gcc:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  10. /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  11. -- ADDING PERF COUNTERS
  12. -- Building Static Libraries: OFF
  13. -- WARNING: Found a known bad version of Boost (v104601). Disabling.
  14. -- Minimum SWIG version required is 1.3.31
  15. --
  16. -- The build system will automatically enable all components.
  17. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  18. --
  19. -- Configuring python-support support...
  20. -- Dependency PYTHONLIBS_FOUND = TRUE
  21. -- Dependency SWIG_FOUND = TRUE
  22. -- Dependency SWIG_VERSION_CHECK = FALSE
  23. -- Disabling python-support support.
  24. -- Override with -DENABLE_PYTHON=ON/OFF
  25. --
  26. -- Configuring testing-support support...
  27. -- Dependency CPPUNIT_FOUND = TRUE
  28. -- Enabling testing-support support.
  29. -- Override with -DENABLE_TESTING=ON/OFF
  30. --
  31. -- Configuring volk support...
  32. -- Enabling volk support.
  33. -- Override with -DENABLE_VOLK=ON/OFF
  34. --
  35. -- Python checking for python >= 2.5
  36. -- Python checking for python >= 2.5 - found
  37. --
  38. -- Python checking for Cheetah >= 2.0.0
  39. -- Python checking for Cheetah >= 2.0.0 - found
  40. -- WARNING: Found a known bad version of Boost (v104601). Disabling.
  41. CMake Error at volk/CMakeLists.txt:79 (message):
  42. VOLK Requires boost to build
  43.  
  44.  
  45. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement