bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24358: 25.1.50; re-search-forward errors with "Variable binding dept


From: Eli Zaretskii
Subject: bug#24358: 25.1.50; re-search-forward errors with "Variable binding depth exceeds max-specpdl-size"
Date: Mon, 24 Oct 2016 11:40:45 +0300

> Date: Mon, 24 Oct 2016 10:05:58 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: sam.halliday@gmail.com, 24358@debbugs.gnu.org
> 
>   . build with gmalloc.c, but without ralloc.c (I will try to come up
>     with a recipe or a patch for that later today, if no one beats me
>     to it)

This should work, I think:

  $ REL_ALLOC=no CFLAGS='<whatever>' ... ./configure ...

IOW, set REL_ALLOC=no before running the configure script, and leave
the rest of the settings and configure switches intact.  If this
works, you should see

  Should Emacs use a relocating allocator for buffers?   no

at the end of the configure run, and src/config.h should have

  /* Define REL_ALLOC if you want to use the relocating allocator for buffer
     space. */
  /* #undef REL_ALLOC */

gmalloc.c should still be compiled, but ralloc.c should not (delete
ralloc.o to be sure).

Thanks.





reply via email to

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