From: fred Date: Wed, 27 Mar 2002 01:18:09 +0000 (+0000) Subject: lilypond-1.3.152 X-Git-Tag: release/1.5.59~658 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c37e0c6b101c76fe45e4d3b95bd5900fb8b57bd2;p=lilypond.git lilypond-1.3.152 --- diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 9ef6f3c315..55b9632acc 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -196,7 +196,7 @@ by issuing @end example -Building the website requires some additional tools: +Building the website requires some additional tools: @itemize @bullet @item xpmtoppm (from the netpbm package: the Portable Bitmap Utilities). @@ -219,6 +219,12 @@ man2html can be had from @uref{http://askdonald.ask.uni-karlsruhe.de/hppd/hpux/N The website will build without bib converter utility, but you will not see our hypertextified bibliography. +@item texinfo (a development release) +The documentation will build with texinfo-4.0, but if you want split +html pages, you're best off using the lates pretest version from +@uref{ftp://texinfo.org/texinfo/pretests/texinfo-4.0b.tar.gz, +texinfo-4.0b} or +@uref{ftp://alpha.gnu.org/gnu/texinfo-4.0b.tar.gz,texinfo-4.0b} @end itemize @section Building LilyPond @@ -334,6 +340,12 @@ You must have the following packages: guile tcsh tetex te_latex te_kpath te_mpost libpng python gpp libgpp gettext autoconf netpbm libnetpb gs_serv gs_lib gs_fonts guile +@subsection Slackware + +Problems have been reported with Slackware 7.0; apparently, it ships +with a faulty compiler. Do not compile LilyPond with -O2 on this +platform. + @subsection Mandrake [TODO] @@ -347,6 +359,26 @@ apt-get as root: apt-get install lilypond1.3 @end example + +Debian's tex installation is a bit short on memory, you may want to +increase it like this: +@example +--- /etc/texmf/texmf.cnf.dpkg Sun Jan 28 14:12:14 2001 ++++ /etc/texmf/texmf.cnf Fri Apr 27 11:09:35 2001 +@@ -384,8 +384,8 @@ + main_memory.context = 1500000 + main_memory.mpost = 1000000 + main_memory = 263000 % words of inimemory available; also applies to inimf&mp +-extra_mem_top = 0 % extra high memory for chars, tokens, etc. +-extra_mem_bot = 0 % extra low memory for boxes, glue, breakpoints, etc. ++extra_mem_top = 100000 % extra high memory for chars, tokens, etc. ++extra_mem_bot = 100000 % extra low memory for boxes, glue, breakpoints, etc. + + obj_tab_size.context = 256000 + + +@end example + Alternatively, visit @itemize @bullet diff --git a/lily/translator-group.cc b/lily/translator-group.cc index 6bda7b9030..33fa92d9cd 100644 --- a/lily/translator-group.cc +++ b/lily/translator-group.cc @@ -411,7 +411,7 @@ type_check_assignment (SCM val, SCM sym, SCM type_symbol) if (type_p != SCM_EOL && !gh_procedure_p (type_p)) { - warning (_f ("Can't find property type-check for `%s'. Perhaps you made a typing error?", + warning (_f ("Can't find property type-check for `%s'. Perhaps you made a typing error? Doing assignment anyway.", ly_symbol2string (sym).ch_C ())); } else