rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01794
Re: [Question #255525]: crc creating error and aborting compilation
Question #255525 on rohc changed:
https://answers.launchpad.net/rohc/+question/255525
Status: Open => Needs information
Didier Barvaux requested more information:
Hello,
Your program builds and works fine with both library 1.6.1 and 1.7.0.
Building it emits many deprecation warnings, but it builds nevertheless.
My best hypothesis is that you have an old version of the ROHC library installed on your system. Please run the following commands to try to discover it:
$ pkg-config rohc --modversion
$ ls -l /usr/lib/librohc*
$ ls -l /usr/lib64/librohc*
$ ls -l /usr/local/lib/librohc*
$ ls -l /usr/local/lib64/librohc*
$ ls -l /usr/include/rohc*
$ ls -l /usr/local/include/rohc*
Regards,
Didier
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.