D-mo

Results 184 comments of D-mo

@JRB77 I was going to take a shot at it at some point, if no one else gets to it. I've submitted an experimental patch to the Server [(see here)](https://github.com/CasparCG/Server/pull/444),...

Thank you @ocaisa. For version 0.12.0 I ended up doing this: ```diff diff --git a/src/xmagics/executable.cpp b/src/xmagics/executable.cpp index d63a024..db358f4 100644 --- a/src/xmagics/executable.cpp +++ b/src/xmagics/executable.cpp @@ -131,7 +131,7 @@ namespace xcpp //...

@doronbehar in case you are interested, I do have .deb packages for xeus-cling here: https://launchpad.net/~ppa-verse/+archive/ubuntu/cling and Debian source with patches here: https://salsa.debian.org/dimitry-ishenko/xeus-cling

@doronbehar I understand. It's a slippery slope. 😅 I had to patch LLVM/Clang 9 first, then cling, then xeus-cling to make them all play nicely with each other. Patched LLVM/Clang...

> I would really like to see the xeus parts packaged into core Debian at some point! That would require the Cling patches being accepted into LLVM/Clang 9. I can...

@SylvainCorlay FYI https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/75

@SylvainCorlay but xeus **is** already in Debian: https://packages.debian.org/sid/libxeus1 https://packages.debian.org/sid/xeus-dev Or am I misunderstanding you?

If you are interested, I can try to package `xeus-{robot,lua,sql}` and make them available in my PPA for now.

@BretG137 I am in the process of moving everything to [launchpad](https://launchpad.net/), so that I can support both LTS and current version of Ubuntu. The PPA can be found here: https://launchpad.net/~ppa-verse/+archive/ubuntu/cling...

@BretG137 all the packages are now in my launchpad PPA called: [cling](https://launchpad.net/~ppa-verse/+archive/ubuntu/cling). Debian bullseye seems to be roughly equivalent to Ubuntu LTS 20.04 (aka, focal). So, you can try the...