Chaton > Archives > 2019/08/18

2019/08/18 00:10:44 UTClouis
#
Hello
#
I wonder if it will update without me clicking enter
2019/08/18 00:20:02 UTCshiro
#
When someone enters your screen should update automatically.
#
We use comet technique http://webreference.com/programming/javascript/rg28/index-2.html
2019/08/18 00:24:22 UTClouis
#
aha I see it works
#
but I see chat remains forever since 2016
#
;Unable to open file "/package/prog/mit-scheme/lib/mit-scheme-x86-64/slibcat" because: Permission denied.
#
Do you know where and what is "slibcat" and how do I find it?
#
I do have slib, but slibcat... no
2019/08/18 00:27:40 UTCshiro
#
slibcat is "slib catalogue" and auto-generated when you install slib.
#
To be precise, when you use slib for the first time, it is generated.
#
From the message I guess you have slib installed under mit-scheme subdirectory, but slibcat hasn't been generated. When you use slib for the first time, slib tries to geneate it, but you don't have write permission to the directory.
2019/08/18 00:30:17 UTClouis
#
so I can use it as root first, maybe it gets generated
#
now I get: ; slib:require unsupported feature defmacro
2019/08/18 00:33:45 UTCshiro
#
Hmm, are you using Gauche, or mit-scheme?
2019/08/18 00:33:54 UTClouis
#
after (require 'defmacroexpand) it works well, not I use mit-scheme
#
I just wish to handle CGI stuff with minimum libraries to be loaded.
2019/08/18 01:01:14 UTClouis
#
arigato
2019/08/18 01:04:04 UTCshiro
#
do-itashimashite