Re: [PATCH] foreign-library: fix darwin detection

2021-09-02 Thread lloda
Patch is applied in 1f100a4f20c3a6e57922fb26fce212997e2a03cb, thanks. However I cannot build Guile on macos at the moment bc of an error in lib/basename-lgpl.h, this seems caused by the last gnulib update :-\ > On 2 Sep 2021, at 07:38, Aleix Conchillo Flaqué wrote: > > Without this change dy

Re: [PATCH] foreign-library: fix darwin detection

2021-09-01 Thread Aleix Conchillo Flaqué
And there are also more errors, for example in guile-gcrypt: dyld: lazy symbol binding failed: Symbol not found: __gcry_check_version Referenced from: /usr/local/lib/libgcrypt.dylib Expected in: flat namespace dyld: Symbol not found: __gcry_check_version Referenced from: /usr/local/lib/libg

Re: [PATCH] foreign-library: fix darwin detection

2021-09-01 Thread Aleix Conchillo Flaqué
Without this change dynamic libraries in macOS are not loaded properly. This has happened since 3.0.6. scheme@(guile-user)> %host-type $1 = "x86_64-apple-darwin20.5.0" scheme@(guile-user)> (use-modules (git)) While compiling expression: In procedure git_libgit2_i