Package Details: cling-jupyter-git r5123.45318c5a-1

Git Clone URL: https://aur.archlinux.org/cling-git.git (read-only, click to copy)
Package Base: cling-git
Description: Interactive C++ interpreter built on the top of LLVM and Clang libraries.
Upstream URL: https://root.cern.ch/cling
Licenses: custom:Cling Release License
Submitter: hagabaka
Maintainer: ralphptorres
Last Packager: simonfxr
Votes: 45
Popularity: 0.000008
First Submitted: 2013-06-08 07:00 (UTC)
Last Updated: 2023-10-02 16:50 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jdc commented on 2019-04-25 03:14 (UTC)

I ran into a cryptic error message, but found it it was because I didn't have libc++ installed. With that out of the way, it works great!

maximaman commented on 2019-02-02 20:58 (UTC)

I have encountered the following error while trying to build the package:

/home/sid/src/aur/cling-git/src/llvm/tools/cling/lib/Interpreter/Interpreter.cpp: In constructor ‘cling::Interpreter::Interpreter(int, const char* const*, const char*, bool, const cling::Interpreter*)’:
/home/sid/src/aur/cling-git/src/llvm/tools/cling/lib/Interpreter/Interpreter.cpp:309:13: error: ‘class clang::CompilerInvocation’ has no member named ‘addOverlay’
       CInvo.addOverlay(FS);
             ^~~~~~~~~~
In file included from /home/sid/src/aur/cling-git/src/llvm/include/llvm/ADT/STLExtras.h:32,
                 from /home/sid/src/aur/cling-git/src/llvm/include/llvm/ADT/StringRef.h:13,
                 from /home/sid/src/aur/cling-git/src/llvm/tools/cling/include/cling/Interpreter/Interpreter.h:15,
                 from /home/sid/src/aur/cling-git/src/llvm/tools/cling/lib/Interpreter/Interpreter.cpp:10:
/home/sid/src/aur/cling-git/src/llvm/include/llvm/ADT/SmallVector.h: In instantiation of ‘void llvm::SmallVectorTemplateBase<T, true>::push_back(const T&) [with T = std::pair<clang::IdentifierInfo*, clang::SourceLocation>]’:
/home/sid/src/aur/cling-git/src/llvm/tools/cling/lib/Interpreter/Interpreter.cpp:833:53:   required from here

eduardosm commented on 2016-11-25 10:22 (UTC)

@marmistrz Please, try the new version I've just uploaded.

marmistrz commented on 2016-11-24 22:04 (UTC)

error: patch failed: tools/Jupyter/kernel/clingkernel.py:67 error: tools/Jupyter/kernel/clingkernel.py: patch does not apply

ralonso commented on 2016-04-11 04:01 (UTC)

It seems the jupyter diff no longer applies to the current git version of tools/Jupyter/kernel/clingkernel.py.

eduardosm commented on 2016-03-23 19:33 (UTC)

@NeoZelux The package is in the base-devel group, and according to the wiki there shouldn't be packages from that group in makedepends.

NeoZelux commented on 2016-03-22 20:58 (UTC)

Hi, I think you should add pkg-config as a build dependency.

fenuks commented on 2016-03-22 06:34 (UTC) (edited on 2016-03-22 06:36 (UTC) by fenuks)

@eduardosm After your comment, I removed all the cloned repos, re-downloaded it, and now cling builds! Thank you, and sorry for false alarm.