all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* REPLACE_GMTIME
@ 2013-12-20  8:24 martin rudalics
  2013-12-20  9:01 ` REPLACE_GMTIME Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2013-12-20  8:24 UTC (permalink / raw
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: REPLACE_GMTIME
  2013-12-20  8:24 REPLACE_GMTIME martin rudalics
@ 2013-12-20  9:01 ` Eli Zaretskii
  2013-12-20  9:50   ` REPLACE_GMTIME martin rudalics
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2013-12-20  9:01 UTC (permalink / raw
  To: martin rudalics; +Cc: emacs-devel

> 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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: REPLACE_GMTIME
  2013-12-20  9:01 ` REPLACE_GMTIME Eli Zaretskii
@ 2013-12-20  9:50   ` martin rudalics
  0 siblings, 0 replies; 3+ messages in thread
From: martin rudalics @ 2013-12-20  9:50 UTC (permalink / raw
  To: Eli Zaretskii; +Cc: emacs-devel

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

Thank you, works again.

martin




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-20  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20  8:24 REPLACE_GMTIME martin rudalics
2013-12-20  9:01 ` REPLACE_GMTIME Eli Zaretskii
2013-12-20  9:50   ` REPLACE_GMTIME martin rudalics

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.