From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: compiling on Sun Blade 100 running Solaris 2.8 Date: Sun, 14 Jul 2002 09:22:14 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200207141522.g6EFME720454@aztec.santafe.edu> References: <200207091726.g69HQsk17587@node-000.offices.mudd.colby.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026660153 18173 127.0.0.1 (14 Jul 2002 15:22:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 14 Jul 2002 15:22:33 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17TlCh-0004j0-00 for ; Sun, 14 Jul 2002 17:22:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17TlDX-0006KD-00; Sun, 14 Jul 2002 11:23:23 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17TlCR-0006E2-00; Sun, 14 Jul 2002 11:22:15 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6EFMGB26722; Sun, 14 Jul 2002 09:22:16 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6EFME720454; Sun, 14 Jul 2002 09:22:14 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: fqgouvea@colby.edu In-Reply-To: <200207091726.g69HQsk17587@node-000.offices.mudd.colby.edu> (fqgouvea@colby.edu) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2688 Now the error message from "make": gcc -c -I/usr/openwin/include -I/usr/dt/include -g -O2 -DEMACS_BITMAP_FILES -DHAVE_CONFIG_H -Demacs -I. -I../src -I/usr/local/src/gnu/emacs-21.2/lwlib -I /usr/local/src/gnu/emacs-21.2/lwlib/../src xlwmenu.c In file included from /usr/openwin/include/X11/Xos.h:81, 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 *** Error code 1 make: Fatal error: Command failed for target `xlwmenu.o' Current working directory /usr/local/src/gnu/emacs-21.2/lwlib *** Error code 1 make: Fatal error: Command failed for target `really-lwlib' Current working directory /usr/local/src/gnu/emacs-21.2/src *** Error code 1 make: Fatal error: Command failed for target `src' Any suggestions? The only way to fix this is for someone to look at the specifics of the code and find the actual cause of the problem. What are these conflicting declarations? Why do they conflict? Why are both eof them included? Were any macro definitions involved in causing the conflict? Only someone who has access to a Sun can get to the bottom of this.