Page 1 of 1

Re: Ubuntu 12.04 woes.

Posted: Wed Jan 15, 2014 11:15 pm
by Montezuma
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.

Re: Ubuntu 12.04 woes.

Posted: Fri Jun 06, 2014 2:06 am
by sebas
I got the same error:

Code: Select all

/usr/include/gnuradio/logger.h:116:31: fatal error: log4cpp/Category.hh: No such file or director
To fix it, I installed log4cpp. On Ubuntu there are packages liblog4cpp5, liblog4cpp5-dev and liblog4cpp-doc.

Code: Select all

sudo apt-get install liblog4cpp5, liblog4cpp5-dev liblog4cpp-doc 
Other distributions have different naming conventions:
http://www.codeproject.com/Questions/30 ... to-install