Robert Wilkinson wrote:
[...]

Hello

I downloaded this, and saw one executable file in the httpd
directory.

I tried to run it, and saw ...

bob@bobspc ~/s/c/httpd> ./colono.fs
redefined accept  ar: `u' modifier ignored since `D' is the default
(see `U')

in file included from *OS command line*:-1
colono.fs:29: error 3305

Error 3305 means socket() failed.

Turned out the error handling was probably wrong, if socket() fails the next address from getaddrinfo should be tried, instead an exception was thrown.

This should be fixed now.

httpserve<<<
Backtrace:
$7F86D984EE40 throw
$7F86D984F2A0 bind-addr
$7F86D9866678 server-listen
bob@bobspc ~/s/c/httpd> ar --version
GNU ar (GNU Binutils for Debian) 2.27
Copyright (C) 2016 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the
terms of
the GNU General Public License version 3 or (at your option) any
later version.
This program has absolutely no warranty.
bob@bobspc ~/s/c/httpd> gforth --version
gforth 0.7.3
bob@bobspc ~/s/c/httpd>

Am I doing something wrong?

An enclosed README file for the project would be useful to others?


Well, some documentation is still lacking... I hope to fix this soon.

René


Reply via email to