myriadrf / libxtrx

High-level XTRX API library
Apache License 2.0
28 stars 27 forks source link

xtrx gr-osmosdr fork breaks due to xtrx_open_list() removal #10

Closed lainy closed 4 years ago

lainy commented 5 years ago

This commit replaces xtrx_open_list with xtrx_open_string, breaking gr-osmosdr build due to this line: https://github.com/xtrx-sdr/gr-osmosdr/blob/libxtrx/lib/xtrx/xtrx_obj.cc#L71

bkerler commented 5 years ago

I can also confirm that issue. Looks like the changes broke gr-osmosdr.

lainy commented 5 years ago

I've created a pull request over at the xtrx fork of gr-osmosdr that solves this.

chemeris commented 4 years ago

The PR is merged.