rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01718
Re: [Question #250846]: cmocka installation issues
Question #250846 on rohc changed:
https://answers.launchpad.net/rohc/+question/250846
Status: Open => Answered
Didier Barvaux proposed the following answer:
Hi,
This is not a ROHC problem, but a cmocka one. Please send your questions
about cmocka to the cmocka mailing-list next time (see
http://cmocka.org/).
You encountered a problem because you didn't follow the installation instructions of cmocka. The http://git.cryptomilk.org/projects/cmocka.git/tree/INSTALL file tells you to run the command:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
but you typed the command:
sudo cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
The sudo command is useless. And the 2 dots at the very end are missing.
Regards,
Didier
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.