Re: Small error in httpGate doc

2022-07-12 Thread Alexander Burger
Hi Thorsten,

> First I thought it's some WSL2 peculiarity as usual, but I think it's just
> outdated documentation:
> ...
> "Building httpGate
> Next, go to the 'src' directory in the distribution and run make gate. When
> ...
> Looking into the makefile, it seems now there is a single "all" target, and
> httpGate is built together with pil21?

Right! Thanks! This is obsolete.

I removed this section.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Small error in httpGate doc

2022-07-12 Thread Thorsten Jolitz
Hi Alex,
just tried to build httpGate on WSL2 and got an error:

$ make gate
make: *** No rule to make target 'gate'.  Stop.

First I thought it's some WSL2 peculiarity as usual, but I think it's just
outdated documentation:

The 'httpGate' Proxy Server (software-lab.de)
:
"Building httpGate
Next, go to the 'src' directory in the distribution and run make gate. When
this is done, there should be an httpGate executable in the 'bin'
directory."

Looking into the makefile, it seems now there is a single "all" target, and
httpGate is built together with pil21?
Just to let you know
Cheers
Thorsten