Describe the bug
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.
To Reproduce
On macOS:
- Install cling using:
brew install cling
- Run cling using:
cling
Setup
1.1
-
ProductName: macOS
ProductVersion: 15.0
BuildVersion: 24A335
homebrew cling - Homebrew Formulae
Additional context
cling still seems to operate fine when I tried it out, but the error seems odd.
Describe the bug
After fresh install using
brew install clinglaunching cling withclingfrom 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 clingclingSetup
1.1homebrewcling - Homebrew FormulaeAdditional context
clingstill seems to operate fine when I tried it out, but the error seems odd.