On Friday, 24 March 2000, "James Hammons" writes:

> Maybe it wants backslashes, but according to the docs that come with gs
> (Win32 version) it only knows about fonts in the FONTMAP.  I'll have to do
> some investigation into that to see if matters about the backslashes...

Ok.

> > Anything worth sharing/worth of updating our stale .html docs about
> windows?
> 
> I'll check out the docs and let you know if there's anything that needs
> updating.

Ok.

> > Anyway, no editing should be necessary with .jcn3 or .39.
> 
> In a perfect world, this would be true.  Unfortunately:
> 
> C:\Temp\lilypond\Cygnus\usr\lilypond-1.3.39\bin>lilypond wtk1-fugue2.ly
> GNU LilyPond 1.3.39.
> [//C/Temp/lilypond/Cygnus/usr/lilypond-1.3.39/share/lilypond/scm/lily.scmERR
> OR:
> Unbound variable: make-regexp

Arg.  Ok, I was too hasty again: it turns out that the check I made to
see if guile is running windows uses, uses regex itself:

  (define use-regex
    (not (string-match ".*windows.*" (string-downcase (vector-ref (uname) 0)))))

'string-match' uses regex.  But this time (.39) the guile package included
the guile executable.  Could you send me the output of 'uname'?  Do like:

    $ /Cygnus/usr/guile-1.3.4/usr/bin/guile.exe
    guile> (uname)
    #("Linux" "appel" "2.3.39" "#9 Tue Feb 1 19:48:58 CET 2000" "ppc")
    guile> (quit)
    $

(and what OS do you use, 95/98 or NT?)

> I went through lily.scm and could not find any instance of 'make-regexp' (I
> don't know anything about 'scheme', so I'm not sure what's wrong with the
> script).  As for the previous version, '(output-tex-string key)' was still

Nothing wrong.  Regexp is a posix extension to guile, and it turns out that
it is not activated in the guile version I made for window.  I'll have to
figure out why that is: if I get this activated, no regex workarounds will
be needed.

> C:\Temp\lilypond\Cygnus.old\usr\bin>latex wtk1-fugue2.tex
> This is TeX, Version 3.14159 (MiKTeX 1.20e)
> (wtk1-fugue2.tex
> LaTeX2e <1999/06/01> patch level 1
> Babel <v3.6z> and hyphenation patterns for american, french, german,
> ngerman, n
> ohyphenation, loaded.
> (c:\temp\lilypond\cygnus.old\usr\share\lilypond\tex\lilyponddefs.tex
> (c:\temp\lilypond\cygnus.old\usr\share\lilypond\tex\lilypond-latex.tex
> LaTeX definitions)
> (c:\temp\lilypond\cygnus.old\usr\share\lilypond\tex\feta20.tex)
> (c:\temp\lilypond\cygnus.old\usr\share\lilypond\tex\lily-ps-defs.tex)
> [footer empty]
> (c:\temp\lilypond\cygnus.old\usr\share\lilypond\tex\fetdefs.tex)
> )
> 
> ! LaTeX Error: The font size command \normalsize is not defined:
>                there is probably something wrong with the class file.


I don't understand this, we need Windows/tex guru...

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to