Re: Anybody using the old waf?

2025-04-04 Thread Fred Wright via devel
On Sun, 30 Mar 2025, James Browning via devel wrote: On Sunday, March 30, 2025 4:44:51 PM Pacific Daylight Time Fred Wright via devel wrote: I'm not sure what you mean by "my patches", given that I've never submitted any for this issue, though I'd suggested what such patches might do. The pa

buildprep on Debian

2025-04-04 Thread Hal Murray via devel
Anybody understand this area? Reading state information... Done Package python-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python-

Re: INSTALL.adoc

2025-04-04 Thread Gary E. Miller via devel
Yo James! On Fri, 04 Apr 2025 14:01:44 -0700 James Browning via devel wrote: > > I already found a mistake. Bonus points if anyone finds the > > error... I should have said 'error', not "mistake". A real error, not a typo. > nstalled? no Typo? What line? Can't find that. > sist-package

Re: INSTALL.adoc

2025-04-04 Thread James Browning via devel
On Friday, April 4, 2025 1:39:04 PM Pacific Daylight Time Gary E. Miller via devel wrote: > Yo Hal! > > I just pushes some changes to README-PYTHON. > > I already found a mistake. Bonus points if anyone finds the > error... nstalled? no sist-packages? no potential mistaking dist-package for

Re: INSTALL.adoc

2025-04-04 Thread Gary E. Miller via devel
Yo James! On Fri, 04 Apr 2025 13:42:41 -0700 James Browning via devel wrote: > On Friday, April 4, 2025 1:39:04 PM Pacific Daylight Time Gary E. > Miller via devel wrote: > > Yo Hal! > > > > I just pushes some changes to README-PYTHON. > > > > I already found a mistake. Bonus points if anyone

Re: INSTALL.adoc

2025-04-04 Thread James Browning via devel
On Friday, April 4, 2025 1:39:04 PM Pacific Daylight Time Gary E. Miller via devel wrote: > Yo Hal! > > I just pushes some changes to README-PYTHON. > > I already found a mistake. Bonus points if anyone finds the > error... Is it that the backslashes don't work the way they do in markdown and

Re: INSTALL.adoc

2025-04-04 Thread Gary E. Miller via devel
Yo Hal! I just pushes some changes to README-PYTHON. I already found a mistake. Bonus points if anyone finds the error... RGDS GARY --- Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703 g...@rell

Re: INSTALL.adoc

2025-04-04 Thread Gary E. Miller via devel
Yo Hal! I just pushes some changes to README-PYTHON. Please review. RGDS GARY --- Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703 g...@rellim.com Tel:+1 541 382 8588 Veritas libera

Re: ntpsec | Add config files for clang tooling and IDEs/editors. (!1435)

2025-04-04 Thread James Browning via devel
On Friday, April 4, 2025 12:20:59 PM Pacific Daylight Time Gary E. Miller wrote: > > EditorConfig works with emacas, vim, and other editors > > Not on vim. Needs to be enabled on emacs. Dunno about others. I would not know as I do not use either. > > indent_style = space > > I agree, but NT

Re: buildprep on Debian

2025-04-04 Thread Hal Murray via devel
> Same conceptual idea as python-is-python3, right? > But just install python3-dev directly. Maybe, but there is something going on that I don't understand yet. Here is the code in my buildprep: apt) $install build-essential# Build environment

Re: INSTALL.adoc

2025-04-04 Thread Gary E. Miller via devel
Yo Hal! On Tue, 01 Apr 2025 19:58:48 -0700 Hal Murray wrote: > >> That "to" looks backwards to me. I expect: > >> link python to your python3 > > python3 exists, python does not. So you create python by linking > > it to python3. As Fred says: like cp. > > The ln command looked OK to