unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* funny build issue in time.h
@ 2011-02-12 10:31 joakim
  2011-02-12 12:29 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: joakim @ 2011-02-12 10:31 UTC (permalink / raw)
  To: Emacs developers

Im trying to fix a bug involving changes to configure.in.
So I do what I usualy do:

#!/bin/sh
aclocal
automake
autoheader
autoconf
./configure --with-imagemagick

But I wind up with the error below.
Aparently I havent learned how to reconfigure after the recent gnulib
changes. what am I doing wrong?


make
cd lib; make all                            \
  CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
  LDFLAGS='-Wl,-znocombreloc ' MAKE='make'
make[1]: Entering directory `/home/joakim/current/build_myprojs/emacsnew/emacs.bzr/imagemagick/lib'
make  all-am
make[2]: Entering directory `/home/joakim/current/build_myprojs/emacsnew/emacs.bzr/imagemagick/lib'
gcc -DHAVE_CONFIG_H -I. -I../src -I/home/joakim/build_myprojs/emacsnew/emacs.bzr/imagemagick/src     -g -O2 -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c
In file included from /usr/include/sys/types.h:133:0,
                 from /usr/include/stdlib.h:320,
                 from ../src/config.h:1116,
                 from ftoastr.c:28,
                 from dtoastr.c:2:
./time.h:21:1: error: stray ‘@’ in program
./time.h:21:1: error: stray ‘@’ in program
./time.h:23:1: error: stray ‘@’ in program
./time.h:23:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PRAGMA_COLUMNS’
./time.h:23:2: error: stray ‘@’ in program
In file included from /usr/include/sys/select.h:44:0,
                 from /usr/include/sys/types.h:220,
                 from /usr/include/stdlib.h:320,
                 from ../src/config.h:1116,
                 from ftoastr.c:28,
                 from dtoastr.c:2:
./time.h:21:1: error: stray ‘@’ in program
./time.h:21:1: error: stray ‘@’ in program
./time.h:23:1: error: stray ‘@’ in program
./time.h:23:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PRAGMA_COLUMNS’
./time.h:23:2: error: stray ‘@’ in program
make[2]: *** [dtoastr.o] Error 1
make[2]: Leaving directory `/home/joakim/current/build_myprojs/emacsnew/emacs.bzr/imagemagick/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/joakim/current/build_myprojs/emacsnew/emacs.bzr/imagemagick/lib'
make: *** [lib] Error 2

-- 
Joakim Verona



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

* Re: funny build issue in time.h
  2011-02-12 10:31 funny build issue in time.h joakim
@ 2011-02-12 12:29 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2011-02-12 12:29 UTC (permalink / raw)
  To: joakim; +Cc: Emacs developers

joakim@verona.se writes:

> aclocal
> automake
> autoheader
> autoconf

autoreconf -I m4

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

end of thread, other threads:[~2011-02-12 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-12 10:31 funny build issue in time.h joakim
2011-02-12 12:29 ` Andreas Schwab

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