all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Barry <j.s.barry@larc.nasa.gov>
Subject: Compiling 21.3 on IRIX6.5
Date: Wed, 09 Apr 2003 11:33:49 -0400	[thread overview]
Message-ID: <3E943D5D.459402C8@larc.nasa.gov> (raw)

Emacs-21.3 was configured with no options (except --prefix).
Compiled with recent versions of gcc, using gmake . It chokes
when compiling movemail.c in the following way:

gmake[1]: Entering directory `/data2/local/emacs-21.3.obj/lib-src'
gcc -c -DHAVE_CONFIG_H -I. -I../src
-I/data2/local/emacs-21.3.src/lib-src
-I/data2/local/emacs-21.3.src/lib-src/../src  -g -O2 -Demacs
/data2/local/emacs-21.3.src/lib-src/movemail.c
In file included from /data2/local/emacs-21.3.src/src/s/usg5-4.h:98,
                 from /data2/local/emacs-21.3.src/src/s/irix5-0.h:1,
                 from /data2/local/emacs-21.3.src/src/s/irix6-5.h:3,
                 from ../src/config.h:371,
                 from /data2/local/emacs-21.3.src/lib-src/movemail.c:59:

/usr/include/sys/stropts.h:237: parse error before "t_uscalar_t"
/usr/include/sys/stropts.h:261: parse error before "t_uscalar_t"
/usr/include/sys/stropts.h:267: parse error before '}' token
gmake[1]: *** [movemail.o] Error 1
gmake[1]: Leaving directory `/data2/local/emacs-21.3.obj/lib-src'
gmake: *** [lib-src] Error 2

This the same problem that showed up with the latest version of
gawk. The parser seems not to know about t_uscalar_t as a data type.
It is defined in sys/types.h. Manually adding #include <sys/types.h>
before #include <sys/stropts> in file usg5-4.h proved fruitless. These
are the first versions of emacs and gawk where this problem has occured.

                                    Thanks for any help,
                                        John Barry

             reply	other threads:[~2003-04-09 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-09 15:33 John Barry [this message]
2003-04-10  6:22 ` Compiling 21.3 on IRIX6.5 Richard Stallman

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=3E943D5D.459402C8@larc.nasa.gov \
    --to=j.s.barry@larc.nasa.gov \
    /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.