I am on Ubuntu 13.10, and I am having the same issue you are. I am about to delete my current copy of the source, see about getting a copy from a different place, and see if I am successful.
EDIT
Have you tried using PyBOMBS? I'm about to test that route, to see if I find much joy through that option.
Install PyBOMBS, use ./app_store.py, and let me know if you have any luck.
Ubuntu 12.04 woes.
-
sebas
- Posts: 1
- Joined: Thu Jun 05, 2014 3:03 am
Re: Ubuntu 12.04 woes.
I got the same error:
To fix it, I installed log4cpp. On Ubuntu there are packages liblog4cpp5, liblog4cpp5-dev and liblog4cpp-doc.
Other distributions have different naming conventions:
http://www.codeproject.com/Questions/30 ... to-install
Code: Select all
/usr/include/gnuradio/logger.h:116:31: fatal error: log4cpp/Category.hh: No such file or directorCode: Select all
sudo apt-get install liblog4cpp5, liblog4cpp5-dev liblog4cpp-doc http://www.codeproject.com/Questions/30 ... to-install