BelledonneCommunications / bctoolbox

Linphone.org mirror for bctoolbox (git://git.linphone.org/bctoolbox.git)
http://linphone.org
GNU General Public License v3.0
25 stars 33 forks source link

build error #10

Open mzimmers opened 4 years ago

mzimmers commented 4 years ago

Hi -

I'm trying to build bctoolbox (so in turn I can build the rtp package), and I'm getting this error:

`-- Could NOT find Decaf (missing: Decaf_DIR) -- DTLS SRTP not available CMake Error at CMakeLists.txt:121 (find_package): Could not find a package configuration file provided by "BcUnit" with any of the following names:

BcUnitConfig.cmake
bcunit-config.cmake

` Can someone tell me what I might be doing wrong? Thanks.

Kay-Linnnn commented 3 years ago

Hey, I got the similar error "-- Could NOT find Decaf (missing: Decaf_DIR)", have you fixed this out?

Flavien63 commented 2 years ago

Hey, did you find a solution ? I don't know if I can't use CMAKE or if i have some issues with BCUnit. I got a similar error.

-- Could NOT find Decaf (missing: Decaf_DIR) -- DTLS SRTP not available CMake Error at CMakeLists.txt:130 (find_package): Could not find a package configuration file provided by "BcUnit" with any of the following names:

BcUnitConfig.cmake
bcunit-config.cmake

Add the installation prefix of "BcUnit" to CMAKE_PREFIX_PATH or set "BcUnit_DIR" to a directory containing one of the above files. If "BcUnit" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred!