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

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

bug#61125: 30.0.50; debug build fails


From: Eli Zaretskii
Subject: bug#61125: 30.0.50; debug build fails
Date: Sun, 29 Jan 2023 09:31:55 +0200

> Date: Sat, 28 Jan 2023 12:58:55 -0800 (PST)
> From: "Mark A. Hershberger" <mah@nichework.com>
> Cc: "Mark A. Hershberger" <mah@everybody.org>, Andrea Corallo <akrl@sdf.org>, 
>       61125@debbugs.gnu.org
> 
> Relevant bits from my script are below.
> 
> buildIt() {
>       banner buildIt
>       FLAGS=$1
> 
>       ./autogen.sh
>       ./configure                                             \
>               --with-gif=ifavailable                          \
>               --with-tree-sitter=ifavailable                  \
>               --with-cairo                                    \
>               --with-imagemagick                              \
>               --with-json                                     \
>               --with-native-compilation                       \
>               --with-xinput2                                  \
>               --with-xwidgets                                 \
>               --with-x-toolkit=gtk3                           \
>               --with-gconf                                    \
>               --with-xwidgets                                 \
>               --with-imagemagick                              \
>               --with-modules                                  \
>               $FLAGS
>       make -j6
> }
> 
> flags="--enable-checking=yes,glyphs --enable-check-lisp-object-type"
> CFLAGS="-O0 -g3" buildIt "$flags"

I enlarged F_RELOC_MAX_SIZE, please see if the problem is solved.





reply via email to

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