-
Hello,
I could not compile cling after generating a Xcode project using CMAKE.
1) Is it possible to compile cling using Xcode?
2) In case of a affirmative answer, how?
Thanks.
Kind regards,
…
-
```
I hope that this isn't in the wrong place, however I don't really know where
else to put it. Recently I have seen bindings for pypy, a Python interpreter,
generated using a module/program called…
-
I have the following code
```
#pragma cling add_library_path("/myhome/mambaforge/envs/cling/lib")
#pragma cling load("libxeus")
#pragma cling load("libxeus-cling")
#include
int a = 1;
xc…
-
- [x] Checked for duplicates
### Describe the bug
Doing something like:
```
int x = 10;
x == 10;
.undo 2
float x = 10;
```
Works fine, but if you want to _evaluate_ `x == 10` (so …
aytey updated
6 months ago
-
### Describe the bug
A crash is produced if you type `.Class` in the ROOT prompt.
```
===========================================================================
struct std::atomic
SIZE: (NA) F…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21253](https://bugs.llvm.org/show_bug.cgi?id=21253) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi,
what do you think about replacing cling with [clang-repl](https://clang.llvm.org/docs/ClangRepl.html)?
From what I read ([Cling transitions to LLVM's clang-repl](https://clang.llvm.org/docs/Clan…
-
Hello I am trying to install xeus-cling, I am using miniconda and docker.
From running this command:
**(cling) User@Users-MacBook-Pro Downloads % conda install xeus-cling jupyterlab -c conda-for…
-
I have OpenMP connected, but when I try to parallelize the loop using `#pragma omp parallel` throws this error:
`IncrementalExecutor::executeFunction: symbol '__kmpc_for_static_init_4' unresolved w…
-
We have already worked on this a bit. I thought I would start a record of the journey and a conversation.
For many reasons, it would be nice to interact with our framework from a REPL. cling () off…