guix-devel
[Top][All Lists]
Advanced

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

Re: Linphone


From: Maxim Cournoyer
Subject: Re: Linphone
Date: Fri, 27 Mar 2020 20:55:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi!

Ricardo Wurmus <address@hidden> writes:

> Hi,
>
>> For past week, I have been working on packaging Linphone. I have
>> successfully packaged all the required dependencies, including
>> liblinphone. Here is the whole diff of my project:
>
> Very nice!
>
>> For the final package, linphone-desktop, I am having some trouble. Here is 
>> the error I get:
>>
>> https://bin.disroot.org/?f9419716e5815c6c#DEtwGGt2mSM4UuYnDn7pd4BHvD5KWNXTWMYaHUCvidvA
>>
>> I tried (#configure-flags (list (string-append "-DBcToolbox_DIR=" (assoc-ref 
>> %build-inputs "bctoolbox")))). But it did not work.
>
> The error says
>
>   By not providing "FindBcToolbox.cmake" in CMAKE_MODULE_PATH this project
>   has asked CMake to find a package configuration file provided by
>   "BcToolbox", but CMake did not find one.
>
> So there is no FindBcToolbox.cmake file, which would tell CMake how to
> find the package.  There also is no pkg-config file (a file ending on
> .pc) — or perhaps there is but you are not using pkg-config.
>
> Please try adding pkg-config to the native-inputs.
>
> If this still doesn’t work check the output of bctoolbox: does it
> install a pkg-config file?  If it does: does the file mention any
> libraries that must be propagated?

Did Ricardo's suggestion help? I'm interested in Linphone on Guix! The
more VoIP options we have on the table in the times we're in, the better
:-). If you have more issues, do reach out, and I'll see if I can lend a
hand.

Thank you for working on it!

Maxim



reply via email to

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