[Discuss-gnuradio] A basic question about writing OOT modules

2016-05-12 Thread Raj Bhattacharjea
I've seen messages like this pop up when GNURadio isn't installed where CMake is expecting it to be. For me, this has happened when different components are installed in different ways, i.e., I installed GNURadio from your distro repos (apt-get etc.) and tried to build and OOT module from source (g

Re: [Discuss-gnuradio] A basic question about writing OOT modules

2016-05-11 Thread Michael Dickens
HI Franz - I'd guess that GNU Radio isn't installed, or not installed into where CMake is installed & you're not telling CMake where to look. FindGnuradio.cmake looks for GnuradioConfig.cmake, which is located in some DIR/cmake/gnuradio directory. The DIR will be either PREFIX/lib or PREFIX/share,

[Discuss-gnuradio] A basic question about writing OOT modules

2016-05-11 Thread Franz Dworschak
Hi all, I have a strange problem writing OOT modules. On one PC it works quite well, on the other one I got an error message: --- -- Build type not specified: defaulting to release. -- Boost version: 1.55.0 -- Found the fol