Re: compilation error on Apple M1

2022-12-26 Thread Damien Mattei
Hello Alex and Colin, i was thinking also at the beginning of an M1 incompatibility but it seems that my system was just missing some libraries: libiconv (and before gc (garbage collector) ,libunistring,...) i first use homebrew but each time i use it , it is useless for compiling,and i had also

Re: compilation error on Apple M1

2022-12-26 Thread dsmich
-From: "Damien Mattei" To: "guile-devel" Cc: Sent: Monday December 26 2022 6:13:42AM Subject: Re: compilation error on Apple M1 > sed: -e: No such file or directory The bsd sed is different than gnu sed. There was a few patches sent out a while

Fwd: compilation error on Apple M1

2022-12-26 Thread Damien Mattei
thanks for your help Dale,anyway readline is a simple option but really cool... Damien -- Forwarded message - From: Damien Mattei Date: Mon, Dec 26, 2022 at 3:31 PM Subject: Re: compilation error on Apple M1 To: hello Dale, yes i had to install gsed (gnu sed): brew install g

Re: compilation error on Apple M1

2022-12-26 Thread Damien Mattei
those last years i installed guile on at least 3 mac system,without problem with read line readline installed by homebrew ,the homebrew version seems to use gnu readline: https://formulae.brew.sh/formula/readline https://tiswww.case.edu/php/chet/readline/rltop.html simply by adding that: (use-modul