← Back to team overview

rohc team mailing list archive

Re: [Question #403402]: Compress VoIP with ROHC

 

Question #403402 on rohc changed:
https://answers.launchpad.net/rohc/+question/403402

gael anyouzoa gave more information on the question:
Hi, i'am asking for how to resolve this issue?i think i have got the rohc last releaseThank's
root@butterfly-VirtualBox:/usr/src/iprohc-0.7.1# cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr Building from release sources
Checking for threads
Checking for ROHC
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- checking for module 'rohc'
--   found rohc, version 2.0.0
-- Found ROHC: 2.0.0  
-- Looking for rohc_compress2 in rohc_comp
-- Looking for rohc_compress2 in rohc_comp - not found
CMake Error at common/FindROHC.cmake:41 (message):
  rohc_compress2() not available in the ROHC library, please upgrade to 1.6.0
  or greater
Call Stack (most recent call first):
  common/CMakeLists.txt:9 (find_package)


-- Configuring incomplete, errors occurred!
See also "/usr/src/iprohc-0.7.1/CMakeFiles/CMakeOutput.log".
See also "/usr/src/iprohc-0.7.1/CMakeFiles/CMakeError.log".


    Le Mardi 1 novembre 2016 19h22, Didier Barvaux <question403402@xxxxxxxxxxxxxxxxxxxxx> a écrit :
 

 Your question #403402 on rohc changed:
https://answers.launchpad.net/rohc/+question/403402

Didier Barvaux posted a new comment:
Hello again,

> Hi, i have got this issue when i try command :cmake CMakeLists.txt
> -DCMAKE_INSTALL_PREFIX=/usr
> [...]
> -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)

The error message is quite clear. The pkg-config tool was not found. On
Ubuntu or Debian, run "apt-get install pkg-config" as root.

I added pkg-config to the prerequisites for installing the IP/ROHC
software. Be sure to check that all the required software are installed:
https://rohc-lib.org/wiki/doku.php?id=iprohc-install&#prerequisites

Regards,
Didier

-- 
You received this question notification because you asked the question.

You received this question notification because your team ROHC Team is
an answer contact for rohc.