You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm tried to install gr-baz but i run in to trouble.
I've installed gnu-radio and gnuradio-dev with apt-get.
Then i've cloned gr-baz and used:
sudo cmake -DCMAKE_PREFIX_PATH=/usr/lib/cmake/gnuradio
Everything went fine, but when i use:
sudo make
i'll get this error:
[ 2%] Building CXX object lib/CMakeFiles/gnuradio-baz.dir/baz_print_char.cc.o
In file included from /usr/include/gnuradio/block.h:29:0,
from /usr/include/gnuradio/sync_block.h:27,
from /home/pi/gr-baz/lib/baz_print_char.h:31,
from /home/pi/gr-baz/lib/baz_print_char.cc:37:
/usr/include/gnuradio/logger.h:122:31: fatal error: log4cpp/Category.hh: No such file or directory
#include <log4cpp/Category.hh>
Hello.
I'm tried to install gr-baz but i run in to trouble.
I've installed gnu-radio and gnuradio-dev with apt-get.
Then i've cloned gr-baz and used:
sudo cmake -DCMAKE_PREFIX_PATH=/usr/lib/cmake/gnuradio
Everything went fine, but when i use:
sudo make
i'll get this error:
[ 2%] Building CXX object lib/CMakeFiles/gnuradio-baz.dir/baz_print_char.cc.o
In file included from /usr/include/gnuradio/block.h:29:0,
from /usr/include/gnuradio/sync_block.h:27,
from /home/pi/gr-baz/lib/baz_print_char.h:31,
from /home/pi/gr-baz/lib/baz_print_char.cc:37:
/usr/include/gnuradio/logger.h:122:31: fatal error: log4cpp/Category.hh: No such file or directory
#include <log4cpp/Category.hh>
compilation terminated.
lib/CMakeFiles/gnuradio-baz.dir/build.make:62: recipe for target 'lib/CMakeFiles/gnuradio-baz.dir/baz_print_char.cc.o' failed
make[2]: *** [lib/CMakeFiles/gnuradio-baz.dir/baz_print_char.cc.o] Error 1
CMakeFiles/Makefile2:117: recipe for target 'lib/CMakeFiles/gnuradio-baz.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-baz.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
So I would really apreciat a little help.
What is it that I missed?
The text was updated successfully, but these errors were encountered: