From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bernhard Lange Newsgroups: gmane.emacs.help Subject: emacs and Solaris 9 Date: 17 Oct 2003 18:52:17 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87ekxbbyda.fsf@rincewind.physik.uni-siegen.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066411095 30002 80.91.224.253 (17 Oct 2003 17:18:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 17:18:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 17 19:18:12 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAYEt-0001Nw-00 for ; Fri, 17 Oct 2003 19:18:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAYDe-0000fR-3o for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Oct 2003 13:16:54 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!sig9-d9baf323.pool.mediaways.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Original-NNTP-Posting-Host: sig9-d9baf323.pool.mediaways.net (217.186.243.35) Original-X-Trace: news.uni-berlin.de 1066410297 26912326 217.186.243.35 (16 [193705]) X-Orig-Path: 127.0.0.1!nobody User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:117368 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13298 Hello, I want to install emacs21.1 on Solaris 9. I get an error-message. I have found it already in this newsgroup. But I don't know what I have to do with the "patch". Thanks Bernhard > From: Brad Walker > Date: Sat, 26 Oct 2002 13:11:25 -0700 (PDT) > > "/usr/include/strings.h", line 25: identifier redeclared: memmove > current : function(pointer to void, pointer to const void, unsigned int) > returning void > previous: function(pointer to void, pointer to const void, unsigned int) I think this is already fixed for the next version, but for now please try this patch: *** src/s/sol2-5.h 22 Nov 2000 10:37:31 -0000 1.13 --- src/s/sol2-5.h 17 Apr 2002 18:00:03 -0000 *************** *** 24,29 **** --- 24,38 ---- #undef USE_MMAP_FOR_BUFFERS + #ifdef HAVE_BCOPY + #undef bcopy + #undef bzero + #undef bcmp + #ifndef NOT_C_CODE + #include + #endif + #endif + #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ /* Don't use the shared libraries for -lXt and -lXaw, to work around a linker bug in Solaris 2.5.