I cloned master version and configured cmake. Running cmake generate step it fails.
In ekt-server, CMakeLists.txt this line fails - find_package(LibLinphoneCxx 5.3.0 REQUIRED) If I disable ekt the generate steps passes. Since ekt is enabled by default I assume it is a necessary package. Full test of the failure - CMake Error at /usr/share/cmake/Modules/ FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find LibLinphoneCxx (missing: LibLinphoneCxx_TARGET) (Required is at least version "5.3.0") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/FindLibLinphoneCxx.cmake:50 (find_package_handle_standard_args) ekt-server/CMakeLists.txt:58 (find_package) _______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
