--
> From: "Damien Mattei"
> To: dsm...@roadrunner.com
> Cc:
> Sent: Monday December 26 2022 9:31:47AM
> Subject: Re: compilation error on Apple M1
>
> hello Dale,
>
> yes i had to install gsed (gnu sed):
> brew install gsed
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
-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 p
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
Hi Damien,
This looks like a linking issue probably related to how things are
installed in your system, not with Guile itself. And the issue seems to be
with libiconv. Usually that comes with macOS itself and is located in
/usr/lib/libiconv.2.dylib.
Building Guile on M1 is definitely possible and
A fix for M1 chips was recently added to the master branch. Can you try
compiling that instead of 3.0.7?
iPhoneから送信
> 2022/12/25 15:59、Damien Mattei のメール:
>
>
> while trying to compile guile 3.0.7 on Apple M1...
>
>> On Mon, Dec 26, 2022 at 12:32 AM Damien Mattei
>> wrote:
>> hello,
>>
>>
while trying to compile guile 3.0.7 on Apple M1...
On Mon, Dec 26, 2022 at 12:32 AM Damien Mattei
wrote:
> hello,
>
> on Apple M1 i have this error:
>
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48:
> note: expanded
hello,
on Apple M1 i have this error:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48:
note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))