From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Linphone Date: Thu, 26 Mar 2020 14:30:46 +0100 Message-ID: <87imirxmyh.fsf@elephly.net> References: <87r1xgxf9h.fsf@elephly.net> <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> <0304df752b5feb248342a4df3b96a156@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]:55679) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHSb9-0004qe-3P for guix-devel@gnu.org; Thu, 26 Mar 2020 09:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHSb8-0006EI-1c for guix-devel@gnu.org; Thu, 26 Mar 2020 09:31:02 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21154) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHSb6-0006Cg-7T for guix-devel@gnu.org; Thu, 26 Mar 2020 09:31:01 -0400 In-reply-to: <0304df752b5feb248342a4df3b96a156@disroot.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: Raghav Gururajan Cc: guix-devel@gnu.org Raghav Gururajan writes: > Hi Ricardo! >=20=20 >> Please try adding pkg-config to the native-inputs. > > I tried it, but didn't work. > >> If this still doesn=E2=80=99t 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? > > I believe the build script doesn't use pkg-config. :/ Does bctoolbox install a pc file? Cmake often uses pkg-config for finding packages. --=20 Ricardo