guix-devel
[Top][All Lists]
Advanced

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

Re: Linphone


From: Raghav Gururajan
Subject: Re: Linphone
Date: Thu, 26 Mar 2020 14:24:42 +0000

Hi Danny!

> I tried
> 
> (arguments
> `(#:configure-flags
> (list "-DENABLE_DBUS=YES"
> "-DENABLE_UPDATE_CHECK=YES")
> #:phases
> (modify-phases %standard-phases
> (add-after 'unpack 'patch
> (lambda _
> (substitute* "CMakeLists.txt"
> (("find_package[(]BcToolbox REQUIRED[)]")
> "find_package(bctoolbox REQUIRED)")
> (("find_package[(]Belcard REQUIRED[)]")
> "find_package(belcard REQUIRED)"))
> #t)))))
> 
> in linphone-desktop's package description and the error message changed.

Thanks so much. It did change the error :-).

Btw, when I was researching code base, I came across this technique. Will it be 
relevant?

                  ("BCTOOLBOX_INCLUDE_DIRS=-lbctoolbox"
                  ,(string-append "BCTOOLBOX_CFLAGS=-I"
                                  (assoc-ref %build-inputs "bctoolbox")
                                  "/include"))



reply via email to

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