From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: Re: wrapping freexl in guile Date: Sat, 03 Jun 2017 22:49:25 +0200 Message-ID: <87h8zwpzje.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHFzP-0003TG-LG for help-guix@gnu.org; Sat, 03 Jun 2017 16:49:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHFzL-0001rH-Gt for help-guix@gnu.org; Sat, 03 Jun 2017 16:49:38 -0400 Received: from mout02.posteo.de ([185.67.36.142]:47257) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dHFzL-0001lO-9l for help-guix@gnu.org; Sat, 03 Jun 2017 16:49:35 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix Catonano writes: > I copied guile-gcrypt > > I changed all the occurrrences of "gcrypt" in "freexl" in all the relevant > files > > I created an env with > > ~/projects/guile-freexl$ guix environment -l ./guix.scm --ad-hoc guile > freexl > > I run configure and I got > > checking for libfreexl-config... no > checking libfreexl's library directory... > checking for libfreexl shared library name... libfreexl > checking whether libfreexl can be dynamically loaded... no > configure: error: GNU libfreexl does not appear to be usable; see > `--with-libfreexl-prefix' and `README'. > The following command seemed to run to completion for me: [env]$ ./configure --with-freexl-prefix=$GUIX_ENVIRONMENT Maybe check out the following link, by coincidence about gcrypt as well ;-). https://lists.gnu.org/archive/html/bug-guix/2013-02/msg00062.html > If I do the same in guile-gcrypt it builds successfully > > Why ? > > P.S. it's here https://gitlab.com/humanitiesNerd/guile-freexl > P.P.S I tried with both "libfreexl" AND "freexl"