beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
z4k4ri4 has quit [Ping timeout: 252 seconds]
z4k4ri4 has joined #picolisp
Iacob has quit [Ping timeout: 265 seconds]
Iacob has joined #picolisp
z4k4ri4 has quit [Ping timeout: 245 seconds]
z4k4ri4 has joined #picolisp
Guest3 has joined #picolisp
bjorkintosh has joined #picolisp
<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> abu[7] basically i followed this tutorial here: https://picolisp.com/wiki/?alternativeMacOSRepository
<okokok> but, instead of using macports i followed the alt instructions here for brew install: https://picolisp.com/wiki/-A725.html
<tankf33der> okokok: did yoy install readline via brew ?
<okokok> tankf33der yes i did
<tankf33der> try repeat chapter about macos
<tankf33der> then
<okokok> dope, lemme try the instructions listed here (https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md)
<okokok> tankf33der
<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`
<okokok> it spits out the following errors:
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 no -l
<okokok> oh my bad
<okokok> changed that character
<okokok> `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`
<okokok> same errors 😅🥲
<tankf33der> cat lib.c | grep readline
<okokok> `
<okokok> #include <readline/readline.h>
<okokok> #include <readline/history.h>
<okokok>    char *p = readline(prompt);
<okokok>    if (rl_readline_state & RL_STATE_INITIALIZED && !(rl_readline_state & RL_STATE_DONE)) {
<okokok>    if (rl_readline_state & RL_STATE_INITIALIZED && !(rl_readline_state & RL_STATE_DONE))
<okokok>    if (rl_readline_state & RL_STATE_INITIALIZED) {
<okokok>    if (rl_readline_state & RL_STATE_SIGHANDLER) {
<okokok> `
<tankf33der> are you trying to compile pil21 ?
<okokok> I'm just trying to install it on my computer to be able to use it from my terminal
<okokok> Not trying to do anything beyond that
<tankf33der> you downloaded tgz file from picolisp.com, right ?
<okokok> I do have a Macbook Air with an Apple M2 chip. idk if that's causing troubles
<okokok> yes, i used the following command: `git clone https://git.envs.net/mpech/pil21.git`
<tankf33der> hm, ok
<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
<tankf33der> see
<tankf33der> show us 'brew list'
<okokok> yup found it
<okokok> `in:  brew list | grep readline`
<tankf33der> $ brew install llvm libffi ncurses readline
<okokok> `out: readline`
<tankf33der> you did it, right
<tankf33der> you did it, right ?
<okokok> found the readline folder as well
<okokok> i see a bunch of files in there
<okokok> ` chardefs.h keymaps.h rlconf.h rltypedefs.h history.h readline.h rlstdc.h tilde.h`
<tankf33der> what dir ?
<tankf33der> full path please
<okokok> `/opt/homebrew/Cellar/readline/8.2.13/include
<tankf33der> and readline dir inside, right ?
<okokok> this directory `/opt/homebrew/Cellar/readline/8.2.13/include`
<okokok> contains this stuff `chardefs.h keymaps.h rlconf.h rltypedefs.h history.h readline.h rlstdc.h tilde.h`
<okokok> bunch of header files
<tankf33der> wait
<tankf33der> readline dir found, good
<tankf33der> now search ffi dir
<tankf33der> find ffi.h file on system
<okokok> got it
<okokok> `/opt/homebrew/Cellar/libffi/3.4.7` contains `ffi.h ffitarget.h`
<tankf33der> damn, good progress.
<tankf33der> wait
<tankf33der> modify lib.c
<tankf33der> #include <readline/readline.h>
<tankf33der> #include <readline/history.h>
<tankf33der> make readline.h and history.h without dir before
<okokok> i need to make readline.h and history.h in the readline dir right?
<tankf33der> no
<tankf33der> #include <readline.h>
<tankf33der> #include <history.h>
<tankf33der> do this
<okokok> those two lines are already in the lib.c file.
<okokok> at line 106, 107
<okokok> Should i change them from #include <readline/readline.h>  --> #include <readline.h>
<tankf33der> you must
<okokok> cool, done ✅
<tankf33der> wait
<beneroth> okokok, I see, thanks.
<tankf33der> clang -c -O3 -D_OS='"Macos"' -D_CPU='"x86-64"' -I/opt/homebrew/Cellar/libffi/3.4.7 -emit-llvm lib.c -I/opt/homebrew/Cellar/readline/8.2.13/include
<tankf33der> exec this modified line
<beneroth> thanks tankf33der. I will need to build pil21 on Macos in a few months too
<okokok> I'm getting the following error:
<okokok> ```
<okokok> lib.c:106:10: fatal error: 'readline.h' file not found
<okokok> #include <readline.h>
<okokok> ```
<tankf33der> show ls -l /opt/homebrew/Cellar/readline/8.2.13/include
<tankf33der> readline.h in it, right ?
<okokok> ah no it's `-I /opt/homebrew/Cellar/readline/8.2.13/include/readline/`
<okokok> I've modified that
<okokok> now when i run the clang command, i get an error in readline.h
<okokok> `#include <readline/rlstdc.h>`
<tankf33der> does macos have command tree ?
<tankf33der> does macos have command 'tree' ?
<okokok> could you expand on what 'command tree' means?
<tankf33der> exec:
<okokok> there seems to be a brew cask i can install for that
<tankf33der> tree /opt/homebrew/Cellar/readline/
<tankf33der> and make pastebin
<abu[7]> What does "man 3 readline" say? It should show the correct #include's
<abu[7]> under SYNOPSIS
<tankf33der> good idea
<okokok> abu[7] tankf33der the synopsis says
<okokok> ` #include <stdio.h>`
<okokok> `#include <readline/readline.h>`
<okokok> '#include <readline/history.h>`
<tankf33der> this system's readline, not from brew
<okokok> tankf33der the pastebin of the tree command
<tankf33der> perfect
<tankf33der> change lib.c back
<tankf33der> should be:
<tankf33der> #include <readline/readline.h>
<tankf33der> and
<tankf33der> #include <readline/history.h>
<tankf33der> and
<tankf33der> run this again
<tankf33der> clang -c -O3 -D_OS='"Macos"' -D_CPU='"x86-64"' -I/opt/homebrew/Cellar/libffi/3.4.7 -emit-llvm lib.c -I/opt/homebrew/Cellar/readline/8.2.13/include
<okokok> getting a different error
<okokok> `lib.c:363:19: warning: address of stack memory associated with local variable 'stk' returned [-Wreturn-stack-address]
<okokok> `lib.c:620:19: fatal error: 'ffi.h' file not found`
<tankf33der> make pastebin from:
<tankf33der> tree /opt/homebrew/Cellar/libffi/3.4.7
<tankf33der> clang -c -O3 -D_OS='"Macos"' -D_CPU='"x86-64"' -I/opt/homebrew/Cellar/libffi/3.4.7/include -emit-llvm lib.c -I/opt/homebrew/Cellar/readline/8.2.13/include
<tankf33der> try this
<okokok> getting the errors above
<tankf33der> you are in src dir, right ?
<okokok> yes in pil21/src
<tankf33der> llvm-link -o picolisp.bc base.bc lib.bc
<tankf33der> run this
<okokok> dir: `pil21/src`
<okokok> in: `llvm-link -o picolisp.bc base.bc lib.bc`
<okokok> out:
<okokok> `/opt/local/libexec/llvm-10/bin/llvm-link: lib.bc: error: Invalid value (Producer: 'APPLE_1_1600.0.26.4_0' Reader: 'LLVM 10.0.1')
<okokok> okirp@Ojasvins-MacBook-Air src % llvm-link -o picolisp.bc base.bc lib.bc
<okokok> okirp@Ojasvins-MacBook-Air src % llvm-link -o picolisp.bc base.bc lib.bc
<tankf33der> did you installed llvm via brew ?
<okokok> yup
<okokok> `brew list | grep llvm`
<okokok> `llvm`
<okokok> `llvm@18`
<tankf33der> exec this:
<tankf33der> which opt
<tankf33der> which llvm-link
<okokok> in: `which opt`
<okokok> out: `/opt/local/bin/opt`
<okokok> in: `which llvm-link`
<okokok> out: `/opt/local/bin/llvm-link`
<tankf33der> rm base.bc
<tankf33der> opt -O3 -o base.bc base.ll
<tankf33der> exec these two
<okokok> okay, those commands executed with no issues
<tankf33der> llvm-link -o picolisp.bc base.bc lib.bc
<tankf33der> this again
Guest3 has joined #picolisp
Guest3 is now known as okokok1
<okokok1> sorry tankf33der had to reconnect to the chat
<tankf33der> llvm-link -o picolisp.bc base.bc lib.bc
<tankf33der> this again
okokok has quit [Ping timeout: 240 seconds]
<okokok1> cool this is the output:
<okokok1> unsure if my msgs are going through
<okokok1> error: Invalid value (Producer: 'APPLE_1_1600.0.26.4_0' Reader: 'LLVM 10.0.1')
<okokok1> error: loading file 'lib.bc'
okokok1 is now known as okokok
okokok has quit [Quit: Client closed]
okokok has joined #picolisp
<okokok> Hey tankf33der had to rejoin the channel. wanted to confirm that my msgs are coming through.
<tankf33der> ok
<okokok> dope
<okokok> the output i'm getting is
<beneroth> my internet search suggests that two different llvm bversions are used for compilation and linking ? unsure.
<beneroth> multiple installations of llvm?
<okokok> hmm maybe i should uninstall one of the llvm installations
<beneroth> maybe an older version gets invoked during linking with the compilation result from newer version
<tankf33der> exec
<tankf33der> which clang
<tankf33der> and
<tankf33der> clang --version
<tankf33der> ALL must be from the same ecosystem's version
<okokok> `usr/bin/clang/`
<okokok> `Apple clang version 16.0.0 (clang-1600.0.26.4)`
<okokok> `Target: arm64-apple-darwin24.1.0`
<okokok> `Thread model: posix`
<okokok> `InstalledDir: /Library/Developer/CommandLineTools/usr/bin`
<tankf33der> ls -l /opt/local/bin/clang
<tankf33der> exists ?
<okokok> ah no, it doesn't seem like it
<okokok> that clang folder is not in `/opt/local/bin`
<tankf33der> you must have clang18
<tankf33der> find it
<beneroth> bbl
<abu[7]> Tough :( I must leave too. Good night!
<tankf33der> out in 15.
<okokok> found a file `clang-18` in `/opt/homebrew/Cellar/llvm@18/18.1.8/bin`
<okokok> See you guys! abu[7] beneroth
<tankf33der> clang -c -O3 -D_OS='"Macos"' -D_CPU='"x86-64"' -I/opt/homebrew/Cellar/libffi/3.4.7/include -emit-llvm lib.c -I/opt/homebrew/Cellar/readline/8.2.13/include
<tankf33der> run this with full dir to clang
<tankf33der> `/opt/homebrew/Cellar/llvm@18/18.1.8/bin/clang ...
ello has joined #picolisp
ello_ has joined #picolisp
<okokok> more errors 🥲
<tankf33der> ignore
<tankf33der> llvm-link -o picolisp.bc base.bc lib.bc
<tankf33der> try this again
<okokok> same error as here: https://pastebin.com/Le2hmGby
<tankf33der> damn
<tankf33der> this is bas
<tankf33der> this is bad
<tankf33der> we must stop here
<tankf33der> i must to go sleep
<tankf33der> see you.
<okokok> thanks again for helping me for this long 😅
<okokok> this was super helpfule
<okokok> goodnight!
ello_ has quit [Ping timeout: 246 seconds]
ello has quit [Ping timeout: 246 seconds]
okokok has quit [Quit: Client closed]
ello has joined #picolisp
ello_ has joined #picolisp