linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Issues compiling Liblinphone with tunnel support


From: Ted Penner
Subject: Re: [Linphone-users] Issues compiling Liblinphone with tunnel support
Date: Sat, 22 Jun 2024 05:56:24 -0500

Test response



On Fri, Jun 21, 2024 at 3:54 PM Felix Perez Diener <felix@boringcompany.com> wrote:
Hello,

I saw this mailing list is for issues related to compilation. When I try to cmake configure with the ENABLE_TUNNEL option, the build fails because it cannot clone git@gitlab.linphone.org:BC/private/tunnel.git.

I don't have access to clone that repo so I cannot build with tunnel support. How can I move forward here? Should that repo be made public...?

To reproduce:
  1. Clone the sdk and install dependencies
  2. Configure the sdk using
cmake --preset=ios-arm64 -G Xcode -B build -DLINPHONESDK_IOS_ARCHS="arm64" -DENABLE_TUNNEL=ON
  1. Configuration fails due to being unable to clone repo git@gitlab.linphone.org:BC/private/tunnel.git
    See Error:
...
git@gitlab.linphone.org: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
...
CMake Error at cmake/BCProjects.cmake:206 (add_subdirectory):
  add_subdirectory given source "tunnel" which is not an existing directory.
Call Stack (most recent call first):
  cmake/BCProjects.cmake:209 (add_tunnel)
  CMakeLists.txt:113 (include)
...


Thank you so much for your time,
Felix
_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]