lilypond-user
[Top][All Lists]
Advanced

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

Re: configure problems


From: Mats Bengtsson
Subject: Re: configure problems
Date: Mon, 09 Oct 2006 10:47:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.0.5-0.1.el4 SeaMonkey/1.0.5

In order to be able to understand what causes the problems for you,
could you please send information on what
(`which python` --version || `which python` -V)
and similarly for the other programs where you see the problems.
I also recommend you to follow-up to the lilypond-devel mailing list
which seems more appropriate for these building questions.

  /Mats

Guy Durrieu wrote:
Hello,

I would like to report some problems I get with configure.

For a while I use to build lilypond on a Sun under Solaris. There are
small problems well identified now (in configure : "tail -n 1" refused,
isinf doesn't exist, and so on).

With last versions of lilypond, I get additional problems with configure
evolution:

1) Before 2.8.1 concerning Python, there was

    eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep
'[0-9]\.[0-9]' \
        | head -n 1 \
        | sed -e 's/.*[^-.0-9]\([0-9][0-9]*\.[0-9][.0-9]*\).*/\1/' \
            -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\"

Now there is

    eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep
'[0-9]\.[0-9]' \
        | head -n 1 \
        | tr ' ' '\n' | grep '[0-9]\.[0-9]' | head -n 1 | sed
's/\([0-9.]*\).*/\1/g'\`\"

and that does not work for me (version of python not found), I dont
understand why.

2) With 2.8.7, I got problems for gcc, guile, makeinfo and some others
programs, the version of which is not correctly found. I need to replace
all occurrences of

eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '\(^\|
\)[0-9][0-9]*\.[0-9]' \

by

eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '[0-9]\.[0-9]' \

(this is what I found in the previous versions of configure).

Maybe I am the lone user to compile lilypond on Sun under Solaris, so I
try to solve my problems when I get them, but I would like to indicate
that previous versions of configure (2.8.1) worked better for me than
the last ones, and perhaps better understand why.


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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