[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS on FC5
From: |
Kyle Jamieson |
Subject: |
[Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS on FC5 |
Date: |
Tue, 13 Jun 2006 16:51:37 -0400 |
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] Swig problems compiling gnuradio-core/CVS on FC5, Kyle Jamieson, 2006/06/12
- [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS on FC5,
Kyle Jamieson <=
- RE: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, John E. Don Carlos, 2006/06/13
- Re: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, Kyle Jamieson, 2006/06/13
- RE: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, John E. Don Carlos, 2006/06/14
- Re: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, Eric Blossom, 2006/06/14
- Re: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, Kyle Jamieson, 2006/06/14
- RE: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, John E. Don Carlos, 2006/06/14
- Re: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS onFC5, Eric Blossom, 2006/06/14
Re: [Discuss-gnuradio] Re: Swig problems compiling gnuradio-core/CVS on FC5, Eric Blossom, 2006/06/14