D-mo
D-mo
FWIW I've created proper Debian packaging for Cling here: https://github.com/dimitry-ishenko-cpp/cling-packaging You can also install Cling on Ubuntu 22.04 from my PPA here: https://launchpad.net/~ppa-verse/+archive/ubuntu/xeus-cling
@Apteryks thanks for this patch. Saved me a lot of headaches. I've build patched versions of LLVM and Clang with the Cling patches: https://github.com/dimitry-ishenko-cpp/llvm-project and made a small PPA with...
@Apteryks for some reason I am getting segfaults when trying to run cling on Ubuntu 22.04: ```gdb (gdb) bt #0 0x00007ffff18252fd in std::__cxx11::basic_string::operator=(std::__cxx11::basic_string&&) () from /lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x0000555555960726 in clang::TextDiagnosticPrinter::setPrefix...
@Apteryks thank you. No rush obviously, but if/when you get a chance, I could use some pointers. I have been able to build Cling statically (the official ROOT way) for...
@Apteryks FYI I've figured this out. Had to roll my own .deb package for LLVM/Clang 9. I suspect the problem had to do with Debian using stage2 to build their...
Seeing that the bug is still open, I am guessing there has been little/no progress on this? @hartwork what about implementing the solution @mazer1310 has proposed in the first comment?
@mazer1310 would you mind posting the code you used for testing?
@hartwork thank you for the data. > Could you elaborate how XML 1.0r5+ support is relevant in 2022? Main (and the only) reason is this issue: iBotPeaches/Apktool#1407. I've got a...
> **ronag** commented [on Jan 22, 2018](https://github.com/CasparCG/server/issues/395#issuecomment-359375645) > We're going with 8 channels for this release. We can increase to 16 channels in a future release. Has the future arrived...
@ferdymercury is it no longer possible to build cling without ROOT? I thought this was a standalone version of cling...