emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make bootstrap failed on Solaris 2.6


From: Katsumi Yamaoka
Subject: make bootstrap failed on Solaris 2.6
Date: Thu, 05 Feb 2004 11:02:29 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (usg-unix-v)

Hi,

I got the following error when performing `make bootstrap' under
the Solaris 2.6 machine.  There have been Gcc 3.3 and X11R6.5.1
installed.

gcc -c -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Work/emacs/src\
 -I/usr/local/include -I/usr/local/X11/include -I/usr/dt/include\
 -g -O2 xselect.c
In file included from xselect.c:33:
termhooks.h:29: error: parse error before '*' token
termhooks.h:29: warning: data definition has no type or storage class

I'm not sure of it, but xselect.c seems to need to include
stdio.h as follows:

*** xselect.c~  Tue Feb  3 22:44:37 2004
--- xselect.c   Thu Feb  5 02:01:21 2004
***************
*** 23,28 ****
--- 23,29 ----
  /* Rewritten by jwz */
  
  #include <config.h>
+ #include <stdio.h>
  #include "lisp.h"
  #include "xterm.h"    /* for all of the X includes */
  #include "dispextern.h"       /* frame.h seems to want this */

Regards,
-- 
Katsumi Yamaoka <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]