analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
94 stars 61 forks source link

Make: error gr::iio #97

Open mjihad-75 opened 3 years ago

mjihad-75 commented 3 years ago

Hi, I am trying to compile gr-iio in version 3.8 (I have cloned the repository from the upgrade-3.8 branch) and I get the following error when doing make:

make_error

Can anyone help me? Thank you very much!

pgoettle commented 3 years ago

i have the same issue. I was looking at what Adam Holden posted in Issue #96 (there is a link to this issue in his Issue # 95 posting) and it seems that he is on track to address the incompatibility issue between GNU radio 3.9 and gr-iio. I'm not a programming expert - barely a novice - but it seems that gr-iio is using the boost libraries for pointers or shared pointers (I'm sure I'm not articulating that properly) and GNU radio 3.9 is using a later version of C++ that has this capability built-in.

A C++ expert can articulate this much better.

pgoettle commented 3 years ago

Sorry - i have Mr. Horden's name wrong. It's Adam Horden