John Morris
John Morris
Handy links re. `Multi-Arch:` https://wiki.ubuntu.com/MultiarchCross https://wiki.debian.org/Multiarch/Implementation
CMake build system switch: PR #349
As you noted in the description, I did already get this working. No major redesign of the existing LCNC-EMC to HAL interface was required. Mainly, there are the `motion` and...
I've been reviving this project over the last few days, and have the two halves building again. Now I'm working through the regression tests failing on the LCNC-side. One stumbling...
@cdsteinkuehler +1 Here's what I'm thinking seems easiest to implement (before actually having tried anything): - Leave the hard-coded default/system path (`/usr/lib/linuxcnc/modules` or `rtlib/modules`) - Enable optionally configuring a (single)...
This is really close now, except I broke the final CI builds while splitting the work up into four separate PRs. I also broke the ability to install `mk-hal` and...
At this point, we should be able to build the below fork of LCNC against MK-HAL. https://github.com/zultron/machinekit/tree/zultron/2019-07-03-2.8-mk-hal-build Right now it only works against MK-HAL packages (unless you fix your `$PATH`...
> (Continuation on discussion started in #282.) I think that the process reached a stage, when new repository tracking the LinuxCNC should be created. Given that I would like to...
> I 've gotten stuck on building machinekit-hal -- specifically: > > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 169: invalid continuation byte > > I was able...
@ebo > `sed -i "s%AC_CHECK_HEADER(\[rpc\/rpc.h\]%PKG_CHECK_MODULES(\[TIRPC\],\[libtirpc\],\n [CPPFLAGS=\"\$CPPFLAGS \$TIRPC_CFLAGS -DHAVE_RPC_RPC_H\"; LIBS=\"\$LIBS \$TIRPC_LIBS\";\],\n [AC_MSG_ERROR(\[libtirpc requested but library not found\])]\n)\nAC_CHECK_HEADER(\[rpc\/rpc.h\]%" configure.ac ` What's `libtirpc`? That file's part of glibc in Debian: ``` $ dpkg-query...