From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Wielkiewicz Subject: Re: Packaging Jami progress Date: Thu, 7 Nov 2019 20:55:46 +0100 Message-ID: <20191107205546.69159999@interia.pl> References: <20191104214754.793ec2ff@interia.pl> <20191105175001.389c6117@interia.pl> <87pni5qouc.fsf@ambrevar.xyz> <20191106172445.3bdd057d@interia.pl> <87r22lorwh.fsf@ambrevar.xyz> <87a797o6hb.fsf@ambrevar.xyz> 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]:44480) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSpE2-0001K7-55 for guix-devel@gnu.org; Thu, 07 Nov 2019 16:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSpE0-0007ui-Sd for guix-devel@gnu.org; Thu, 07 Nov 2019 16:21:53 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.152]:39470) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSpE0-0007pe-8w for guix-devel@gnu.org; Thu, 07 Nov 2019 16:21:52 -0500 In-Reply-To: <87a797o6hb.fsf@ambrevar.xyz> 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.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix-devel Dnia 2019-11-07, o godz. 20:02:08 Pierre Neidhardt napisa=C5=82(a): > Hi Jan, >=20 > Here is a quick 'n' dirty restinio package: Cool, thanks! >=20 > The CMakeLists are a bit convoluted, so I simply skipped the root one > and when straight into the restinio subfolder. > > I'm too lazy to figure out how to run the tests at the moment. As far as it works, we can skip this now. All I need is compiling Jami, then I'll improve the quality of the package definitions. >=20 > Note: the comma "," in Scheme means it "unquotes" the following > expression, and thus the space must be put before it, not after. >=20 > Wrong: >=20 > ("boost", boost) >=20 > Correct: >=20 > ("boost" ,boost) Right, this explains a lot. This is my brain and Scheme - I actually read what it is and how it works, I use it in guile repl, but somehow my brain had treated this comma as if it was C++. Same thing with the fancy version of the Cookbook :) >=20 > Cheers! > Thanks for everything, I'll check how it works with the Jami package tomorrow. Jan Wielkiewicz