emacs-devel
[Top][All Lists]
Advanced

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

compile error without modules beeing turned on


From: Peter Vasil
Subject: compile error without modules beeing turned on
Date: Sat, 21 Nov 2015 12:40:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

I get the following error when I compile Emacs on the emacs-25 branch.

lread.c: In function ‘Fload’:
lread.c:1090:27: error: ‘MODULES_SUFFIX’ undeclared (first use in this
function)
        || suffix_p (file, MODULES_SUFFIX))
                           ^
lread.c:1090:27: note: each undeclared identifier is reported only once
for each function it appears in

It was introduced by commit 3858b7949fdf5af8dd94cefc5a2684ad285e2cdf and
I think there is a missing HAVE_MODULES ifdef around that condition.

Peter




reply via email to

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