emacs-devel
[Top][All Lists]
Advanced

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

Re: master e290a7d 2/2: Add module functions to convert from and to big


From: Philipp Stephani
Subject: Re: master e290a7d 2/2: Add module functions to convert from and to big integers.
Date: Wed, 24 Apr 2019 23:34:43 +0200

Am Mi., 24. Apr. 2019 um 18:58 Uhr schrieb Michael Albinus
<address@hidden>:
>
> address@hidden (Philipp Stephani) writes:
>
> > diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
> > index bfbe226..e61aadf 100644
> > --- a/src/emacs-module.h.in
> > +++ b/src/emacs-module.h.in
> > @@ -28,6 +28,10 @@ along with GNU Emacs.  If not, see 
> > <https://www.gnu.org/licenses/>.  */
> >  #include <stdbool.h>
> >  #endif
> >
> > +#ifdef EMACS_MODULE_GMP
> > +#include <gmp.h>
> > +#endif
> > +
>
> This fails on hydra:
>
> --8<---------------cut here---------------start------------->8---
> In file included from lisp.h:4155:0,
>                  from dispnew.c:27:
> emacs-module.h:32:10: fatal error: gmp.h: No such file or directory
>  #include <gmp.h>
>           ^~~~~~~
> --8<---------------cut here---------------end--------------->8---

This should now be fixed with commit 4eb7f9ef59.



reply via email to

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