From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Re: Linphone Date: Thu, 26 Mar 2020 14:24:42 +0000 Message-ID: <4f0551a899bb9e25f58d2135605b36bc@disroot.org> References: <20200326151739.2c4e990d@scratchpost.org> <20200325234858.67b6cf96@scratchpost.org> <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> <20200325232950.59dd1b1e@scratchpost.org> <44cf01ee6b496936a0dab02619037673@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39865) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHTR8-0001oa-GO for guix-devel@gnu.org; Thu, 26 Mar 2020 10:24:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHTR7-0000W1-DY for guix-devel@gnu.org; Thu, 26 Mar 2020 10:24:46 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56464) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHTR6-0000Ul-Ve for guix-devel@gnu.org; Thu, 26 Mar 2020 10:24:45 -0400 In-Reply-To: <20200326151739.2c4e990d@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi Danny!=0A=0A> I tried=0A> =0A> (arguments=0A> `(#:configure-flags=0A> = (list "-DENABLE_DBUS=3DYES"=0A> "-DENABLE_UPDATE_CHECK=3DYES")=0A> #:phas= es=0A> (modify-phases %standard-phases=0A> (add-after 'unpack 'patch=0A> = (lambda _=0A> (substitute* "CMakeLists.txt"=0A> (("find_package[(]BcToolb= ox REQUIRED[)]")=0A> "find_package(bctoolbox REQUIRED)")=0A> (("find_pack= age[(]Belcard REQUIRED[)]")=0A> "find_package(belcard REQUIRED)"))=0A> #t= )))))=0A> =0A> in linphone-desktop's package description and the error me= ssage changed.=0A=0AThanks so much. It did change the error :-).=0A=0ABtw= , when I was researching code base, I came across this technique. Will it= be relevant?=0A=0A ("BCTOOLBOX_INCLUDE_DIRS=3D-lbctoolb= ox"=0A ,(string-append "BCTOOLBOX_CFLAGS=3D-I"=0A = (assoc-ref %build-inputs "bctoolbox")=0A = "/include"))