On Sunday, 26 April 1998, Jan Arne Fagertun writes:
> S=F8ndag den 26. april 1998 skrev Wendy:
>
> > Hello fans,
>
> Hello boss.
>
> > Proud to announce Lilypond 0.1.59. Some hacking in the matrix classes
> > made it a lot faster.
> >=20
> > Share and enjoy.
>
> Hrmmmf - I am still not able to compile it. Even less than before.
>
> This time I fetched only the patch, and patched an unconfigured and
> uncompiled version 0.1.58 (remember I couldn't compile that either?).
> Did you junk the tarfiles? Oh no!
There were fixes to the make system; this usually means Makefiles and
configure.in; you should run 'autoconf'. In general, patches don't
include automatically generated files.
I'll add an entry to the faq.
> I looked for "*.rej", and found this one (make/Targets.make.rej):
This seems to be a silly broken dependency fix. It's not crucial.
Greetings,
Jan.
ps: you'll find that you'll have to create some out-dirs:
Documentation/man/out
input/bugs/out
input/test/out
and have to apply this patch (again):
--- /home/fred/tmp/lelie/lilypond-0.1.59/lily/bezier.cc Mon Apr 27 08:50:25 1998
+++ lily/bezier.cc Mon Apr 27 09:07:25 1998
@@ -101,7 +101,7 @@
Offset z1 = curve_[i-1];
Offset z2 = curve_[i];
Real multiplier = (x - z2.x ()) / (z1.x () - z2.x ());
- Real y = z1.y () * multiplier + (1.0 - multiplier) z2.y();
+ Real y = z1.y () * multiplier + (1.0 - multiplier) * z2.y();
return y;
}
(Hmm, i'd better put a tar up now).
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | LilyPond - The GNU music typesetter
http://www.digicash.com/~jan | http://www.cs.ruu.nl/people/hanwen/lilypond