From: Eli Zaretskii <eliz@gnu.org>
To: martin rudalics <rudalics@gmx.at>
Cc: emacs-devel@gnu.org
Subject: Re: REPLACE_GMTIME
Date: Fri, 20 Dec 2013 11:01:26 +0200 [thread overview]
Message-ID: <83a9fvc2vt.fsf@gnu.org> (raw)
In-Reply-To: <52B3FEAD.6020005@gmx.at>
> Date: Fri, 20 Dec 2013 09:24:13 +0100
> From: martin rudalics <rudalics@gmx.at>
>
> 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.
next prev parent reply other threads:[~2013-12-20 9:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-20 8:24 REPLACE_GMTIME martin rudalics
2013-12-20 9:01 ` Eli Zaretskii [this message]
2013-12-20 9:50 ` REPLACE_GMTIME martin rudalics
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83a9fvc2vt.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=rudalics@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).