Installation error when running ciao build #92
-
Hi, I am trying to install the Ciao system. I am on MacOS, and have been following the instructions at https://ciao-lang.org/ciao/build/doc/ciao.html/Install.html#Installing%20dependencies However, I am getting the following error when running
Any help would be greatly appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Thanks for reporting! You used the "curl https://ciao-lang.org/boot -sSfL | sh -s -- get devenv" method, right? The error appears in the generation of the documentation: there is a missing bundle dependency. We are about to upgrade the Ciao version and we will fix that but in the meantime there is fortunately an easy fix: use the interactive method "curl https://ciao-lang.org/boot -sSfL | sh", hitting enter for all the questions. Please let us know if you find any problems. |
Beta Was this translation helpful? Give feedback.
-
(If you are instead building from source then you can do 'ciao build --bin' which will skip building the documentation.) |
Beta Was this translation helpful? Give feedback.
-
(This should be fixed in the new 1.23 release) |
Beta Was this translation helpful? Give feedback.
(This should be fixed in the new 1.23 release)