-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail on Mac #493
Comments
Hmm. You would see this error if
What happens when you try to install using brew? |
When I did try brew, there was a message about installing cyclone-bootstrap, then make started. After awhile there was an error message. Here's the transcript.
|
it is probably useful to you to run the brew install again after removing the /usr/local/bin/winds file it complained about above.
Similar result. |
Also, running the test you mention:
|
I started down this path after seeing failures when trying to use
cyclone format
.I installed
cyclone-bootstrap
as directed in the documentation for the Mac sincethe brew installation is not working.
The
make test
command produced an error "outside of tests".But no errors in the tests themselves were noted.
I tried running the tests in the main
cyclone
repository since they are more extensiveand have tests for SRFI 28, the one causing my original problem. The same error as
above was noted in addition to a crash:
It doesn't appear to have made it to the tests for the
format
library.Any ideas?
The text was updated successfully, but these errors were encountered: