[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile error without modules beeing turned on
From: |
Peter Vasil |
Subject: |
Re: compile error without modules beeing turned on |
Date: |
Sat, 21 Nov 2015 13:06:32 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 11/21/2015 01:02 PM, Eli Zaretskii wrote:
>> From: Peter Vasil <address@hidden>
>> Date: Sat, 21 Nov 2015 12:40:32 +0100
>>
>> 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
>
> Sorry, should be fixed now.
>
Confirm that it's fixed now. Thanks!