<abu[7]>
taleon: The problem with Vip on Mac is from shared libs?
rob_w has quit [Remote host closed the connection]
rob_w has joined #picolisp
<abu[7]>
So thanks tankf33der and taleon! I've put both Makefiles into the release
<tankf33der>
and ask users to test. I can imagine situations where macos version will fail
rob_w has quit [Ping timeout: 248 seconds]
<taleon>
abu[7]: I'll test it later on my "old" MacBook Air M1. I rarely use it and have to check. I think I had an error message saying that the dimensions/measurements couldn't be determined. More details later.
<abu[7]>
OK, great!
<abu[7]>
it it an ioctl() call iirc
<abu[7]>
'getTerm' in @lib/term.l
<abu[7]>
So it could be some wrong constant like TIOCGWINSZ
<taleon>
[/Users/cr/mystuff/src/pil21/bin/vip:9] Can't get terminal size
<taleon>
?
<abu[7]>
Yes, getSize -> getTerm
<abu[7]>
(%@ "ioctl" 'I 1 TIOCGWINSZ
<abu[7]>
TIOCGWINSZ is from sysdefs
<abu[7]>
Generated in the make process
<beneroth>
M-Sci, DHT? I guess you don't mean the androgen hormone?
<M-Sci>
W/Distributed_hash_table
<abu[7]>
Distributed Hash Tables?
<abu[7]>
I was too slow
<taleon>
Unfortunately, I am not familiar with macOS syscalls and would not know how to work around this issue. I avoid Apple whenever possible. :-)
<abu[7]>
It should build automatically, plled from includes
<abu[7]>
*pulled
<M-Sci>
I recently realized that Hash is such a general concept that DHT could be a linked list in an extreme case. Array, or more accurately Memory Region, is also a Linked List with 0 bit link field.