bug-lilypond
[Top][All Lists]
Advanced

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

building under mdk 9.0 (beta 1) saga


From: Carlo Salinari
Subject: building under mdk 9.0 (beta 1) saga
Date: 10 Aug 2002 13:02:43 +0200

On Fri, 2002-08-09 at 12:13, Han-Wen Nienhuys wrote:

> > then tried:
> > 
> > $ make distclean
> > $ ./lexer-gcc-3.1.sh  # btw: isn't the EOF message a bit recursive?
>
> ?
> 
> Copying and fixing /usr/include/FlexLexer.h... done
> Generating and fixing /usr/include/FlexLexer.h... done

That was exactly the point, indeed.

I've just realized that I should have run lexer-gcc-3.1.sh twice, the 
first time to let autogen find FlexLexer.h in place, the second time to
allow it to fix the newly generated GNUmakefile.

Am I right on this?

Another doubt: is the cvs tree supposed to be always in
compilable-state? I was assuming that, but maybe it just isn't.

This is my current (baroque) path to have make start its job from a
freshly installed lily source-tree:

$ ./lexer-gcc-3.1.sh
$ # add CPPFLAGS=-I`pwd`/lily/out to aclocals.m4 (courtesy of Jan)
$ ./autogen.sh
$ ./lexer-gcc-3.1.sh    # again
$ rm -f config.cache
$ ./configure
$ touch config.h        # this is my favorite
$ make all

Now, as I see the word "newbie" forming on the lips of you all, I can
assure this is certainly due to a subliminal influence I've nothing to
share with... :-)


ciao,
        Carlo





reply via email to

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