From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: compiling on Sun Blade 100 running Solaris 2.8 Date: Mon, 15 Jul 2002 07:46:27 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200207141522.g6EFME720454@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1026708562 26477 127.0.0.1 (15 Jul 2002 04:49:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2002 04:49:22 +0000 (UTC) Cc: fqgouvea@colby.edu, 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 17TxnV-0006sw-00 for ; Mon, 15 Jul 2002 06:49:21 +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 17TxnT-0004s2-00; Mon, 15 Jul 2002 00:49:19 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Txmn-0004qk-00; Mon, 15 Jul 2002 00:48:38 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA04742; Mon, 15 Jul 2002 07:46:27 +0300 (IDT) X-Sender: eliz@is Original-To: Richard Stallman In-Reply-To: <200207141522.g6EFME720454@aztec.santafe.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:2690 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2690 On Sun, 14 Jul 2002, Richard Stallman wrote: > 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 > > 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? I think we already have that fixed in both CVS head and branch. IIRC, I sent a patch in response to the original report, but got no replies.