> Hi all, > > First, happy new year for all. > Second, I have 2 errors on Lilypond-1.5.28:
For questions on the development series (1.5.x), please use the mailing list [EMAIL PROTECTED] > 1. a classical error kpathsea not found, It seems that you compiler does not look in the directories where the kpathsea include and library files reside. Try the following: - Remove configure.cache - set the environment variable CPPFLAGS = -I/usr/local/include and LDFLAGS = -L/usr/local/lib - Rerun configure and make > 2. python/Python.h not present. This is harmless unless you want to use midi2ly. The problem is probably the same as above, namely that you have the Python include file installed somewhere where gcc doesn't look. /Mats > Here are the reports: > > Thanks for your help. > [EMAIL PROTECTED] > Raoul > > > Usr/local/bin content > ... > /usr/local/bin/kpsepath@ > /usr/local/bin/kpsestat* > /usr/local/bin/kpsetool* > /usr/local/bin/kpsewhich* > /usr/local/bin/kpsexpand@ > > libkpathsea.a is present in /usr/local/lib. > > TeX (Web2C 7.3.1) 3.14159 > kpathsea version 3.3.1 > ====================== > gmake all > # gmake v3.77.1 built on FreeBSD works in place of make. > ... > gmake[1]: Enter in `/usr/local/lily/python' directory > rm -f ./out/midi.dep; DEPENDENCIES_OUTPUT="./out/midi.dep ./out/midi.lo" gcc -c >-DHAVE_CONFIG_H -DSTRING_UTILS_INLINED -Iinclude -I./out -I.././lib/include >-I../lib/./out -I.././flower/include -I../flower/./out -O2 -finline-functions -g >-fpic -fPIC -o out/midi.lo midi.c > midi.c:39: #error Need Python.h > gmake[1]: *** [out/midi.lo] Error 1 > ... > gmake: *** [all] Error 2 > > _______________________________________________ > Lilypond-user mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
