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: _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio