<beneroth>
[OT][FYI] F-droid / Lets Encrypt / Quad9 DNS and other projects were financed (among other finance sources) by https://opentech.fund which just got cut by DOGE (german news source: https://blog.fefe.de/?ts=991c0a7b )
<beneroth>
I guess Let's Encrypt has enough other backings? TOR project surely. I don't know about F-droid and other projects.
<abu[7]>
Sht
<beneroth>
aye. for some it might have only minor impact, for other projects it might get serious. If so maybe we can keep an eye on donation requests etc.
Guest3 has quit [Quit: Client closed]
047ABD9UT has quit [Ping timeout: 260 seconds]
078AA6DO6 has quit [Ping timeout: 272 seconds]
Guest3 has joined #picolisp
Guest3 is now known as okokok
okokok has quit [Quit: Client closed]
Guest3 has joined #picolisp
Guest3 is now known as okokok
<okokok>
Hey guys, I'm extremely new to picolisp.
<okokok>
Is this the right place to ask questions about installation? (I'm having some trouble installing pil on macos)
<abu[7]>
Yes, here you are right :)
<okokok>
Awesome!
<okokok>
basically, I've been getting errors similar to the ones listed in this pastebin: https://pastebin.com/v1XJS7XX
<okokok>
i'm a pretty amateur programmer so, I'm wondering what i can do to remedy this
<okokok>
I followed to tutorials on picolisp.com pretty faithfully so, i am at a loss
<abu[7]>
ok
<abu[7]>
what is the problem?
<abu[7]>
ah
<beneroth>
welcome okokok :)
<abu[7]>
did not see the first line
<tankf33der>
pastebin contains erros about readline
<beneroth>
maybe readline missing?
<tankf33der>
o path to it
<tankf33der>
or path to it
<abu[7]>
or src/lib.c
<beneroth>
T. btw. hi tankf33der :)
<abu[7]>
is not compiled
<beneroth>
keep in mind its MacOS
<abu[7]>
okokok, how/what did you install?
<abu[7]>
tankf33der knows best about Mac install
<tankf33der>
okokok: did yoy installed readline via brew ?
<okokok>
when i enter the command `clang -c -O3 -D_OS='"Macos"' -D_CPU='"x86-64"' -I/usr/local/opt/libffi/include -emit-llvm lib.c -I/usr/local/opt/readline/include`
beneroth has quit [Remote host closed the connection]
beneroth has joined #picolisp
<tankf33der>
ls -l /usr/local/opt/readline/include
<tankf33der>
show me
<tankf33der>
clang uses system's version:
<tankf33der>
\ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/readline/readline.h:181:8: note: 'rl_reset_terminal' declared here
<okokok>
cool lemme try that
<okokok>
This time it's throwing a warning `-l/usr/local/opt/readline/include: 'linker' input unused [-Wunused-command-line-argument]` along with a string of similar errors in lib.c as before.
<tankf33der>
i do not have macos to test my own instructions
<okokok>
All good! Thanks again for your help.
<okokok>
If there are any other resources you could redirect me to or anything I can do to resolve this, I'd appreciate the guidance!
<tankf33der>
no :(
<okokok>
Ah, unfortunate
<okokok>
Well the search continues!
<okokok>
Thanks again for your help!
<abu[7]>
Sorry, I have no MacOS experience and can't help either
<okokok>
I see, is the PicoLisp dev experience optimized for linux?
<abu[7]>
For POSIX in general
<abu[7]>
or, it is POSIX-only :)
<abu[7]>
but not especially Linux
<okokok>
Ah damn
<okokok>
That's a bit of a bummer
<okokok>
was super excited by pil
<okokok>
i'll probably just go back to drracket lol 😆
<tankf33der>
okokok: you did not show content of /usr/local/opt/readline
<beneroth>
okokok, what keeps you on MacOS?
<okokok>
umm lemme do that gimme a sec tankf33der
<okokok>
beneroth my day job is as a ux designer. has a design focused software suite. and, i had attempted to use Pop_OS at 1 point but, wifi driver issues kinda bricked it. macos is just a reliable daily driver for someone like me who isn't super technically savvy
<okokok>
tankf33der hmm i don't seem to be able to find it in the opt folder