]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.152
authorfred <fred>
Wed, 27 Mar 2002 01:18:09 +0000 (01:18 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:18:09 +0000 (01:18 +0000)
Documentation/topdocs/INSTALL.texi
lily/translator-group.cc

index 9ef6f3c315448a9998c89df7e63bf69c282492e2..55b9632acc602facf62d7a1097a0946294fd28cd 100644 (file)
@@ -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
index 6bda7b9030505e1e86c4b31c3a5853cdaaf3f4e3..33fa92d9cd1b93ea70fcc3829a99b16be220dffd 100644 (file)
@@ -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