lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 errors in compile


From: Mats Bengtsson
Subject: Re: 2 errors in compile
Date: Fri, 04 Jan 2002 16:41:06 +0100

> 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 address@hidden

> 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.
>       address@hidden
>       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
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]