* Compiling 21.3 on IRIX6.5
@ 2003-04-09 15:33 John Barry
2003-04-10 6:22 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: John Barry @ 2003-04-09 15:33 UTC (permalink / 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compiling 21.3 on IRIX6.5
2003-04-09 15:33 Compiling 21.3 on IRIX6.5 John Barry
@ 2003-04-10 6:22 ` Richard Stallman
0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2003-04-10 6:22 UTC (permalink / raw)
Cc: bug-gnu-emacs
We have to depend on the users of IRIX to fix this.
If you can find a change that fixes the problem, we can
probably turn it into a a clean installable change.
But we need you for that first step.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-10 6:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-09 15:33 Compiling 21.3 on IRIX6.5 John Barry
2003-04-10 6:22 ` Richard Stallman
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).