From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1793 Path: news.gmane.org!not-for-mail From: Nimar Arora Newsgroups: gmane.emacs.gnus.user Subject: errors compiling Oort Gnus Date: 06 Jan 2003 14:35:50 -0800 Message-ID: <7wzfzs5kit5.fsf@dlsun92.us.oracle.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668461 12726 80.91.229.2 (31 Jan 2006 00:47:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:47:41 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:42 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!Norway.EU.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!c03.atl99!news.webusenet.com!sjc-peer.news.verio.net!news.verio.net!news.sanjose1.Level3.net!Level3.net!news.oracle.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4 Original-NNTP-Posting-Host: 130.35.173.65 Original-X-Trace: news.oracle.com 1041892809 130.35.173.65 (Mon, 06 Jan 2003 14:40:09 PST) Original-NNTP-Posting-Date: Mon, 06 Jan 2003 14:40:09 PST Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1933 Original-Lines: 56 X-Gnus-Article-Number: 1933 Tue Jan 17 17:29:42 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1793 Archived-At: Hi, I just downloaded Oort Gnus from www.gnus.org, typed ./configure in the directory and then make. It seemed to get past byte compiling a bunch of files and then it died in the texi directory with the following errors. I have included the output of uname -a and ./configure below to help analyze the problem. I appreciate any help. Thanks, Nimar make[1]: Leaving directory `/private/narora/local/src/ognus-0.10/lisp' cd texi && make EMACS="emacs" all make[1]: Entering directory `/private/narora/local/src/ognus-0.10/texi' if test "xmakeinfo" != "xno" ; then \ makeinfo -I . -o gnus gnus.texi; \ else \ rm -f gnus; \ emacs -batch -q -no-site-file -l ./infohack.el -f batch-makeinfo gnus.texi; \ fi Making info file `gnus' from `gnus.texi'. gnus.texi:316: Unknown command `ifnottex'. gnus.texi:339: Unmatched `@end'. gnus.texi:2713: Unknown command `anchor'. gnus.texi:2713: Misplaced `{'. gnus.texi:2713: Misplaced `}'. ... Output of uname -a SunOS dlsun92 5.6 Generic_105181-29 sun4u sparc SUNW,Ultra-60 Output of ./configure --prefix=/private/narora/local checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/local/bin/install -c checking for makeinfo... makeinfo checking for emacs... emacs checking if emacs is really XEmacs... no checking prefix for your Emacs... /usr/local checking where .elc files should go... $(datadir)/emacs/site-lisp checking where etc files should go... $(lispdir)/../etc checking where the TeXinfo docs should go... $(prefix)/info checking for acceptable URL version... "no" checking for acceptable W3 version... "no" checking for latex... /usr/local/bin/latex checking for available fonts... "no" configure: creating ./config.status config.status: creating Makefile config.status: creating etc/Makefile config.status: creating lisp/Makefile config.status: creating texi/Makefile config.status: creating texi/gnusconfig.tex config.status: creating texi/ps/Makefile