Search Criteria
Package Details: cling 1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cling.git (read-only, click to copy) |
---|---|
Package Base: | cling |
Description: | Interactive C++ interpreter, built on the top of LLVM and Clang libraries |
Upstream URL: | https://root.cern/cling/ |
Keywords: | c c++ cling interpreter llvm |
Licenses: | custom:Cling Release License |
Conflicts: | cling |
Provides: | cling |
Submitter: | archibald869 |
Maintainer: | archibald869 |
Last Packager: | archibald869 |
Votes: | 19 |
Popularity: | 0.50 |
First Submitted: | 2019-08-28 11:45 (UTC) |
Last Updated: | 2024-05-10 06:45 (UTC) |
Dependencies (9)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- perl (perl-gitAUR) (optional) – support for scan-build, ccc-analyzer and c++-analyzer
- python (python37AUR, python311AUR, python310AUR) (optional) – support for scan-view and Jupyter
- python-pygments (optional) – support for opt-viewer
- python-yaml (python-yaml-gitAUR) (optional) – support for opt-viewer
Latest Comments
1 2 3 4 5 6 Next › Last »
QTaKs commented on 2025-03-02 08:17 (UTC)
@ThePirate42 Can you provide an example of the code where this error occurs?
ThePirate42 commented on 2025-02-23 09:58 (UTC) (edited on 2025-02-23 10:00 (UTC) by ThePirate42)
@QTaKs
After using your PKGBUILD i get the following error:
QTaKs commented on 2025-02-18 16:15 (UTC) (edited on 2025-02-18 16:20 (UTC) by QTaKs)
PKGBUILD:
QTaKs commented on 2025-02-18 16:11 (UTC) (edited on 2025-02-18 16:29 (UTC) by QTaKs)
Made a working PKGBUILD, though at the cost of patching binary files. What I did:
Used a newer version of
llvm-project
Added
LLVM_ENABLE_BINDINGS=OFF
, because ocaml did not let me finish the build.Added
CLING_CXX_PATH="/opt/cling/bin/clang++"
, because without it there were complaints about not being able to find header files when starting cling: ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!$srcdir
to/opt/cling
But I still haven't managed to fix the errors:
Apparently you still can't use
std::call_once
incling
kaelingre commented on 2025-01-15 16:39 (UTC)
Adding 1+1 works perfectly fine for me using the below PKGBUILD. I get though different errors for different code, e.g. when omitting semicolons to have an expression automatically printed. They are related to missing members in the global namespace (so no problem with missing header files).
archibald869 commented on 2025-01-12 11:06 (UTC) (edited on 2025-01-12 12:08 (UTC) by archibald869)
First of all, sorry for my late response!
@kaelingre: Thank you very much for your effort! I tried your PKGBUILD for v1.2, but I still get a similar error behavior:
kaelingre commented on 2025-01-03 08:43 (UTC)
Here's a PKGBUILD for v1.2 with LLVM18:
kaelingre commented on 2024-09-02 15:42 (UTC) (edited on 2024-09-02 15:44 (UTC) by kaelingre)
The below bug seems fixed in version 1.1 (with LLVM16 this time...). Please use this PKGBUILD:
kaelingre commented on 2024-07-29 11:20 (UTC) (edited on 2024-07-29 14:29 (UTC) by kaelingre)
@Tyilo and @ThePirate42: I get the same problem. It seems that the resource directory is not correctly set during installation:
The missing files (e.g. stddef.h) are though correctly installed into /opt/cling/lib/clang/13.0.0/include. I haven't quite figured out how to fix it yet.
ThePirate42 commented on 2024-06-29 16:01 (UTC)
I have the same problem:
https://pastebin.com/DU9212iq
1 2 3 4 5 6 Next › Last »