discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake
Date: Sat, 18 Feb 2012 13:53:10 -0500

Martin,

yes i did sudo ldconfig, but the problem is still there.

I noticed that cmake gives the following output for gr-howto-...-cmake

........
 -- Found SWIG: /usr/bin/swig (found version "2.0.4")
 -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES)
 -- Found PythonInterp: /usr/bin/python2.7


so it says it cannot find the PythonLibs.
This is very weird since cmake on the gnuradio tree gives no problem:

....
 -- Configuring python-support support...
 --   Dependency PYTHONLIBS_FOUND = TRUE
 --   Dependency SWIG_FOUND = TRUE
 --   Dependency SWIG_VERSION_CHECK = TRUE
 --   Enabling python-support support.
 --   Override with -DENABLE_PYTHON=ON/OFF


So, I am stuck at this point!
I don't know what PyhtonLibs gr-howto tries to find and why there is
a discrepancy between this and the gnuradio tree build.

BTW, everything is on the master branch.

Achilleas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]