Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- krishnagandhi@ubuntu:~/gnuradio/build$ cmake ../
- -- Build type not specified: defaulting to release.
- -- Build type set to Release.
- -- Extracting version information from git describe...
- -- Compiler Version: gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
- Copyright (C) 2011 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- -- Compiler Flags: /usr/bin/gcc:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
- /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
- -- ADDING PERF COUNTERS
- -- Building Static Libraries: OFF
- -- WARNING: Found a known bad version of Boost (v104601). Disabling.
- -- 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 = FALSE
- -- Disabling python-support support.
- -- Override with -DENABLE_PYTHON=ON/OFF
- --
- -- 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
- --
- -- 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 - found
- -- WARNING: Found a known bad version of Boost (v104601). Disabling.
- CMake Error at volk/CMakeLists.txt:79 (message):
- VOLK Requires boost to build
- -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement