guix-devel
[Top][All Lists]
Advanced

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

Re: Linphone


From: Ricardo Wurmus
Subject: Re: Linphone
Date: Wed, 25 Mar 2020 23:04:42 +0100
User-agent: mu4e 1.2.0; emacs 26.3

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?

--
Ricardo



reply via email to

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