Help>>> gr-wxgui

Hi,

I am trying to install gr-wxgui for gnuradio, I run these commands but
as
long as there is no ./bootstrap in gr-wxgui, it does not recognize the
bootstrap command, please tell me what is wrong?
% source ~/setup2.csh
% cd ~/tmp/gnuradio/gr-wxgui
./ bootstrap

command not found

Thanks

In the current SVN checkout of GNU Radio, gr-wxgui (and all of the
other modules) are controlled by the top-level bootstrap … you
cannot bootstrap any individual module. Maybe the top-level
bootstrap isn’t finding the prerequisites? There will be printouts
during “bootstrap” that should give some feedback … - MLD