Gr-ctrlport client using IceE

Just FYI, trying to compile a controlport client using the embedded
version of Ice (IceE) gives an error

slice2cppe gnuradio.ice
gnuradio.ice:72: Struct data member min' cannot be a value object. gnuradio.ice:73: Struct data membermax’ cannot be a value object.
gnuradio.ice:74: Struct data member defaultvalue' cannot be a value object. gnuradio.ice:78: DictionaryKnobMap’ cannot contain object values.
gnuradio.ice:87: KnobMap' is not defined gnuradio.ice:88:KnobMap’ is not defined

This was on a raspberry pi, where trying to use the regular libice
gives an “unknown architecture” error, which is weird enough on it’s
own given that it is a binary package from the raspbian repository.

Alex

On Sat, May 18, 2013 at 11:42 PM, Alexandru C. [email protected]
wrote:

This was on a raspberry pi, where trying to use the regular libice
gives an “unknown architecture” error, which is weird enough on it’s
own given that it is a binary package from the raspbian repository.

Alex

Alex,

Ok, that’s interesting to see. I don’t know if we’ve ever tried to
build from IceE before. Hopefully it will be manageable, since we
would like to have support for it for embedded devices.

Could you post this information on the bug tracker?

Tom

On Sun, May 19, 2013 at 11:26 AM, Tom R. [email protected] wrote:

gnuradio.ice:88: `KnobMap’ is not defined
build from IceE before. Hopefully it will be manageable, since we
would like to have support for it for embedded devices.

Could you post this information on the bug tracker?

Sounds great.
I have opened a new item in the bug tracker.

Alex