I applied the patch but still get a whole lot of gnuradio_swig_python.cc warnings: dereferencing type-prunned pointer will break strict-aliasing rules. Then the build hangs. Before the patch, it would exit with errors.
I rechecked out from cvs with the same result. -----Original Message----- From: Kyle Jamieson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 6:48 PM To: John E. Don Carlos Cc: [email protected] Subject: Re: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5 The patch gets applied in the gnuradio-core directory. Cut-n-paste the patch from my original email into some file 'foo', then patch -p0 < foo in dir gnuradio-core. On 6/13/06, John E. Don Carlos <[EMAIL PROTECTED]> wrote: > Thanks, I had this problem a week ago after installing FC5 but didn't have > the time or skill to solve it. Exactly how do i apply the patch? and to > what? > Thanks, > John > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of Kyle Jamieson > Sent: Tuesday, June 13, 2006 1:52 PM > To: [email protected] > Subject: [Discuss-gnuradio] Re: Swig problems compiling > gnuradio-core/CVS onFC5 > > > Well, I've resolved this issue for myself. I'd be interested in why > this isn't bugging everyone else, and if I made a mistake. It just > involved an apparently bad header prototype; patch follows. > > Index: src/lib/general/gr_binary_slicer_fb.h > =================================================================== > RCS file: > /sources/gnuradio/gnuradio-core/src/lib/general/gr_binary_slicer_fb.h,v > retrieving revision 1.1 > diff -C3 -r1.1 gr_binary_slicer_fb.h > *** src/lib/general/gr_binary_slicer_fb.h 30 May 2006 05:57:06 > -0000 1.1 > --- src/lib/general/gr_binary_slicer_fb.h 13 Jun 2006 20:49:39 -0000 > *************** > *** 28,34 **** > class gr_binary_slicer_fb; > typedef boost::shared_ptr<gr_binary_slicer_fb> gr_binary_slicer_fb_sptr; > > ! gr_binary_slicer_fb_sptr gr_make_binary_slicer_fb (const > std::vector<int> &map); > > /*! > * \brief slice float binary symbol outputting 1 bit output > --- 28,34 ---- > class gr_binary_slicer_fb; > typedef boost::shared_ptr<gr_binary_slicer_fb> gr_binary_slicer_fb_sptr; > > ! gr_binary_slicer_fb_sptr gr_make_binary_slicer_fb (); > > /*! > * \brief slice float binary symbol outputting 1 bit output > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
