Pat Callahan
Pat Callahan
Python 2.7.10 is installed on Ubuntu via apt. downloaded p p 3.5.1 ``` install : Python-3.5.1 create : /usr/local/p/versions/python/3.5.1 fetch : https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz ``` configure : 3.5.1 compile : 3.5.1 Error:...
in commit 8459aea Because the url now contains a space in the version directory, the fetch gets the directory https://www.python.org/ftp/python/ instead of the intended 2.7.10/Python-2.7.10.tgz. gzip fails because the directory...
I'm building a cockpit for the C172P. One problem is the need to get accurate measurements of the actual position and size of various parts of the cockpit, the position...
A fresh build of Open Scene Graph version 3.4 ended with a compile error on Ubuntu 22.10 because bool ObjectCache::ClassComp::operator() was not declared const. The declaration in openscenegraph/include/osgDB/ObjectCache and the...
Cargo.toml contains aquamarine = { version = "0.1.13", path = "../aquamarine" } Changing this line to: aquamarine = { version = "^0.4"} allowed cargo run to complete normally. Without the...
$candump vcan0 '[' -x /usr/lib/command-not-found ']' /usr/lib/command-not-found -- candump Command 'candump' not found, but can be installed with: sudo apt install can-utils