Søndag 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.
> 
> 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!

I looked for "*.rej", and found this one (make/Targets.make.rej):

: ***************
: *** 29,40 ****
:   
:   # dependency list of library:
:   #
: - $(LIBRARY):  $(OFILES)
:       $(AR_COMMAND) $(OFILES)
:       $(AR) ts $@             #silly irix
:       $(RANLIB_COMMAND)
:   
: - $(SHAREDLIBRARY):   $(OFILES) $(MODULE_LIBDEPS)
:       $(LD_COMMAND) $(OFILES) -o $@.$(VERSION)
:       rm -f $@
:       ln -sf $(outdir)/$(LIB_PREFIX)$(NAME).so.$(VERSION) $@.$(MAJOR_VERSION)
: --- 31,42 ----
:   
:   # dependency list of library:
:   #
: + $(LIBRARY): $(configheader) $(OFILES)
:       $(AR_COMMAND) $(OFILES)
:       $(AR) ts $@             #silly irix
:       $(RANLIB_COMMAND)
:   
: + $(SHAREDLIBRARY):  $(configheader) $(OFILES) $(MODULE_LIBDEPS)
:       $(LD_COMMAND) $(OFILES) -o $@.$(VERSION)
:       rm -f $@
:       ln -sf $(outdir)/$(LIB_PREFIX)$(NAME).so.$(VERSION) $@.$(MAJOR_VERSION)

Well, I handmade the patch (silly irix), and tried to configure and
make.

And here is the result from the Norwegian jury:

: mtf23# ./configure --enable-tex-prefix=/usr/lib/texmf
: creating cache ./config.cache
: checking host system type... i686-pc-linux-gnulibc1
: checking for bison... bison -y
: checking for c++... c++
: checking whether the C++ compiler (c++  -g ) works... yes
: checking whether the C++ compiler (c++  -g ) is a cross-compiler... no
: checking whether we are using GNU C++... yes
: checking whether c++ accepts -g... yes
: checking for ranlib... ranlib
: checking for a BSD compatible install... /usr/bin/install -c
: checking for tar... tar
: checking for find... find
: checking for 8-bit clean memcmp... yes
: checking for vprintf... yes
: checking for memmem... yes
: checking for snprintf... yes
: checking for bison... bison
: checking for flex... flex
: checking for make... make
: checking for perl... /usr/bin/perl
: checking for python... /usr/bin/python
: checking for pod2html... pod2html
: checking for pod2man... pod2man
: checking MF input directory... /usr/lib/texmf/fonts/source
: checking TeX input directory... /usr/lib/texmf/tex
: checking how to run the C++ preprocessor... c++ -E
: checking for FlexLexer.h... yes
: updating cache ./config.cache
: creating ./config.status
: creating config.make
: creating config.hh
: mtf23# make all
: set -e; for i in bin flower lib lily mf mi2mu debian Documentation init input tex 
:make mutopia test; do make --no-builtin-rules -C $i all; done
: make[1]: Entering directory `/home/var/lib/lilypond-0.1.58/bin'
: sed 's!@PERL@!/usr/bin/perl!' < convert-mudela.pl > out-@CONFIGSUFFIX@/convert-mudela
: /bin/sh: out-@CONFIGSUFFIX@/convert-mudela: No such file or directory
: make[1]: *** [out-@CONFIGSUFFIX@/convert-mudela] Error 1
: make[1]: Leaving directory `/home/var/lib/lilypond-0.1.58/bin'
: make: *** [all] Error 2

I could not find any convert-mudela anywhere.

> (PS.  Jan Arne, please integrate my mods of ly2dvi? )

OK, fair enough. (But my way! :-)

-- 
       Jan Arne Fagertun <[EMAIL PROTECTED]>
http://www.termo.unit.no/mtf/people/janaf/          Phone: +47 73533036
NTNU => NT, Not Unix... http://www.nvg.ntnu.no/ntnu/ - better use Linux

Reply via email to