Advertisement
rfmonk

fixed_known_bad_version

Jun 29th, 2014
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Boost version: 1.52.0
  2. -- Found the following Boost libraries:
  3. -- filesystem
  4. -- system
  5. -- unit_test_framework
  6. -- program_options
  7. -- WARNING: Found a known bad version of Boost (v105200). Disabling.
  8. CMake Error at volk/CMakeLists.txt:79 (message):
  9. VOLK Requires boost to build
  10. 1)
  11. vi /etc/portage/package.mask
  12. #Temporary mask for GNU Radio
  13. <=dev-libs/boost-1.52.0-r6
  14. =============================
  15.  
  16. 2)
  17. emerge -C dev-libs/boost && emerge dev-libs/boost && emerge net-wireless/gnuradio
  18.  
  19. ==============================
  20.  
  21. make sure you stop by http://gnuradio.org/doc/doxygen/build_guide.html
  22. and check if you have all the dependencies
  23. doxygen pyqt4 etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement