emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur)


From: Alan Third
Subject: Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur)
Date: Sat, 11 Sep 2021 17:17:58 +0100

On Sat, Sep 11, 2021 at 09:30:44AM +0900, Jean-Christophe Helary wrote:
> 
> 
> > On Sep 10, 2021, at 6:07, Alan Third <alan@idiocy.org> wrote:
> > 
> > On Thu, Sep 09, 2021 at 08:44:47AM +0900, Jean-Christophe Helary wrote:
> >> 
> >> And the third version of the patch you sent produced the same error... :(
> >> 
> >> I have just totally removed brew and macports to remove all the
> >> cruft and reinstalled only the packages that I needed (and their
> >> dependencies).
> > 
> > What about running
> > 
> >    HAVE_MACPORTS="" ./configure
> 
> That worked, but
> 
> HAVE_MACPORTS="" ./configure --with-native-compilation 
> 
> did not work.
> 
> And your latest patch did not either... :(

I'm out of ideas.

Are you definitely applying the patch correctly?

Do you need to rerun autogen.sh? Make should automatically rerun it
when configure.ac has changed.

Does this print "GOOD" if you run it in the terminal?

    PORT_PACKAGE=$(port installed active | grep '^ *gcc@<:@0-9@:>@* ' | \
                        awk '{ print $1; }')
    if test -n "$PORT_PACKAGE"; then
      echo "SOMETHING'S BROKEN"
    else
      echo "GOOD"
    fi

-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]