From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Re: Linphone Date: Thu, 26 Mar 2020 17:53:07 +0000 Message-ID: References: <4f0551a899bb9e25f58d2135605b36bc@disroot.org> <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]:44740) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHWgr-00069g-4g for guix-devel@gnu.org; Thu, 26 Mar 2020 13:53:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHWgp-0000mQ-SD for guix-devel@gnu.org; Thu, 26 Mar 2020 13:53:12 -0400 Received: from knopi.disroot.org ([178.21.23.139]:40424) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHWgp-0000lr-DO for guix-devel@gnu.org; Thu, 26 Mar 2020 13:53:11 -0400 In-Reply-To: <4f0551a899bb9e25f58d2135605b36bc@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: Danny Milosavljevic Cc: guix-devel@gnu.org So I was able to fix all the "Qt[...].cmake not found error by adding req= uired inputs. But during build I get lot of errors related to Qt. I am no= t able to understand what those are. They all contain some king of flags.= =0A=0AHere is a new of my project. https://bin.disroot.org/?5c92968202a11= fe5#5TrosGgDg5i5ZPve4VXr452wTrNHXaiHo146uc7gzZXP=0A=0ARegards,=0ARG.