You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fresh install using brew install cling launching cling with cling from terminal prints an error.
ERROR in cling::CIFactory::createCI():
resource directory /tmp/cling-20240911-4658-shhoyi/cling-1.1/build/lib/clang/16 not found!
****************** CLING ******************
* Type C++ code and press enter to run it *
* Type .q to exit *
*******************************************
[cling]$
Expected behavior
The expected behavior is to not show an error and launch without issues.
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: