unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: Emacs developers <emacs-devel@gnu.org>
Subject: funny build issue in time.h
Date: Sat, 12 Feb 2011 11:31:03 +0100	[thread overview]
Message-ID: <m3mxm1ee8o.fsf@verona.se> (raw)

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



             reply	other threads:[~2011-02-12 10:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-12 10:31 joakim [this message]
2011-02-12 12:29 ` funny build issue in time.h Andreas Schwab

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=m3mxm1ee8o.fsf@verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    /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).