all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
To: Dan Nicolaescu <dann@gnu.org>
Cc: 9684@debbugs.gnu.org
Subject: bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5
Date: Mon, 10 Oct 2011 17:27:54 +0200	[thread overview]
Message-ID: <ydd7h4c9891.fsf@manam.CeBiTec.Uni-Bielefeld.DE> (raw)
In-Reply-To: <yxq8vown0hh.fsf@fencepost.gnu.org> (Dan Nicolaescu's message of "Fri, 07 Oct 2011 14:02:50 -0400")

I've just tried building 24.0.90 with gcc 3.4 and MIPSpro cc:

* With gcc 3.4, the failure is the same as with gcc 4.6.

* With MIPSpro cc, I already get tons of compile failures:

cc-1041 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  The indicated expression must have arithmetic or pointer type.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1053 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A colon is expected at this point.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1168 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  The indicated type conversion is invalid.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1031 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  An integral expression is needed.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1031 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  An integral expression is needed.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1031 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  An integral expression is needed.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1053 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A colon is expected at this point.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1065 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A semicolon is expected at this point.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1055 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A macro invocation has too many arguments.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1055 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A macro invocation has too many arguments.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1054 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  There are not enough arguments in a macro invocation.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1055 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A macro invocation has too many arguments.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1055 cc: ERROR File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  A macro invocation has too many arguments.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

cc-1174 cc: WARNING File = /vol/src/gnu/emacs/emacs-24.0.90/src/buffer.h, Line = 1045
  The variable "PVEC_SUB_CHAR_TABLE" was declared but never referenced.

    Lisp_Object down = CHAR_TABLE_REF (downcase_table, c);
                       ^

I haven't tracked this down yet, and it's certainly another bug.

	Rainer





  parent reply	other threads:[~2011-10-10 15:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-06 14:19 bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5 Rainer Orth
2011-10-06 17:52 ` Eli Zaretskii
2011-10-07  9:11   ` Rainer Orth
2011-10-07 12:49     ` Eli Zaretskii
2011-10-07 13:40       ` Rainer Orth
2011-10-07 15:25         ` Eli Zaretskii
2011-10-07 15:57           ` Rainer Orth
2011-10-07 18:13             ` Eli Zaretskii
2011-10-07 18:02     ` Dan Nicolaescu
2011-10-10 14:43       ` Rainer Orth
2011-10-11 10:18         ` Dan Nicolaescu
2011-10-11 14:21           ` Rainer Orth
2013-01-28 22:18             ` Glenn Morris
2013-01-31 12:10               ` Rainer Orth
2011-10-10 15:27       ` Rainer Orth [this message]
2011-10-07  0:49 ` Glenn Morris
2011-10-07  9:20   ` bug#7643: " Rainer Orth
2011-10-07 18:48     ` bug#7643: Build failure for SGI IRIX MIPS Glenn Morris
2011-10-07 19:18       ` Glenn Morris
2011-10-08  8:45 ` bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5 Paul Eggert
2014-04-13 22:55 ` Paul Eggert
2018-02-13  0:34 ` Noam Postavsky

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=ydd7h4c9891.fsf@manam.CeBiTec.Uni-Bielefeld.DE \
    --to=ro@cebitec.uni-bielefeld.de \
    --cc=9684@debbugs.gnu.org \
    --cc=dann@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 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.