Hi,
I've hit several compilation issues. I was able to workaround those that required removing the relative paths in "#include" statements and a casting of a "const" parameter, but I'm quite lost about the below error.
Did I do anything wrong/overlooked some installation phase?
Thanks.
Scanning dependencies of target nerfnet
[ 50%] Building CXX object net/CMakeFiles/nerfnet.dir/nerfnet_main.o
/home/pi/installs/nrfnet/nerfnet/net/nerfnet_main.cc:21:10: fatal error: RF24/RF24.h: No such file or directory
#include <RF24/RF24.h>
^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [net/CMakeFiles/nerfnet.dir/build.make:63: net/CMakeFiles/nerfnet.dir/nerfnet_main.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:86: net/CMakeFiles/nerfnet.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Hi,
I've hit several compilation issues. I was able to workaround those that required removing the relative paths in "#include" statements and a casting of a "const" parameter, but I'm quite lost about the below error.
Did I do anything wrong/overlooked some installation phase?
Thanks.