gr-baz icon indicating copy to clipboard operation
gr-baz copied to clipboard

cmake script does not check for liblog

Open sarfata opened this issue 10 years ago • 0 comments

On Ubuntu 14.04, I got the following error when compiling with make:

/usr/include/gnuradio/logger.h:116:31: fatal error: log4cpp/Category.hh: No such file or directory
 #include <log4cpp/Category.hh>
                               ^
compilation terminated.

I fixed it with sudo apt-get install liblog4cpp5-dev but I think the cmake script should check for this library at configure time.

sarfata avatar Sep 20 '14 21:09 sarfata