Oleg Smelov
Oleg Smelov
I was able to build sshping for macOS 10.14 by installing `libssh` with Homebrew and removing `/usr/include/libssh/libssh.h` from this line: https://github.com/spook/sshping/blob/1456348e40c07dcec6f0019404e0aeae89d4d4fa/Makefile#L9 I didn't use `cmake`, just regular old `make`.
Is it possible to build the same thing on 16.04? Generally, binaries built on an older OS version will run on the newer OS version, but not the other way...
I meant to ask if it was possible to build the same TensorFlow version with the same configuration as you used but using the Docker image we already have -...
I haven't done much testing, but I was able to build CPU-only 1.14.0 with this.
What issue are you having? I was able to compile CPU-only TF 2.0 with a couple of fixes: https://github.com/hadim/docker-tensorflow-builder/pull/29.
This doesn't work well when a keybinding is remapped to multiple key combinations, for example: ``` LM-LEFT => [, ] ```
Building against newer `eventmachine` alone doesn't work: ``` # build of current master with # `s.add_dependency("eventmachine", "~> 1.2.7")` # patched in gemspec $ gem install invoker-1.5.8.gem ERROR: While executing gem...
For context and workarounds: * https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level * https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1864689 I haven't tried it, but another workaround would be to use your own certificate and private key with Invoker. It seems to...