bug-lilypond
[Top][All Lists]
Advanced

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

Re: configure bug?


From: Geoffrey Lassner
Subject: Re: configure bug?
Date: Thu, 18 Jul 2002 15:16:40 -0600

> Geoffrey Lassner <address@hidden> writes:
> 
> >> > $ CFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./configure
> >> 
> >> > checking for python2.1/Python.h... no
> >> 
> >> Ok, so where *is* your Python.h?  You should try to locate which
> >> package it provides, and where it lives.
> >
> > Here it is:
> >
> > % ls -l /usr/local/include/python2.1/Python.h 
> > -r--r--r--  1 root  wheel  2747 Jul  1 13:59 /usr/local/include/python2.1/P
> ython.h
> >
> > I am not sure why it is not picking it up now that the CFLAGS is set.
> 
> No, me neither.  What does your config.log have to say about this?  It
> simply tries to compile a file that includes <python2.1/Python.h>.
> 
> Ah, I think that I know.  Try setting CPPFLAGS, like so:
> 
>     CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./configure
> 
> (or else even 'CC=cc -I/usr/local/include').  Does that work?
>     
> Jan.

Jan,

        CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./configure

This does work.  Thanks.

Also unrelated to the compile; any idea why I am getting these with 1.4.15?

programming error: Infinity or NaN encountered while converting Real number; 
setting to zero. (Continuing; cross thumbs)

\version "1.3.148"
\include "english.ly"

staffVoiceB = \notes \relative g' { 
        \key c \major
        b8 r b r
        r8 b b b
        \break
        r8 b4 r8
        b4. b8
        \break
        b4 b8 b
        b8 b r b
        \break
        r8 b4()b8
        b4 r8 b
        \break
        b8 b4.
        b8 r b4
        \break
        r8 b b r 
        b4()b4
        \break
        b8 r r b
        r8 b r b
        \break
        r4 b8 b
        b8()b4 b8
        \break
        b8 b b b
        r8 b b r
        \break
        R2
        b8 r r4
        \break
        b8 b()b4
        b8()b b r
        \break
}

\score {
        \context Staff \notes < 
                \time 2/4
                \staffVoiceB
        >
}


Thanks for all your assistance,
Geoffrey



reply via email to

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