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