No package 'libosmocoding' found
I got an error when running "cmake .."while compiling gr-gsm,after referring to https://github.com/ptrkrysik/gr-gsm/issues/416, I installed the necessary software,But still something went wrong。 Linux version: ubuntu16.04
-- Checking for module 'libosmocoding' -- No package 'libosmocoding' found -- Could NOT find libosmocoding (missing: LIBOSMOCODING_LIBRARY LIBOSMOCODING_INCLUDE_DIR) -- Compiling local version of libosmocoding -- Loading build date Tue, 15 Sep 2020 09:13:29 into constants... -- Loading version 0.42.2. into constants... -- Using install prefix: /usr/local -- Building for version: 0.42.2. / 0.42.2. -- Configuring done -- Generating done -- Build files have been written to: /home/md/gr-gsm/build
Linux version: ubuntu16.04
This version is ancient and probably does not have libosmocoding-dev package. If sudo apt-get install libosmocoding-dev does not install it than my recommendation is to update your Ubuntu to a more recent version.