From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Barry Newsgroups: gmane.emacs.bugs Subject: Compiling 21.3 on IRIX6.5 Date: Wed, 09 Apr 2003 11:33:49 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E943D5D.459402C8@larc.nasa.gov> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1049903035 5252 80.91.224.249 (9 Apr 2003 15:43:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2003 15:43:55 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 09 17:43:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193Hjp-0001LU-00 for ; Wed, 09 Apr 2003 17:43:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193HfA-0005sL-00 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 09 Apr 2003 11:39:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193Hew-0005pC-00 for bug-gnu-emacs@gnu.org; Wed, 09 Apr 2003 11:38:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193HaZ-0004RO-00 for bug-gnu-emacs@gnu.org; Wed, 09 Apr 2003 11:34:16 -0400 Original-Received: from icat.larc.nasa.gov ([128.155.24.123]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193HaC-0004BW-00 for bug-gnu-emacs@gnu.org; Wed, 09 Apr 2003 11:33:52 -0400 Original-Received: from larc.nasa.gov (localhost [127.0.0.1]) by icat.larc.nasa.gov (SGI-8.9.3/8.9.3) with ESMTP id LAA09543 for ; Wed, 9 Apr 2003 11:33:49 -0400 (EDT) X-Mailer: Mozilla 4.79C-SGI [en] (X11; U; IRIX64 6.5 IP30) X-Accept-Language: en Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4749 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 before #include 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