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 00:38:04 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110628 Thunderbird/5.0

Thank you for your advice. Unfortunately, this causes make tests to fail, with
the following error:

Testing gr_vmcircbuf_createfilemapping_factory...
gr_vmcircbuf_createfilemapping: createfilemapping is not available
....... gr_vmcircbuf_createfilemapping_factory: Doesn't work
Testing gr_vmcircbuf_sysv_shm_factory...
....... gr_vmcircbuf_sysv_shm_factory: OK
Testing gr_vmcircbuf_mmap_shm_open_factory...
....... gr_vmcircbuf_mmap_shm_open_factory: OK
Testing gr_vmcircbuf_mmap_tmpfile_factory...
....... gr_vmcircbuf_mmap_tmpfile_factory: OK
............................................
NOTE: This is supposed to produce an error from gr_block_executor
Error: gr_block_executor: propagation_policy 'ONE-TO-ONE' requires ninputs ==
noutputs

The compile options I used follow:

        git clean -x -f -d
        ./bootstrap
        export PKG_CONFIG_PATH=/usr/lib64/pkgconfig
        git checkout HEAD~500 gnuradio-core/src/lib/general/gr_keep_one_in_n.cc
  ./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
  make -j8 || return 1
  make check || return 1








On 2011-07-02 17:43, Josh Blum wrote:
> Try:
> 
> git checkout HEAD~500 gnuradio-core/src/lib/general/gr_keep_one_in_n.cc
> 
> -josh
> 
> 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
>> > in Bug #419;
>> > 
>> > Bug #419: Programs using WxWidgets graphical sinks fail with the error:




reply via email to

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