-
Notifications
You must be signed in to change notification settings - Fork 275
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
Fresh install and launch prints ERROR in cling::CIFactory::createCI(): #536
Comments
have you fixed this? i encounter the same problem |
|
#531 is a temporary solution and built cling myself, then built Clang before building Cling |
I used the script given in this comment, and it worked for me but with a catch: I could not move the After building the Additionally, if I don't move cling outside the directory that it is in, and instead move the entire build directory that the cling binary is in (e.g. moving Interestingly, cling works fine even with the error showing. Additionally, if I move the cling binary back inside the directory that it was in, or if I move the whole parent directory back to where it was, and then launch the cling binary from there, the error goes away. It seems that the error stems from here: cling/lib/Interpreter/CIFactory.cpp Lines 356 to 365 in b2d9db5
After running cling from bash, I can see that |
Describe the bug
After fresh install using
brew install cling
launching cling withcling
from terminal prints an error.Expected behavior
The expected behavior is to not show an error and launch without issues.
To Reproduce
On macOS:
brew install cling
cling
Setup
1.1
homebrew
cling - Homebrew FormulaeAdditional context
cling
still seems to operate fine when I tried it out, but the error seems odd.The text was updated successfully, but these errors were encountered: