From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Hobelmann Newsgroups: gmane.emacs.bugs Subject: Re: Emacs make errors on HP/UX Date: Wed, 09 Mar 2005 21:58:57 -0600 Message-ID: <399v03F61r196U1@individual.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110427405 24946 80.91.229.2 (10 Mar 2005 04:03:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 04:03:25 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 10 05:03:25 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9EtM-0004ul-05 for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 05:03:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9F89-000447-OR for geb-bug-gnu-emacs@m.gmane.org; Wed, 09 Mar 2005 23:18:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9F73-0002zf-M6 for bug-gnu-emacs@gnu.org; Wed, 09 Mar 2005 23:17:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9F6p-0002qo-6i for bug-gnu-emacs@gnu.org; Wed, 09 Mar 2005 23:17:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9F6p-0002qe-41 for bug-gnu-emacs@gnu.org; Wed, 09 Mar 2005 23:17:15 -0500 Original-Received: from [132.239.1.59] (helo=mailbox7.ucsd.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9Epv-0004lM-UR for bug-gnu-emacs@gnu.org; Wed, 09 Mar 2005 22:59:48 -0500 Original-Received: from Mail.FU-Berlin.DE (mail.fu-berlin.de [130.133.1.2]) by mailbox7.ucsd.edu (8.13.1/8.13.1) with ESMTP id j2A3xFeh019304 for ; Wed, 9 Mar 2005 19:59:20 -0800 (PST) Original-Received: from curry.zedat.fu-berlin.de ([160.45.10.36]) by Mail.FU-Berlin.DE (Exim 4.42) for gnu-emacs-bug@moderators.isc.org with esmtp id <1D9EpA-000Pad-Ey>; Thu, 10 Mar 2005 04:59:00 +0100 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.uni-berlin.de with bsmtp id ; Thu, 10 Mar 2005 04:59:00 +0100 (MET) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: individual.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 32 X-Orig-X-Trace: individual.net dw8S7bnRpylF6bSblYoUjge6WMvhJmDJkiH+f5O/kOOB1gEykL User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en In-Reply-To: X-Greylisting: NO DELAY (Relay+Sender accepted); processed by UCSD_GL-v1.1 on mailbox7.ucsd.edu; Thu, 10 March 2005 03:59:21 +0000 (UTC) X-Spamscanner: mailbox7.ucsd.edu (v1.5 Dec 3 2004 17:34:44, 0.0/5.0 3.0.0) X-MailScanner: PASSED (v1.2.8 9382 j2A3xFeh019304 mailbox7.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.bugs:10896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10896 Lozano, Marcus wrote: > Hello, > > My name is Marcus Lozano. I am fairly new to HP/UX and I am trying to build > emacs on a machine running HP/UX 11.00 Is that a super-old version of HP/UX? > cc -c -Demacs -DHAVE_CONFIG_H -I. -I/local0/emacs-21.3/src > -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2 > -I/usr/contrib/X11R6/include -I/usr/contrib/X11R5/include -g sysdep.c > (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C > product; ignored. > (Bundled) cc: "sysdep.c", line 2807: error 1000: Unexpected symbol: > "signal_handler_t". This might mean that the system is missing some header file that would define signal_handler_t. A grep on my Mac's /usr/include doesn't find such a definition either, though. No idea where it's supposed to come from. > (Bundled) cc: "sysdep.c", line 2807: error 1705: Function prototypes are an > ANSI feature. This sounds like the emacs code uses function prototypes (you bet) and the compiler is pre-ANSI... Maybe you need a newer compiler. The rest are probably errors resulting from the above. Have you looked at the cc manpage ("man 1 cc", I guess) if it says anything about ANSI? Otherwise you might want to get gcc. HTH