On 05/09/17 19:31, Maxim Uvarov wrote: > I got this error from latest api-next in github. > Anything I am missing? I have installed libcunit1-dev > > checking for asciidoctor... asciidoctor > checking for mscgen... no > configure: WARNING: mscgen not found - continuing without sequence > message support > checking for CUNIT... no > configure: error: Package requirements (cunit) were not met: > > Package 'cunit' has no Version: field > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix.
Please see https://github.com/Linaro/odp/pull/162 . CUnit before 2.1-3 contained invalid cunit.pc file. Try calling /configure CUNIT_CFLAGS="-I/usr/include" CUNIT_LIBS="-lcunit" ..... -- With best wishes Dmitry
