Dear authors and maintainers of fantastic lilypond!

I have been compiling lilypond 1.4.12 on my Slackware 8.0 box, well trying to...
TeX, LaTeX, kpathsea are installed by the default Slackware setup.

Before ./configure I had to
export LDFLAGS=-L/usr/share/texmf/lib
export CXXFLAGS=-I/usr/share/texmf/include
Whithout this configure would complain about nonexistant kpathsea.
You might want to include this into your webpage, for other Slack users...

A compile problem dos inhibit a successful installatin:
kpse_afm_format and kpse_tfm_forma from lily/kpath.cc do stop make, though. These are 
the last lines of "make all":

|>>$ cp -p ../VERSION out/VERSION
|>>$ /usr/bin/python .././stepmake/bin/make-version.py out/VERSION > out/version.hh
|>>$ c++ -c  -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED -Iinclude -I./out 
|-I.././lib/include -I../lib/./out -I.././flower/include -I../flower/./out 
|-I../flower/include -O2 -finline-functions -g     -I/usr/share/texmf/include -O2 
|-finline-functions -g   -DSTRING_UTILS_INLINED -I/usr/include -Wall  -W 
|-Wmissing-prototypes -Wconversion  -o out/kpath.o kpath.cc
|>>$ kpath.cc: In function `char * ly_find_afm(const char *)':
|>>$ kpath.cc:35: `kpse_afm_format' undeclared (first use this function)
|>>$ kpath.cc:35: (Each undeclared identifier is reported only once
|>>$ kpath.cc:35: for each function it appears in.)
|>>$ kpath.cc:35: implicit declaration of function `int kpse_find_file(...)'
|>>$ kpath.cc:38: warning: control reaches end of non-void function `ly_find_afm(const 
|char *)'
|>>$ kpath.cc: In function `class String ly_find_tfm(const char *)':
|>>$ kpath.cc:49: `kpse_tfm_format' undeclared (first use this function)
|>>$ kpath.cc: In function `void ly_init_kpath(char *)':
|>>$ kpath.cc:60: warning: unused parameter `char * av0'
|>>$ make[1]: *** [out/kpath.o] Error 1
|>>$ make[1]: Leaving directory `/tmp/lilypond-1.4.12/lily'
|>>$ make: *** [all] Error 2

Neither doe it work when configuring like this:
./configure --without-kpathsea 
--enable-tfm-path=/usr/share/texmf/fonts/tfm/public/cm/:/usr/share/texmf/fonts/tfm/ams/symbols


Program versions I use are: 
        gcc version 2.95.3 20010315 (release)
        GNU Make version 3.79.1
        TeX (Web2C 7.3.1) 3.14159
        kpathsea version 3.3.1
        Guile 1.4
        Python 2.0.1
        flex version 2.5.4
        GNU Bison version 1.28

Would be glad if you could help me!
Really great work you've done, really!!

Yours

Michael Jelden

[EMAIL PROTECTED]
[EMAIL PROTECTED]

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to