emacs-devel
[Top][All Lists]
Advanced

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

funny build issue in time.h


From: joakim
Subject: funny build issue in time.h
Date: Sat, 12 Feb 2011 11:31:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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 address@hidden in program
./time.h:21:1: error: stray address@hidden in program
./time.h:23:1: error: stray address@hidden in program
./time.h:23:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 
‘PRAGMA_COLUMNS’
./time.h:23:2: error: stray address@hidden 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 address@hidden in program
./time.h:21:1: error: stray address@hidden in program
./time.h:23:1: error: stray address@hidden in program
./time.h:23:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 
‘PRAGMA_COLUMNS’
./time.h:23:2: error: stray address@hidden 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



reply via email to

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