rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #02104
Re: [Question #403875]: make check failure
Question #403875 on rohc changed:
https://answers.launchpad.net/rohc/+question/403875
Status: Open => Answered
Didier Barvaux proposed the following answer:
Hello,
Your system misses some required dependencies for building and running tests. They are checked by the configure script if you ask it to check those dependencies. Run the following command to detect all of them:
$ ./configure --enable-rohc-tests
In your case, I'm sure you miss the cmocka library. Install it with your
package manager (apt-get install libcmocka-dev for Debian or Ubuntu).
See https://rohc-lib.org/wiki/doku.php?id=library-install-sources-
options for the full list of configure options. Or run ./configure
--help
Regards,
Didier
--
You received this question notification because your team ROHC Team is
an answer contact for rohc.