ControlPort configuration

Hey guys,

I just posted some information on some of the code that was just pushed
to
master/next:

I wanted to point this out for two reasons, and both of them have to do
with Alexandru C. :slight_smile:

This article addresses code that was created to allow full C++ use of
the
GNU Radio preference/config files. It also shows how to use a config
file
to setup the ICE endpoints for ControlPort, so you can specify the
interface and port you’re using

Tom

On Tue, Feb 19, 2013 at 5:58 PM, Tom R. [email protected] wrote:

This article addresses code that was created to allow full C++ use of the
GNU Radio preference/config files. It also shows how to use a config file to
setup the ICE endpoints for ControlPort, so you can specify the interface
and port you’re using

That’s great, thanks!
It seems however, that an “#include ” is missing in
gr_prefs.cc - both the master and the next branch fail building for me
unless I add the include. The error I get is:

gnuradio-core/src/lib/general/gr_prefs.cc:87:3: error: cerr is not a
member of std

Alex

On Tue, Feb 19, 2013 at 2:19 PM, Alexandru C. [email protected]
wrote:

with
gr_prefs.cc - both the master and the next branch fail building for me
unless I add the include. The error I get is:

gnuradio-core/src/lib/general/gr_prefs.cc:87:3: error: cerr is not a
member of std

Alex

Oops, that cerr line was a debug line that wasn’t removed. I’ll push a
fix
for that in a second.

Tom