all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Eval Exec <execvy@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`)
Date: Mon, 05 Aug 2024 18:00:56 +0300	[thread overview]
Message-ID: <864j7zqajb.fsf@gnu.org> (raw)
In-Reply-To: <CAKfPJDqJ_GYf=1T-gBZ9p-KBGHCx0oO3jB=KFanVSiRs9eMAVA@mail.gmail.com> (message from Eval Exec on Mon, 5 Aug 2024 21:48:24 +0800)

> From: Eval Exec <execvy@gmail.com>
> Date: Mon, 5 Aug 2024 21:48:24 +0800
> 
> Then I build emacs by:
> ```bash
> make extraclean
> ./autogen.sh \
>   && ./configure \
>   --prefix=$(realpath ../emacs-build)\
>   --with-mps \
>   --with-imagemagick \
>   --with-modules --with-x-toolkit=lucid --without-compress-install \
>   --without-toolkit-scroll-bars --with-native-compilation  --with-mailutils\
>   --with-tree-sitter --with-xinput2  \
>   --with-dbus  --with-native-compilation=aot \
>   --with-file-notification=inotify\
>   && make -j20 install
> ```
> 
> After build success, I notice there is an interactive command:
> `igc-collect`, so I `M-x igc-collect`, then I got:
> 
> ```elisp
> Debugger entered--Lisp error: (void-function igc--collect)
>   igc--collect()
>   igc-collect()
>   funcall-interactively(igc-collect)
>   command-execute(igc-collect record)
>   #<subr execute-extended-command>(nil "igc-collect" nil)
>   ad-Advice-execute-extended-command(#<subr execute-extended-command>
> nil "igc-collect" nil)
>   apply(ad-Advice-execute-extended-command #<subr
> execute-extended-command> (nil "igc-collect" nil))
>   execute-extended-command(nil "igc-collect" nil)
>   funcall-interactively(execute-extended-command nil "igc-collect" nil)
>   command-execute(execute-extended-command)
> ```
> 
> 
> Is this expected? Did I miss something when I building Emacs?

You need to make sure the configure script finds the MPS library,
otherwise it will build without the new GC.



  reply	other threads:[~2024-08-05 15:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-05 13:48 [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`) Eval Exec
2024-08-05 15:00 ` Eli Zaretskii [this message]
2024-08-05 15:02   ` Eval Exec
2024-08-05 15:04 ` Gerd Möllmann
2024-08-05 15:08   ` Eval Exec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=864j7zqajb.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=execvy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.