[Emc-developers] LinuxCNC on Gentoo (NOW WITH CLANG)

2022-07-20 Thread Alec Ari via Emc-developers
Hey everyone, Fantastic news! I've been getting LinuxCNC going on Gentoo, I had to port yapps2 over and I applied the latest changes from Debian sid in my yapps2 fork: https://github.com/NTULINUX/yapps2 The changes in 2.2.1-3.1 are in this commit: https://github.com/NTULINUX/yapps2/commit/4e14

Re: [Emc-developers] LinuxCNC on Gentoo (NOW WITH CLANG)

2022-07-20 Thread Alec Ari via Emc-developers
Side note: I also forced CC="clang" CXX="clang++" and LD="ld.lld" on my `make` line as well, not sure if required but I did it on both that and `./configure` ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge

Re: [Emc-developers] LinuxCNC on Gentoo (NOW WITH CLANG)

2022-07-20 Thread Alec Ari via Emc-developers
Runtests results continued after hitting Ctrl+C on the hung: /home/ntu/linuxcnc/tests/motion/g0 Running test: /home/ntu/linuxcnc/tests/motion/g0 ^C*** /home/ntu/linuxcnc/tests/motion/g0: XFAIL: test run exited with 130 Running test: /home/ntu/linuxcnc/tests/motion/jogwheel-axis Running test: /ho

Re: [Emc-developers] LinuxCNC on Gentoo (NOW WITH CLANG)

2022-07-20 Thread Alec Ari via Emc-developers
I'll be working on a LinuxCNC git ebuild (Gentoo package) soon. qtpyvcp has a LOT of dependencies, many of which may not even be included in Gentoo but I haven't dug into this yet. I'd like to have both so people can make their own GUIs on Gentoo as long as it doesn't mean I need to host 20+ pyt