emacs-devel
[Top][All Lists]
Advanced

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

Re: REPLACE_GMTIME


From: Eli Zaretskii
Subject: Re: REPLACE_GMTIME
Date: Fri, 20 Dec 2013 11:01:26 +0200

> Date: Fri, 20 Dec 2013 09:24:13 +0100
> From: martin rudalics <address@hidden>
> 
> Building in a separate directory currently fails on Debian GNU/Linux
> here as
> 
> 
> In file included from ../../lib/timespec.h:22:0,
>                   from ../../lib/dtotimespec.c:25:
> ./time.h:506:7: error: token "@" is not valid in preprocessor expressions
> ./time.h:521:7: error: token "@" is not valid in preprocessor expressions
> make[2]: *** [dtotimespec.o] Fehler 1
> make[2]: Leaving directory `/home/martin/emacs/quickfixes/obj-gtk/lib'
> make[1]: *** [all] Fehler 2
> make[1]: Leaving directory `/home/martin/emacs/quickfixes/obj-gtk/lib'
> make: *** [lib] Fehler 2
> 
> 
> while building in the source directory for another branch works correct.
> 
> 
> lib/Makefile in the failing build has
> 
> ...
> REPLACE_GMTIME = @REPLACE_GMTIME@
> REPLACE_ISATTY = 0
> REPLACE_LCHOWN = 0
> REPLACE_LINK = 0
> REPLACE_LINKAT = 0
> REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
> ...
> 
> while in the succeeding build it has
> 
> ...
> REPLACE_GMTIME = 0
> REPLACE_ISATTY = 0
> REPLACE_LCHOWN = 0
> REPLACE_LINK = 0
> REPLACE_LINKAT = 0
> REPLACE_LOCALTIME = 0
> ...
> 
> What am I doing wrong?

Re-run autogen.sh and configure, then rebuild.  For some reason, plain
"make" doesn't do something it should have.



reply via email to

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