[ prog / sol / mona ]

prog


Help installing SchemeBBS

1 2024-05-25 23:32

i'm finally turning my shitty imageboard into a superior textboard, but i'm really retarded and can't figure out this issue. i install the MIT Scheme patch, but whenever I run make it outputs an error 2 towards what i think is the end. i'm not sure if this is because of it (probably) but whenever i try to ./init 8080 this pops up:

;Value: retry-post-form

1 ]=> (listen server (string->number (car (command-line))))
;The object #f, passed as an argument to string-length, is not the correct type.

pls help thank u

2 2024-05-25 23:33

i really want to use schemebbs, but i'm also considering using other scripts, but also i feel like that is somehow more trouble. plus i love scheme

3 2024-05-26 00:55

Isn't the car of (command-line) the program name? (or in this case, apparently #f)

4 2024-05-26 05:57

You need the server port number as a command argument.

5 2024-05-26 11:04

Check this thread: https://textboard.org/prog/327

Your issue seems to be this: https://textboard.org/prog/327/4

6


VIP:

do not edit these