emacs-devel
[Top][All Lists]
Advanced

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

Re: [scratch/igc] 985247b6bee crash on Linux, KDE, Wayland


From: Gerd Möllmann
Subject: Re: [scratch/igc] 985247b6bee crash on Linux, KDE, Wayland
Date: Sat, 07 Sep 2024 15:20:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Pip Cet <pipcet@protonmail.com> writes:

> "Eval EXEC" <execvy@gmail.com> writes:
>
>> Hello Pie, how did you compile mps with `-g3 -ggdb -O0`?
>
> I ended up patching gc.gmk to remove "-Werror" to avoid these (harmless)
> compilation warnings:
>
> https://codeberg.org/pipcet/mps/commit/ea0eabca6908dd750dd2575696193f246ee4d309
>
> modified   code/gc.gmk
> @@ -18,7 +18,6 @@ CFLAGSCOMPILER := \
>  -Waggregate-return \
>  -Wall \
>  -Wcast-qual \
> --Werror \
>  -Wextra \
>  -Winline \
>  -Wmissing-prototypes \
>
> A better change is needed, though, to avoid future compiler warnings
> which are appropriate but ought to be non-fatal.
>

I don't know if it has been mentioned before because I didn't read all
of it. Anyway.

In the past, I found configuring --with-mps=debug and
--enable-checking=all,igc_debug,igc_check_fwd helpful, in addition to
what might have been suggested already for CFLAGS, e.g. -g -O0.

That's for Emacs, not MPS.



reply via email to

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