Re: guile-cairo - patch

2023-03-24 Thread David Pirotte
Hello Daniel, > Here comes 1 (attached) patch, which fixes both 'make check' > and 'make distcheck'. > ... Here is another patch, to be applied after the previous one, see the commit log ... [1] David [1] a bit more on this ... 1- This patch removes the call to m4_esyscmd, which itself ca

Re: guile-cairo - patch

2023-03-22 Thread David Pirotte
Hi Daniel, > the patch works fine on my side and fixes make check/distcheck as > you describe, thank you. Ok, great. > 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

Re: guile-cairo - patch

2023-03-21 Thread lloda
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 libra

guile-cairo - patch

2023-03-20 Thread David Pirotte
Hello Daniel, Here comes 1 (attached) patch, which fixes both 'make check' and 'make distcheck'. Please double check, try ... and let me know or push if everything looks good for you as well. Thanks, David From 1de7b5e994fd99e20849d9372963c2aadf782ed1 Mon Sep 17 00:00:00 2001 From: David Pirotte

guile-cairo: [PATCH] compile scm files and fix guile site location

2020-06-09 Thread Aleix Conchillo FlaquƩ
Hi! The attached patch fixes the location where scm files get installed to use what I believe is the standard location (using GUILE_EFFECTIVE_VERSION) and it also adds compilation support. I believe the patch should also work on Linux, but I haven't tried it, it's pretty standard though. With thi