From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Johan_Bockg=E5rd?= Newsgroups: gmane.emacs.help Subject: Re: emacs 21.2 compile problems on Solaris 8 Date: Wed, 30 Oct 2002 00:53:50 +0100 Organization: Chalmers University of Technology, Sweden Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035936545 6457 80.91.224.249 (30 Oct 2002 00:09:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 00:09:05 +0000 (UTC) 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 186gPt-0001fQ-00 for ; Wed, 30 Oct 2002 01:09:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186gNU-0003Dw-00; Tue, 29 Oct 2002 19:06:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!news.netg.se!dd.chalmers.se!helm.dd.chalmers.se!bojohan Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: helm.dd.chalmers.se In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:106539 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3089 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3089 On Tue, 29 Oct 2002, Carl B. Constantine wrote: > I'm trying to compile Emacs 21.1 for Solaris 8, both Intel versions and > Sparc versions. > > On the Sparc, I'm using gcc 2.95.3. On the x86, I'm using gcc 3.1.1. > > In both cases I get this same error: > > gcc -c -I/public/include -I/usr/dt/include -g -O2 -DEMACS_BITMAP_FILES -DHAVE_CONFIG_H -Demacs -I. -I../src -I/sw/pgmstore/admpubsw/emacs/emacs-21.2/lwlib -I/sw/pgmstore/admpubsw/emacs/emacs-21.2/lwlib/../src xlwmenu.c > In file included from /package/gcc-3.1.1/lib/gcc-lib/i386-pc-solaris2.8/3.1.1/include/X11/Xos.h:90, > from xlwmenu.c:32: > /usr/include/strings.h:25: conflicting types for `memmove' > /usr/include/iso/string_iso.h:62: previous declaration of `memmove' > /usr/include/strings.h:26: parse error before numeric constant > make[2]: *** [xlwmenu.o] Error 1 > make[2]: Leaving directory `/sw/pgmstore/admpubsw/emacs/emacs-21.2/lwlib' > make[1]: *** [really-lwlib] Error 2 > make[1]: Leaving directory `/sw/pgmstore/admpubsw/emacs/emacs-21.2/src' > make: *** [src] Error 2 > This question was asked and answered here just a few days ago, "emacs on solaris 9", Oct 26. http://groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-8&safe=off&frame=right&th=edc68f3c08bcbbcc I had the same problem and the proposed fix worked for me. Hope this helps /Johan