emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Stefan Monnier
Subject: Re: Dynamic loading progress
Date: Sun, 15 Feb 2015 13:39:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> If that doesn't work, then we really need an emacs.h file ASAP, and
>> the module should include only that file, without including <config.h>
>> inside that file.
> Nor <lisp.h>.  And probably not lots of other things.

Of course not.  It's the other way around: lisp.h should include emacs.h.

> Is there an acceptable (ie portable and reliable) way to determine the
> OS in a Makefile? I'm not aware of one (short of Gnu config.guess).

M-x module-make RET should do the trick, since Emacs knows for which OS
it was built and can know which compiler options were used.


        Stefan



reply via email to

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