fix build for recent... macos? readline? ruby?#389
fix build for recent... macos? readline? ruby?#389jjb wants to merge 2 commits intothoughtbot:mainfrom
Conversation
|
i think something like this works git checkout jjb-1
bundle --redownload
RUBY=$(which ruby) ./configure
make
sudo make install |
|
I'm not having any luck with @jjb 's 17 November 2024 recipe. I fail on the third step; I get Am I missing a step somewhere? |
|
“ require: command not found” seems like a ruby script is being run as a shell script |
|
It does, doesn't it? But the earlier |
got these errors on macos 14 with ruby 3.2 and 3.3 and readline 8.2, not sure which one is the culprit, my C skills are almost nonexistent but i powered through!