I am running Code::Blocks version 10.05 on Ubuntu 12.10. The compiler I use is gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 .
When I ...
push build the build dies with . . .
Description of problem.
... that "fatal error: .h: no such file or directory" and pointing a little red thing at the include statement as if the included file is nowhere to be found. but the file is right there under headers in the tree on the left side of the screen??
Build log:
-------------- Build: Debug in demo ---------------
Compiling: ../op25_decoder_bf.cc
/home/matt/Desktop/demo/op25_decoder_bf.cc:29:29: fatal error: gr_io_signature.h: No such file or directory
compilation terminated.
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings
Crash report:
what i have done so far:
i add the path the directory with all the relevant files via build options>search directories. my program builds with gcc in terminal.