[hpsdr] flradio 1.0.2 released

Berndt Josef Wulf wulf at ping.net.au
Thu Oct 16 22:37:57 PDT 2014


G'day Sid,

Just had another look and see that it requires USE_SDR option to be set.
This is done by editing src/config.h and inserting the following lines:

/* Define to 1 if we are using SDR */
#define USE_SDR 1

This should solve your problem....

73, Berndt
VK5ABN

On Fri, 2014-10-17 at 16:01 +1030, Berndt Josef Wulf wrote:
> ***** High Performance Software Defined Radio Discussion List *****
> 
> G'day Sid,
> 
> SND_IDX_SDR is an enumerated variable defined in
> src/include/soundconf.h. You may want to check if it is in your source
> tree.
> 
> cheerio Berndt
> 
> 
> 
> On Fri, 2014-10-17 at 04:30 +0100, Sid Boyce wrote:
> >  From the name it's more like a missing header file from the diff, it's 
> > not declared.
> > root at odroidu3:/a1/fldigi-3.21.83-R# grep -r SND_IDX_SDR *
> > flradio/fldigi-1.0.2.diff:+   sound_update(SND_IDX_SDR);
> > flradio/fldigi-1.0.2.diff:+                 callback 
> > {sound_update(SND_IDX_SDR);
> > flradio/fldigi-1.0.2.diff:+        SND_IDX_PULSE, SND_IDX_SDR, 
> > SND_IDX_NULL, SND_IDX_END
> > flradio/fldigi-1.0.2.diff:+ btnAudioIO[SND_IDX_SDR]->deactivate();
> > flradio/fldigi-1.0.2.diff:+     case SND_IDX_SDR:
> > flradio/fldigi-1.0.2.diff:+     case SND_IDX_SDR:
> > flradio/fldigi-1.0.2.diff:+     case SND_IDX_SDR:
> > src/include/soundconf.h:       SND_IDX_PULSE, SND_IDX_SDR, SND_IDX_NULL, 
> > SND_IDX_END
> > src/soundcard/soundconf.cxx: btnAudioIO[SND_IDX_SDR]->deactivate();
> > src/soundcard/soundconf.cxx:    case SND_IDX_SDR:
> > src/dialogs/confdialog.fl:                callback 
> > {sound_update(SND_IDX_SDR);
> > src/dialogs/confdialog.cxx:  sound_update(SND_IDX_SDR);
> > src/trx/trx.cxx:        case SND_IDX_SDR:
> > src/trx/trx.cxx:        case SND_IDX_SDR:
> > 
> > root at odroidu3:/a1/fldigi-3.21.83-R# grep -r SND_IDX /usr/include/*
> > root at odroidu3:/a1/fldigi-3.21.83-R#
> > 73 ... Sid.
> > 
> > On 17/10/14 03:46, Berndt Josef Wulf wrote:
> > > G'day,
> > >
> > > it builds fine on Ubuntu 14.04LTS. Maybe a missing dependency, look for
> > > *-dev packages that are required to build the application from sources.
> > >
> > > 73, Berndt
> > > VK5ABN
> > >
> > > On Fri, 2014-10-17 at 03:02 +0100, Sid Boyce wrote:
> > >> ***** High Performance Software Defined Radio Discussion List *****
> > >>
> > >> Just trying to build from source. I haven't yet tried the binary.
> > >>     CXX    fldigi-fl_digi.o
> > >> dialogs/confdialog.cxx: In function âvoid
> > >> cb_btnAudioIO3(Fl_Round_Button*, void*)â:
> > >> dialogs/confdialog.cxx:3664:16: error: âSND_IDX_SDRâ was not declared in
> > >> this scope
> > >>      sound_update(SND_IDX_SDR);
> > >>                   ^
> > >>     CXX    fldigi-font_browser.o
> > >>     CXX    fldigi-Viewer.o
> > >> make[3]: *** [fldigi-confdialog.o] Error 1
> > >> make[3]: *** Waiting for unfinished jobs....
> > >> make[3]: Leaving directory
> > >> `/home/lancelot/ftp/OCT14/FLRADIO/fldigi-3.21.83-R/src'
> > >> make[2]: *** [all-recursive] Error 1
> > >> make[2]: Leaving directory
> > >> `/home/lancelot/ftp/OCT14/FLRADIO/fldigi-3.21.83-R/src'
> > >> make[1]: *** [all] Error 2
> > >> make[1]: Leaving directory
> > >> `/home/lancelot/ftp/OCT14/FLRADIO/fldigi-3.21.83-R/src'
> > >> make: *** [all-recursive] Error 1
> > >> slipstream:/home/lancelot/ftp/OCT14/FLRADIO/fldigi-3.21.83-R #
> > >> 73 ... Sid.
> > >>
> > >> On 15/10/14 16:38, AD0ES wrote:
> > >>> ***** High Performance Software Defined Radio Discussion List *****
> > >>>
> > >>> Hi,
> > >>>
> > >>> Sid reports that the 1.0.1a binary doesn't segfault for him now.
> > >>> I've put up the official 1.0.2 binary and patch/support files:
> > >>>
> > >>> http://ad0es.net/flradio/flradio-1.0.2.bin.gz
> > >>> http://ad0es.net/flradio/flradio-1.0.2.tgz
> > >>> http://ad0es.net/flradio/flrig-1.0.0.bin.gz
> > >>>
> > >>> On Oct 14, 2014, at 1:58 PM, AD0ES wrote:
> > >>>
> > >>>> ***** High Performance Software Defined Radio Discussion List *****
> > >>>>
> > >>>> Hi,
> > >>>>
> > >>>> I just uploaded a new version to my site:
> > >>>>
> > >>>> http://ad0es.net/flradio/flradio.bin.tgz
> > >>>>
> > >>>> Note that the patch files HAVE NOT BEEN UPDATED!  I need to cleanup the development
> > >>>> tree a bit before I can build a clean patch set.
> > >>> _______________________________________________
> > >>> HPSDR Discussion List
> > >>> To post msg: hpsdr at openhpsdr.org
> > >>> Subscription help: http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org
> > >>> HPSDR web page: http://openhpsdr.org
> > >>> Archives: http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/
> > >>>
> > >>
> > >
> > >
> > 
> > 
> 
> 
> _______________________________________________
> HPSDR Discussion List
> To post msg: hpsdr at openhpsdr.org
> Subscription help: http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org
> HPSDR web page: http://openhpsdr.org
> Archives: http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/



 1413524277.0


More information about the Hpsdr mailing list