Hi all, i'm almost there on the sdrangelove compilation:

[ 90%] Building CXX object plugins/samplesource/osmosdr/CMakeFiles/inputosmosdr.dir/osmosdrinput.cpp.o
/home/alejo/documents/sat-a-ware/sdrangelove/plugins/samplesource/osmosdr/osmosdrinput.cpp: In member function ‘bool OsmoSDRInput::applySettings(const SampleSource::GeneralSettings&, const OsmoSDRInput::Settings&, bool)’:
/home/alejo/documents/sat-a-ware/sdrangelove/plugins/samplesource/osmosdr/osmosdrinput.cpp:463:120: error: ‘osmosdr_set_iq_amp’ was not declared in this scope
    if(!osmosdr_set_iq_amp(m_dev, m_settings.m_opAmpI1, m_settings.m_opAmpI2, m_settings.m_opAmpQ1, m_settings.m_opAmpQ2))
                                                                                                                        ^
/home/documents/sat-a-ware/sdrangelove/plugins/samplesource/osmosdr/osmosdrinput.cpp:473:83: error: ‘osmosdr_set_tuner_dc_offset’ was not declared in this scope
    if(!osmosdr_set_tuner_dc_offset(m_dev, m_settings.m_dcOfsI, m_settings.m_dcOfsQ))
                                                                                   ^
make[2]: *** [plugins/samplesource/osmosdr/CMakeFiles/inputosmosdr.dir/osmosdrinput.cpp.o] Error 1
make[1]: *** [plugins/samplesource/osmosdr/CMakeFiles/inputosmosdr.dir/all] Error 2
make: *** [all] Error 2
make  82.14s user 4.50s system 91% cpu 1:34.54 total

Please let me know how to get over this,
Thanks in adavance!