-
Notifications
You must be signed in to change notification settings - Fork 0
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
When running make bin/ivars-count
, I get ... Error: execution of command failed with code: 1 ...
#1
Comments
@drhuffman12 have you ever been able to build the compiler from source in that environment? From the error seems more related to building the compiler directly rather than an issue in the repo. |
@bcardiff , I don't think I've tried building Crystal from source on this system. I'll try the link you sent. Thanks. 😄 |
@bcardiff , I am using LLVM 10. I tried the steps in https://crystal-lang.org/install/from_sources/. Maybe I missed a step along the way? Do I need to revert to LLVM 8 noted in the doc's? (a) Does the (b) So, I continued w/out setting it; and got the errors noted below. I then tried setting it to the path that it said it didn't contain (but should contain?); and I got the same error. (It kinda sounds like (c) Also, I think there is a typo in See below... Working my way thru the steps noted in https://crystal-lang.org/install/from_sources/, when I got to the step
... but the
|
I tried running
$ make bin/ivars-count
and got the below error. What am I missing?I have:
/usr/bin
in my pathThe text was updated successfully, but these errors were encountered: