Logo

dev-resources.site

for different kinds of informations.

install guile to mac

Published at
12/26/2024
Categories
mac
guile
homebrew
mise
Author
kentaro0919
Categories
4 categories in total
mac
open
guile
open
homebrew
open
mise
open
Author
11 person written this
kentaro0919
open
install guile to mac

I like to use mise for my tools.
But I was not able to install guile.

First trouble:
I had gpg error like last post. I was able to sorbe this with

gpg --receive-keys 645357D2883A0966
Enter fullscreen mode Exit fullscreen mode

Second trouble:
Guile was not running.
After

mise use  [email protected]
Enter fullscreen mode Exit fullscreen mode

guile was installed but when I run

guile --version
Enter fullscreen mode Exit fullscreen mode

Return with an error.

guile was not running. It was the same for [email protected]

guile --version
dyld[3069]: Library not loaded: /usr/local/opt/bdw-gc/lib/libgc.1.dylib
  Referenced from: <3F095348-0DF5-3FA1-8D70-CD619E3FAB13> /Users/kentarom/.local/share/mise/installs/guile/3.0.9/bin/guile
  Reason: tried: '/usr/local/opt/bdw-gc/lib/libgc.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/bdw-gc/lib/libgc.1.dylib' (no such file), '/usr/local/opt/bdw-gc/lib/libgc.1.dylib' (no such file)

Enter fullscreen mode Exit fullscreen mode

I installed with homebrew

brew install guile
Enter fullscreen mode Exit fullscreen mode

and followed the instruction

The formula built, but is not symlinked into /usr/local
Could not symlink bin/guild
Target /usr/local/bin/guild
already exists. You may want to remove it:
  rm '/usr/local/bin/guild'

To force the link and overwrite all conflicting files:
  brew link --overwrite guile

To list all files that would be deleted:
  brew link --overwrite guile --dry-run
Enter fullscreen mode Exit fullscreen mode
guile --version
guile (GNU Guile) 3.0.10
Copyright (C) 2024 Free Software Foundation, Inc.

License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Enter fullscreen mode Exit fullscreen mode
mac Article's
30 articles in total
Favicon
Scan Your Linux Disk and Visualize It on Mac with GrandPerspective
Favicon
Build a Mac Tool to Fix Grammar Using TypeScript, OpenAI API, and Automator
Favicon
install guile to mac
Favicon
Why is CPU usage more than 100% in Mac activity monitor?
Favicon
How to create Mac GUI applications in SPVM?
Favicon
Mac Mini M4 Storage Upgrade: NAS vs SSD upgrade – Complete Solution
Favicon
Unlock 1 Billion NYC Taxi Rides: A Step-by-Step Guide
Favicon
Cómo usar aplicaciones de Windows en Mac
Favicon
Run lunarvim in a devcontainer
Favicon
Making Your Docker Network Reachable In MacOS
Favicon
How I cleaned my MacBookPro 2015 and released 50Gb of disk space
Favicon
Sharing My Experience (Mac Users): Time to Get Rid of the Mouse with Homerow and Aerospace
Favicon
Python Project Creation on Mac OS X
Favicon
How To Solve The Problem of the Vanishing PDF Form Data
Favicon
Obsidian - How to create Daily note every day, even if I don't open it
Favicon
🍏 If I Got a New Mac, Here's What I'd Install First as a DevOps Engineer 🧑‍💻
Favicon
Run Flux.1 on M3 Mac with Diffusers
Favicon
Top Project Management Software for Mac Users: What to Choose
Favicon
Unlock Your Mac’s Full Potential: 8 Game-Changing Apps to Supercharge Your Productivity
Favicon
How I build simple Mac apps using Go
Favicon
Vagrant and VMWare Fusion in Mac M1
Favicon
Обнаружение потери пакетов
Favicon
TIL you can create keyboard shortcuts to switch between a specific desktop
Favicon
Solving frequent MacBook problems
Favicon
zsh: command not found ui5 tooling.
Favicon
Best OLM To PST Converter Software - 2024
Favicon
How To Import Mail from Mac Outlook to Windows Outlook? – Solved
Favicon
How to setup Mac for development in 2024. (Ruby on Rails and NodeJS)
Favicon
Docker Build with Mac
Favicon
How to Add VSCode path to Mac path permanently

Featured ones: