emacs-devel
[Top][All Lists]
Advanced

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

Re: gnutls error


From: Eli Zaretskii
Subject: Re: gnutls error
Date: Sun, 16 Jul 2017 20:15:44 +0300

> From: Dani Moncayo <address@hidden>
> Date: Sun, 16 Jul 2017 18:02:17 +0200
> Cc: Emacs development discussions <address@hidden>
> 
> > OK.  Can you show the preprocessed source of fns.c?  (Let me know if
> > you need help in how to produce it.)
> 
> I've tried to produce it, by adding this rule to the file
> "build-dir/src/Makefile":
> 
>   fns.i: fns.c
>    $(AM_V_CC)$(CC) -E $(CPPFLAGS) $(ALL_CFLAGS) $(PROFILING_CFLAGS) $< > $@
> 
> and then doing:
>   cd build-dir/src
>   make fns.i
> 
> I'm attaching the preprocessed source.  Let me know if this is not
> what you want.

It is, thanks.

The problem is that you have an outdated globals.h in the source tree,
and the build picks it up instead of the version produced during the
build, which is somewhere in the build tree.  I guess you started by
building in the source tree, and then switched to an out-of-tree
builds, and didn't clean up the source tree.  Or something to that
effect.



reply via email to

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