From owner-freebsd-questions Thu May 7 00:25:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00622 for freebsd-questions-outgoing; Thu, 7 May 1998 00:25:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xcf.berkeley.edu (scam.XCF.Berkeley.EDU [128.32.43.201]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA00615 for ; Thu, 7 May 1998 00:25:01 -0700 (PDT) (envelope-from nordwick@xcf.berkeley.edu) Received: (qmail 1518 invoked by uid 27268); 7 May 1998 07:26:17 -0000 Date: 7 May 1998 07:26:17 -0000 Message-ID: <19980507072617.1517.qmail@xcf.berkeley.edu> From: Jason Nordwick MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG Subject: help building GNU gettext. X-Mailer: VM 6.32 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anybody tried to get GNU gettext-0.10 to compile on a -current box ? And got a screenfule of warning on all the sed postprocessing, but 'make check' says that all tests passed (asside from the annoying behavior of having ./configure DEFINE __P in config.h and getting a warning on _every_ file saying that it is redefined, how lame). Has anybody ever tried ? Here is a small sample of what I got alot of: gcc -c -DLOCALEDIR=\"/usr/local/lib/locale\" -DHAVE_CONFIG_H -I. -I.. -I../lib -I../intl -I../intl -g -O po-lex.c In file included from /usr/include/runetype.h:42, from /usr/include/ctype.h:51, from po-lex.c:25: /usr/include/sys/cdefs.h:62: warning: `__P' redefined ../config.h:12: warning: this is the location of the previous definition sed -f ../intl/po2msg.sed < no@nynorsk.po > no@nynorsk.msg && rm -f no@nynorsk.cat && /usr/bin/gencat no@nynorsk.cat no@nynorsk.msg gencat: specified msg doesn't exist on line 11 2 gencat: specified msg doesn't exist on line 28 7 gencat: specified msg doesn't exist on line 31 8 gencat: specified msg doesn't exist on line 38 10 gencat: specified msg doesn't exist on line 44 12 gencat: specified msg doesn't exist on line 50 14 gencat: specified msg doesn't exist on line 56 16 gencat: specified msg doesn't exist on line 59 17 gencat: specified msg doesn't exist on line 64 18 gencat: specified msg doesn't exist on line 67 19 gencat: specified msg doesn't exist on line 70 20 gencat: specified msg doesn't exist on line 73 21 gencat: specified msg doesn't exist on line 76 22 gencat: specified msg doesn't exist on line 79 23 gencat: specified msg doesn't exist on line 82 24 gencat: specified msg doesn't exist on line 85 25 gencat: specified msg doesn't exist on line 88 26 gencat: specified msg doesn't exist on line 91 27 gencat: specified msg doesn't exist on line 94 28 gencat: specified msg doesn't exist on line 97 29 gencat: specified msg doesn't exist on line 103 31 ++ ========================== All checks are successful. ========================== Anybody got any ideas ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message