Ubuntu 12.04 woes.

Having issues with the site, hardware, source code, or any other issues?
Post Reply
Montezuma
Posts: 39
Joined: Fri Mar 01, 2013 6:42 am

Re: Ubuntu 12.04 woes.

Post 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.
sebas
Posts: 1
Joined: Thu Jun 05, 2014 3:03 am

Re: Ubuntu 12.04 woes.

Post 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
Post Reply