discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Bug #419: gr_vmcircbuf_sysv_shm


From: Vincent W
Subject: Re: [Discuss-gnuradio] Bug #419: gr_vmcircbuf_sysv_shm
Date: Sun, 03 Jul 2011 21:22:13 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110628 Thunderbird/5.0

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



reply via email to

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