Gr-ieee802-11 CMake Error

Hi all,

Please help me if you know the solution:

My system Ubuntu 13.04
GNURADIO 3.7.2

I run:
sudo apt-get install libitpp-dev
git clone git://github.com/bastibl/gr-ieee802-11.git
cd gr-ieee802-11
mkdir build
cd build
cmake …

Results:

CMake Warning at CMakeLists.txt:84 (find_package):
By not providing “FindGnuradio.cmake” in CMAKE_MODULE_PATH this project
has
asked CMake to find a package configuration file provided by “Gnuradio”,
but CMake did not find one.
Could not find a package configuration file provided by “Gnuradio” with
any
of the following names:
GnuradioConfig.cmake
gnuradio-config.cmake
Add the installation prefix of “Gnuradio” to CMAKE_PREFIX_PATH or set
“Gnuradio_DIR” to a directory containing one of the above files. If
“Gnuradio” provides a separate development package or SDK, be sure it
has
been installed.

CMake Error at CMakeLists.txt:88 (message):
GnuRadio Runtime required to compile ieee802-11

– Configuring incomplete, errors occurred!

On Wed, Nov 20, 2013 at 8:44 AM, nesimi eldarov [email protected]
wrote:

git clone git://github.com/bastibl/gr-ieee802-11.git
asked CMake to find a package configuration file provided by “Gnuradio”,
“Gnuradio” provides a separate development package or SDK, be sure it has
been installed.

CMake Error at CMakeLists.txt:88 (message):
GnuRadio Runtime required to compile ieee802-11

– Configuring incomplete, errors occurred!

Where did you install GNU Radio into (the install prefix)? There
should be a directory $prefix/lib/cmake/gnuradio that contains
GnuradioConfig.cmake. Cmake can find it if your PKG_CONFIG_PATH is set
properly, which will be $prefix/lib/pkgconfig.

See this page for more details:
http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig

Tom

Hi Tom,

I install to usr/local, but there is nothing inside ’
lib/cmake/gnuradio’, funnily.
What is this?

Среда, 20 ноября 2013, 9:09 -05:00 от Tom R. [email protected]:

On Wed, Nov 20, 2013 at 10:58 AM, nesimi eldarov [email protected]
wrote:

Hi Tom,

I install to usr/local, but there is nothing inside ‘lib/cmake/gnuradio’,
funnily.
What is this?

Please read the link that I sent.

Next question: how did you install GNU Radio? From source?

Tom

Hi,

I read that. There is not any folder with that file.
Yes, the source :
http://gnuradio.org/redmine/news/30

Среда, 20 ноября 2013, 13:05 -05:00 от Tom R. [email protected]:

On Wed, Nov 20, 2013 at 1:07 PM, nesimi eldarov [email protected]
wrote:

Hi,

I read that. There is not any folder with that file.
Yes, the source :
http://gnuradio.org/redmine/news/30

If it’s not installed anywhere, then I’m afraid you don’t have a
properly installed GNU Radio system. The installation of that file is
in the top-level CMakeLists.txt file.

Tom