Gnus development mailing list
 help / color / mirror / Atom feed
* compile error on solaris current cvs
@ 2001-09-09  3:10 Harry Putnam
  2001-11-02  4:03 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Harry Putnam @ 2001-09-09  3:10 UTC (permalink / raw)



I'm getting a compile error on Solaris 8 (intel) but not on a linux
machine, when compiling the same cvs of now.

Both are running emacs-21

On the solaris `which make' shows /usr/local/bin/make  which is gnu
make.

Tail of compile:

[...]

make[1]: Leaving directory `/usr/local/gnus/lisp'
cd texi && make EMACS="emacs" all
make[1]: Entering directory `/usr/local/gnus/texi'
if test "xmakeinfo" != "xno" ; then \
  makeinfo -I . -o gnus gnus.texi; \
else \
  emacs -batch -q -no-site-file -l ./infohack.el -f batch-makeinfo gnus.texi; \
fi
Making info file `gnus' from `gnus.texi'.
gnus.texi:5077: itemize requires an argument: the formatter for @item.
makeinfo: Removing output file `gnus' due to errors; use --force to preserve.
make[1]: *** [gnus] Error 2
make[1]: Leaving directory `/usr/local/gnus/texi'
make: *** [info] Error 2

Anyone have a guess?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: compile error on solaris current cvs
  2001-09-09  3:10 compile error on solaris current cvs Harry Putnam
@ 2001-11-02  4:03 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2001-11-02  4:03 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> I'm getting a compile error on Solaris 8 (intel) but not on a linux
> machine, when compiling the same cvs of now.
>
> Both are running emacs-21
>
> On the solaris `which make' shows /usr/local/bin/make  which is gnu
> make.
>
> Tail of compile:
>
> [...]
>
> make[1]: Leaving directory `/usr/local/gnus/lisp'
> cd texi && make EMACS="emacs" all
> make[1]: Entering directory `/usr/local/gnus/texi'
> if test "xmakeinfo" != "xno" ; then \
>   makeinfo -I . -o gnus gnus.texi; \
> else \
>   emacs -batch -q -no-site-file -l ./infohack.el -f batch-makeinfo gnus.texi; \
> fi
> Making info file `gnus' from `gnus.texi'.
> gnus.texi:5077: itemize requires an argument: the formatter for @item.
> makeinfo: Removing output file `gnus' due to errors; use --force to preserve.
> make[1]: *** [gnus] Error 2
> make[1]: Leaving directory `/usr/local/gnus/texi'
> make: *** [info] Error 2
>
> Anyone have a guess?

What is the version of makeinfo?  At least makeinfo (GNU texinfo 3.12)
1.68 on solaris 7 works.

ShengHuo



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-02  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-09  3:10 compile error on solaris current cvs Harry Putnam
2001-11-02  4:03 ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).