Siva, please make sure you've read the installation guide and the guide on how to ask questions. Also, you're probably not using PyBombs, and a manual source build as you're attempting is not meant for beginners (we were all beginners at one point, so don't worry about that. But you're making your life unnecessary difficult).
All the answers you want are directly in the massive log you posted, and very clearly indicated: On 12/12/2014 05:16 AM, sivakumar reddy wrote: > [...] > -- Building Static Libraries: OFF > -- Enabling use of known bad versions of Boost. > -- WARNING: Found a known bad version of Boost (v104601). Continuing anyway. This is a clear warning. Ignore these at your own peril. > -- 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 > -- checking for module 'cppunit' > -- package 'cppunit' not found > -- Could NOT find CPPUNIT (missing: CPPUNIT_INCLUDE_DIRS) Another missing package. > [...] > -- ORC support not found, Overruled arch orc ..another... > -- checking for module 'fftw3f >= 3.0' > -- package 'fftw3f >= 3.0' not found > -- Could NOT find FFTW3F (missing: FFTW3F_LIBRARIES FFTW3F_INCLUDE_DIRS) ...another... and so on. All of these items are listed in the manual as required dependencies. - Martin _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
