IRC channel logs
2024-10-29.log
back to list of logs
<dpk>SRFI 248 is really weird <sepeth>Hey Guile hackers, I am trying to install guile-crypt on macOS but getting configure: error: GNU libgcrypt does not apper to be usable. I installed libgcrypt via homebrew. Here's the full configure output https://paste.debian.net/1333801/ <sepeth>The directories mentioned on the line 26 exist. <sepeth>And, this succeeds in guile repl: (dynamic-func "gcry_md_hash_buffer" (dynamic-link "/opt/homebrew/opt/libgcrypt/lib/libgcrypt.dylib")) <sepeth>Hmm, I think I found what's wrong. m4/guix.m4 expects LIBGCRYPT env var to be a path, not -L<path> -lgrypt... <sepeth>Ok, solved with --with-libgcrypt-libdir=/opt/homebrew/opt/libgcrypt/lib <ArneBab>dpk: then you should really comment there. <Arsen>my guess is somewhere demoralized.. but I couldn't be sure