You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew info aconchillo/guile/guile-next aconchillo/guile/fibers
==> aconchillo/guile/guile-next: stable 3.0.9 (bottled)
GNU Ubiquitous Intelligent Language for Extensions
https://www.gnu.org/software/guile/
Installed
/opt/homebrew/Cellar/guile-next/3.0.9_4 (858 files, 61MB) *
Poured from bottle on 2024-05-11 at 06:41:49
From: https://github.com/aconchillo/homebrew-guile/blob/HEAD/Formula/guile-next.rb
License: LGPL-3.0-or-later
==> Dependencies
Build: autoconf ✔, automake ✘, gettext ✔, gnu-sed ✔, texinfo ✔
Required: bdw-gc ✔, gmp ✔, libtool ✔, libunistring ✔, pkg-config ✔, readline ✔
==> Caveats
To use `guile-next` you need to unlink `guile` and then link `guile-next`:
brew unlink guile
brew link guile-next
Guile libraries can now be installed here:
Source files: /opt/homebrew/share/guile/site/3.0
Compiled files: /opt/homebrew/lib/guile/3.0/site-ccache
Extensions: /opt/homebrew/lib/guile/3.0/extensions
Add the following to your .bashrc or equivalent:
export GUILE_LOAD_PATH="/opt/homebrew/share/guile/site/3.0"
export GUILE_LOAD_COMPILED_PATH="/opt/homebrew/lib/guile/3.0/site-ccache"
export GUILE_SYSTEM_EXTENSIONS_PATH="/opt/homebrew/lib/guile/3.0/extensions"
==> aconchillo/guile/fibers: stable 1.3.1 (bottled)
Concurrency library for Guile
https://github.com/wingo/fibers
Installed
/opt/homebrew/Cellar/fibers/1.3.1_1 (58 files, 2.6MB) *
Poured from bottle on 2024-07-11 at 12:47:41
From: https://github.com/aconchillo/homebrew-guile/blob/HEAD/Formula/fibers.rb
==> Dependencies
Build: autoconf ✔, automake ✘, texinfo ✔
Required: guile ✔, libevent ✔
==> Caveats
Remember to add the following to your .bashrc or equivalent in order to use this module:
export GUILE_LOAD_PATH="/opt/homebrew/share/guile/site/3.0"
export GUILE_LOAD_COMPILED_PATH="/opt/homebrew/lib/guile/3.0/site-ccache"
export GUILE_SYSTEM_EXTENSIONS_PATH="/opt/homebrew/lib/guile/3.0/extensions"
The text was updated successfully, but these errors were encountered:
@dannyob thank you for reporting this and for the sponsor ❤️ ! i'll take a look as soon as i can. I was on vacation for a couple of weeks and just catching up with work and others.
No hurry! One thing I noticed was downloading and building guile-fibers from scratch on my Mac worked fine. Not sure which compiler it was using, but I can find out if it is useful to you!
Hi! I checked (and actually pushed a new guile-next) and could reproduce the issue. I believe the .go files should be compatible between versions so not sure what's going on. I will ask the guile-user mailing list and see what they say.
(This also means that guile goblins doesn't work)
I've included the versions and lldb dump below. Hope that helps, happy to help more!
Thanks for all your work,
lldb -- guile -c '(use-modules (fibers))'
brew info aconchillo/guile/guile-next aconchillo/guile/fibers
The text was updated successfully, but these errors were encountered: