From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: HPUX support in 22.0.96 Date: Mon, 26 Mar 2007 19:13:40 -0400 Message-ID: References: <864poeoc05.fsf@lola.quinscape.zz> <11y7lq2wwu.fsf@fencepost.gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174950965 12891 80.91.229.12 (26 Mar 2007 23:16:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 23:16:05 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org, jbuehler@spirentcom.com To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 27 01:15:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HVyPr-0007sv-5K for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 01:15:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVyS8-0005ts-Mj for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 18:18:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVyS3-0005kg-IU for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:18:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVyS2-0005gl-CC for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:18:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVyS2-0005gc-8a for emacs-devel@gnu.org; Mon, 26 Mar 2007 18:18:10 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVyPj-0003od-Nd for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:15:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HVyNg-0001DE-AT; Mon, 26 Mar 2007 19:13:40 -0400 In-reply-to: (message from Sascha Wilde on Sun, 25 Mar 2007 17:23:43 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68638 Archived-At: Unfortunately the current code doesn't build on my system: wilde@timmy[src/bigsrc/emacs-clean]% uname -a HP-UX timmy B.10.20 U 9000/715 2012866183 unlimited-user license here are the errors I get: unexec.c: In function `make_hdr': The problem seems to be that it is using unexec.c rather than the special HPUX unexec program that was just recently undeleted. Can you debug why?