Hello,
When manually compiling from git sources, i get all the components needed
but gnuradio-companion gets disables cause of PYGTK not being found.
Although present under my system.


--   Dependency PYGTK_FOUND = FALSE


But I can see it installed under my system:

[a@x201 build]$ yaourt -s pygtk
1 extra/pygtk 2.24.0-6 [installed]
    Python bindings for the GTK widget set


[a@x201 build]$ sudo find / -name pygtk
find: ‘/run/user/1000/gvfs’: Permission denied
/usr/include/pygtk-2.0/pygtk
/usr/lib/pygtk
/usr/share/gtk-doc/html/pygtk
/usr/share/pygtk

Any little hint on how to go about... greatly appreciated.

ADJ


-- Python checking for python >= 2.5
-- Python checking for python >= 2.5 - found
--
-- Python checking for Cheetah >= 2.0.0
-- Python checking for Cheetah >= 2.0.0 - found
--
-- Python checking for lxml >= 1.3.6
-- Python checking for lxml >= 1.3.6 - found
--
-- Python checking for pygtk >= 2.10.0
-- Python checking for pygtk >= 2.10.0 - not found
--
-- Python checking for numpy
-- Python checking for numpy - found

-- -- Configuring gnuradio-companion support...
--   Dependency ENABLE_GNURADIO_RUNTIME = ON
--   Dependency ENABLE_PYTHON = ON
--   Dependency PYTHON_MIN_VER_FOUND = TRUE
--   Dependency CHEETAH_FOUND = TRUE
--   Dependency LXML_FOUND = TRUE
*--   Dependency PYGTK_FOUND = FALSE*
--   Dependency NUMPY_FOUND = TRUE
--   Disabling gnuradio-companion support.
--   Override with -DENABLE_GRC=ON/OFF



HK4ADJ
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to