Josh Blum wrote:
> On 07/02/2011 02:27 PM, Vincent W wrote:
>> Hi,
>>
>> I just pulled the latest git sources, and wanted to confirm the behaviour 
>> noted
>> Bug #419: Programs using WxWidgets graphical sinks fail with the error:
> 
> Please try my gr_kludge_one_in_n branch:
> http://gnuradio.org/cgit/jblum.git/commit/?id=e147a813faaf89141af06bbf1d782d1ff3d97536

Your branch compiles cleanly and seems to work: Applications that previously
failed to run are now working. Below, please find the configuration options I
used (after pulling from gnuradio master):

        msg "Starting build."
        git clean -x -f -d
        ./bootstrap
        export PKG_CONFIG_PATH=/usr/lib64/pkgconfig
        git pull http://gnuradio.org/cgit/jblum.git gr_kludge_one_in_n  
./configure --enable-usrp2 --enable-gr-usrp2 --enable-gr-wxgui --enable-grc
--enable-docs --enable-doxygen \
--enable-gr-audio-alsa --enable-gnuradio-examples --enable-gnuradio-core
--enable-gr-audio-oss \
--enable-gr-video-sdl --with-md-cpu=x86_64 --with-boost=/usr
--with-boost-libdir=/usr/lib  \
--enable-qtgui --prefix=/usr
        msg "Starting make..."
        make -j8 || return 1
        make check || return 1
        make DESTDIR=${pkgdir} install || return 1

vvv

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

Reply via email to