From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: tbowers@genuity.net (T.L.Bowers) Newsgroups: gmane.emacs.bugs Subject: Re: compiling on Sun Blade 100 running Solaris 2.8 Date: 15 Jul 2002 11:47:29 -0700 Organization: http://groups.google.com/ Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <568b1e28.0207151047.7b1f218f@posting.google.com> References: NNTP-Posting-Host: localhost.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1026759976 13763 127.0.0.1 (15 Jul 2002 19:06:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2002 19:06:16 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17UBAd-0003Zj-00 for ; Mon, 15 Jul 2002 21:06:07 +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 17UAtS-0002Va-00; Mon, 15 Jul 2002 14:48:22 -0400 Original-Received: from dfw7-1.relay.mail.uu.net ([199.171.54.106]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17UAso-0002U9-00 for ; Mon, 15 Jul 2002 14:47:42 -0400 Original-Received: from smtp8.google.com by dfw7sosrv11.alter.net with ESMTP (peer crosschecked as: smtp8.google.com [216.239.33.28]) id QQmxqp27461 for ; Mon, 15 Jul 2002 18:47:39 GMT Original-Received: from sjins2.sj.google.com (proxy.google.com [216.239.35.5]) by smtp8.google.com (8.12.2/8.12.3) with ESMTP id g6FIlWX5013620 for ; Mon, 15 Jul 2002 11:47:32 -0700 Original-Received: from sjmm36.sj.google.com (sjmm36.prod.google.com [10.6.39.36]) by sjins2.sj.google.com (8.9.3/8.9.3) with ESMTP id LAA14365 for ; Mon, 15 Jul 2002 11:47:27 -0700 Original-Received: (from news@localhost) by sjmm36.sj.google.com (8.9.3/8.9.3) id LAA03875 for gnu-emacs-bug@moderators.isc.org; Mon, 15 Jul 2002 11:47:30 -0700 Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 22 Original-NNTP-Posting-Host: 171.78.136.115 Original-X-Trace: posting.google.com 1026758850 3872 127.0.0.1 (15 Jul 2002 18:47:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 15 Jul 2002 18:47:30 GMT 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:2701 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2701 Eli, I'm having this problem as well with a ultra5 running Solaris 2.8 and gcc 3.1. I need a little more help getting past this error. I can't get any version of emacs to compile due to this error. Can someone point me to some docs the can help me do this patch. Any idea when the next release is scheduled. Regards -tb > > 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 > > > 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.