From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.user Subject: Re: My Wisp slides for FOSDEM Date: Wed, 3 Feb 2016 21:48:55 +0000 (GMT) Message-ID: References: <87y4b82xri.fsf@web.de> <874mdtkikd.fsf@web.de> <87lh71r1ny.fsf@web.de> Reply-To: Jan Wedekind NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1231660015-1454536136=:8505" X-Trace: ger.gmane.org 1454536162 6301 80.91.229.3 (3 Feb 2016 21:49:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2016 21:49:22 +0000 (UTC) Cc: guile-user@gnu.org To: Arne Babenhauserheide Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 03 22:49:15 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aR5IX-0003oX-D6 for guile-user@m.gmane.org; Wed, 03 Feb 2016 22:49:13 +0100 Original-Received: from localhost ([::1]:37895 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR5IW-0003Ja-MP for guile-user@m.gmane.org; Wed, 03 Feb 2016 16:49:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR5IN-0003IW-Tq for guile-user@gnu.org; Wed, 03 Feb 2016 16:49:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR5IK-0006Tj-OK for guile-user@gnu.org; Wed, 03 Feb 2016 16:49:03 -0500 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:39182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR5IK-0006Tb-Hu for guile-user@gnu.org; Wed, 03 Feb 2016 16:49:00 -0500 Original-Received: from wedemob.default (unknown [95.150.200.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by basicbox4.server-home.net (Postfix) with ESMTPSA id C76301530663; Wed, 3 Feb 2016 22:48:56 +0100 (CET) X-X-Sender: jan@wedemob In-Reply-To: <87lh71r1ny.fsf@web.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.137.212.26 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12349 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1231660015-1454536136=:8505 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable On Wed, 3 Feb 2016, Arne Babenhauserheide wrote: > > Jan Wedekind writes: > >> Yes, I'm still playing with it. >> >> By the way, here is a proposed change for the automake build [1] to ha= ve >> "make install" and "make uninstall" work as expected. >> >> [1] https://github.com/wedesoft/wisp/compare/master...make-install > > That=E2=80=99s great =E2=80=94 thank you! > (and easier to read) > > Writing good autotools scripts is still a challenge =E2=80=94 though I = think > that=E2=80=99s mostly an issue of documentation. > > When trying this, I stumble over this error message: > > configure: error: searching for guile development files for versions 2.= 0 1.8, but previously found /home/arne/.guix-profile/bin/guile version 2.= 2 > > Do you know how to fix that? > > Best wishes, > Arne Ok, I updated the code to use "GUILE_PKG([2.2 2.0 1.8])" instead of using pkg-config directly. Does this version work? [1] https://github.com/wedesoft/wisp/compare/master...make-install --8323329-1231660015-1454536136=:8505--