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: Solaris 8 patches 108652-51 and 108919-14 break `make install' Date: Wed, 17 Apr 2002 17:51:30 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5139-Wed17Apr2002175129+0300-eliz@is.elta.co.il> References: <3CBD6251.E71CE2A2@operamail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019056957 656 127.0.0.1 (17 Apr 2002 15:22:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 17 Apr 2002 15:22:37 +0000 (UTC) Cc: 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 16xrGX-0000AT-00 for ; Wed, 17 Apr 2002 17:22:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xqv6-0006wc-00; Wed, 17 Apr 2002 11:00:28 -0400 Original-Received: from heimdall.inter.net.il ([192.114.186.17]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xqtO-0006oh-00 for ; Wed, 17 Apr 2002 10:58:42 -0400 Original-Received: from zaretsky (diup-216-27.inter.net.il [213.8.216.27]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BHY60924; Wed, 17 Apr 2002 17:58:31 +0300 (IDT) Original-To: eubrafo@operamail.com X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <3CBD6251.E71CE2A2@operamail.com> (message from Rabbe Fogelholm on Wed, 17 Apr 2002 13:53:53 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 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:737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:737 > From: Rabbe Fogelholm > Newsgroups: gnu.emacs.bug > Date: Wed, 17 Apr 2002 13:53:53 +0200 > > > make[2]: Entering directory `/usr/local/bootenv/emacs/emacs-21.2/lwlib' > > 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/bootenv/emacs/emacs-21.2/lwlib -I/usr/local/bootenv/emacs/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 `0' > > /usr/include/strings.h:26: warning: conflicting types for built-in function `memset' > > make[2]: *** [xlwmenu.o] Error 1 > > make[2]: Leaving directory `/usr/local/bootenv/emacs/emacs-21.2/lwlib' > > make[1]: *** [really-lwlib] Error 2 > > make[1]: Leaving directory `/usr/local/bootenv/emacs/emacs-21.2/src' > > make: *** [src] Error 2 > > A workaround is to back out the 108652-51 patch, which requires that > 108919-14 is backed out first. After doing this the `make install' > target succeeds. Thanks for this important information. However, in the hope that it's possible to make Emacs build even with the recent patches, could you please post the offending lines from the header files about which the compiler complains, as well as any other lines (such as macro definitions etc.) which are involved in this? Maybe we can make a change in Emacs to work around those problems. TIA