all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: James Jong <ribonucleico@gmail.com>
Cc: 13908@debbugs.gnu.org
Subject: bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
Date: Tue, 12 Mar 2013 13:42:00 -0700	[thread overview]
Message-ID: <513F9318.8000402@cs.ucla.edu> (raw)
In-Reply-To: <CAD4ivxUYOr-nS=Oe_9_BK1q7dhgukV_TfEgedQD2XeO2DWrm=g@mail.gmail.com>

I don't think the problem is GCC 4.1.2.  I just now built Emacs 24.3 with
GCC 4.1.2 (a compiler I built from scratch, on Fedora 17), and Emacs
compiled OK.  I configured with:

  --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no --with-imagemagick=no

because GCC 4.1.2 is so old that it can't deal with those headers
on my platform.

Looking at James's config.log, I see:

config.status:1813: creating src/config.h
config.status:1984: src/config.h is unchanged

which is a danger sign.  It means you're not configuring from a fresh
tarball.  Can you please try starting from scratch?

The following symptom is also worrisome:

lisp.h:2938: error: expected declaration specifiers before 'INLINE'

src/conf_post.h always defines INLINE to something else, so if the
rest of the code is seeing 'INLINE' then there's something wrong with
the configuration process.  My guess is that src/config.h is corrupted
somehow.  So, in addition to the info that Eli asked for, can you
please send us a copy of your src/config.h?  Also, can you please check
that your src/conf_post.h is unmodified from the Emacs 24.3 tarball?





  parent reply	other threads:[~2013-03-12 20:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-08 23:29 bug#13908: Unable to compile Emacs 23.3 Release Candidate 2 James Jong
2013-03-09  1:52 ` Glenn Morris
2013-03-09  1:56   ` Glenn Morris
2013-03-11 17:01     ` James Jong
2013-03-11 18:14       ` Glenn Morris
2013-03-11 18:21         ` Eli Zaretskii
2013-03-11 18:50       ` Wolfgang Jenkner
2013-03-11 20:45       ` Achim Gratz
2013-03-12 15:54         ` James Jong
2013-03-12 16:38           ` Eli Zaretskii
2013-03-12 21:51             ` James Jong
2013-03-12 20:42 ` Paul Eggert [this message]
2013-03-13  4:51   ` Paul Eggert
2013-03-13 20:15 ` bug#13908: Unable to compile Emacs 24.3 stable James Jong
2013-03-13 20:35   ` Eli Zaretskii
2013-03-13 20:49     ` James Jong
     [not found]     ` <CAD4ivxVT53RUgh5Oicbto5MqxTeaYPevTTr0tc5hzS_O13+piA@mail.gmail.com>
2013-03-13 21:02       ` Eli Zaretskii
2013-03-13 22:13         ` James Jong
2013-03-13 22:30   ` Paul Eggert
2013-03-14 15:45     ` James Jong
2013-03-14 19:42       ` Paul Eggert
2013-03-14 20:21         ` James Jong

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=513F9318.8000402@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=13908@debbugs.gnu.org \
    --cc=ribonucleico@gmail.com \
    /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 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.