From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: lloda Newsgroups: gmane.lisp.guile.user Subject: Re: guile-cairo - patch Date: Tue, 21 Mar 2023 17:04:51 +0100 Message-ID: References: <20230321020531.0417f3d9@aicha> Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13327"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user To: David Pirotte Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Mar 21 17:05:40 2023 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1peeUV-0003LE-M3 for guile-user@m.gmane-mx.org; Tue, 21 Mar 2023 17:05:39 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peeU5-0008VN-Rq; Tue, 21 Mar 2023 12:05:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peeU4-0008VE-Ow for guile-user@gnu.org; Tue, 21 Mar 2023 12:05:12 -0400 Original-Received: from mta-06-3.privateemail.com ([198.54.127.59]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peeU3-00008a-13 for guile-user@gnu.org; Tue, 21 Mar 2023 12:05:12 -0400 Original-Received: from mta-06.privateemail.com (localhost [127.0.0.1]) by mta-06.privateemail.com (Postfix) with ESMTP id 8B84218000A7; Tue, 21 Mar 2023 12:04:55 -0400 (EDT) Original-Received: from [192.168.1.105] (unknown [51.154.167.214]) by mta-06.privateemail.com (Postfix) with ESMTPA id EA98718000A3; Tue, 21 Mar 2023 12:04:53 -0400 (EDT) In-Reply-To: <20230321020531.0417f3d9@aicha> X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.127.59; envelope-from=lloda@sarc.name; helo=MTA-06-3.privateemail.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18950 Archived-At: Hi David, the patch works fine on my side and fixes make check/distcheck as you = describe, thank you. However I think it's unfortunate that it requires the dynamic library = path to be adjusted after installation, which is something that = guile-cairo was handling before. This is a private library that is of no = use except to guile-cairo itself. I wonder if it's possible to fix your fix, so to speak, so that we don't = lose that feature. After all, you're already telling Guile to find the = library in different places depending on whether we're on the build = environment or not. Wdyt. Regards Daniel