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:40 -0700 Organization: http://groups.google.com/ Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <568b1e28.0207160439.7014930b@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 1026824004 15299 127.0.0.1 (16 Jul 2002 12:53:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 12:53:24 +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 17URpR-0003yQ-00 for ; Tue, 16 Jul 2002 14:53: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 17URpR-000259-00; Tue, 16 Jul 2002 08:53:21 -0400 Original-Received: from ashd1-1.relay.mail.uu.net ([199.171.54.245]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17URp2-00023z-00 for ; Tue, 16 Jul 2002 08:52:56 -0400 Original-Received: from smtp8.google.com by mr0.ash.ops.us.uu.net with ESMTP (peer crosschecked as: smtp8.google.com [216.239.33.28]) id QQmxtj23507 for ; Tue, 16 Jul 2002 12:52:50 GMT 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 g6GCqoX5008501 for ; Tue, 16 Jul 2002 05:52:50 -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 FAA31327 for ; Tue, 16 Jul 2002 05:52:50 -0700 Original-Received: (from news@localhost) by sjmm36.sj.google.com (8.9.3/8.9.3) id FAA28276 for gnu-emacs-bug@moderators.isc.org; Tue, 16 Jul 2002 05:39:41 -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 1026823181 28275 127.0.0.1 (16 Jul 2002 12:39:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 16 Jul 2002 12:39:41 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:2722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2722 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.