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: 16 Jul 2002 05:39:12 -0700 Organization: http://groups.google.com/ Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <568b1e28.0207160439.655332c@posting.google.com> References: <568b1e28.0207151047.7b1f218f@posting.google.com> NNTP-Posting-Host: localhost.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1026824062 15481 127.0.0.1 (16 Jul 2002 12:54:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 12:54:22 +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 17URqO-00041S-00 for ; Tue, 16 Jul 2002 14:54:20 +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 17URqP-0002Gc-00; Tue, 16 Jul 2002 08:54:21 -0400 Original-Received: from mailbox3.ucsd.edu ([132.239.1.55]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17URpS-00025F-00 for ; Tue, 16 Jul 2002 08:53:23 -0400 Original-Received: from smtp8.google.com (smtp8.google.com [216.239.33.28]) by mailbox3.ucsd.edu (8.12.3/8.12.3) with ESMTP id g6GCqSWP076255 for ; Tue, 16 Jul 2002 05:52:28 -0700 (PDT) Original-Received: from exins2.exo.google.com (exins2.prod.google.com [10.4.0.8]) by smtp8.google.com (8.12.2/8.12.3) with ESMTP id g6GCqNX5008479 for ; Tue, 16 Jul 2002 05:52:23 -0700 Original-Received: from sjmm36.sj.google.com (sjmm36.prod.google.com [10.6.39.36]) by exins2.exo.google.com (8.9.3/8.9.3) with ESMTP id FAA31294 for ; Tue, 16 Jul 2002 05:52:23 -0700 Original-Received: (from news@localhost) by sjmm36.sj.google.com (8.9.3/8.9.3) id FAA28232 for gnu-emacs-bug@moderators.isc.org; Tue, 16 Jul 2002 05:39:14 -0700 Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 30 Original-NNTP-Posting-Host: 68.1.177.180 Original-X-Trace: posting.google.com 1026823154 28223 127.0.0.1 (16 Jul 2002 12:39:14 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 16 Jul 2002 12:39:14 GMT X-MailScanner: Passed 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:2723 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2723 Nevermind, I figured it out on my own :). I just copied the updated sol2-5.h from the CVS repository and placed it into the src/s directory and ran make again. Worked like a charm. Regards -tb tbowers@genuity.net (T.L.Bowers) wrote in message news:<568b1e28.0207151047.7b1f218f@posting.google.com>... > 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.