emacs-devel
[Top][All Lists]
Advanced

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

REPLACE_GMTIME


From: martin rudalics
Subject: REPLACE_GMTIME
Date: Fri, 20 Dec 2013 09:24:13 +0100

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?

Thanks, martin



reply via email to

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