denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] The lilypond build system adopted to build Denemo for


From: Jan Nieuwenhuizen
Subject: Re: [Denemo-devel] The lilypond build system adopted to build Denemo for various OS
Date: Tue, 14 Jul 2009 09:03:50 +0200

On ma, 2009-07-13 at 22:23 +0100, Richard Shann wrote:
> On Mon, 2009-07-13 at 20:54 +0200, Jan Nieuwenhuizen wrote:
> > On ma, 2009-07-13 at 14:16 +0100, Richard Shann wrote:
> > > On Mon, 2009-07-13 at 14:01 +0200, Jan Nieuwenhuizen wrote:
> > > > On ma, 2009-07-13 at 11:34 +0100, Richard Shann wrote:
> > > > > On Sun, 2009-07-12 at 19:47 +0200, Jan Nieuwenhuizen wrote:
> > > > > > On zo, 2009-07-12 at 17:00 +0100, Richard Shann wrote:
> > > > > > > On Sun, 2009-07-12 at 13:19 +0200, Jan Nieuwenhuizen wrote:
> > > > > > > > On zo, 2009-07-12 at 10:08 +0100, Richard Shann wrote:

> > Sure, do
> > 
> >     rm -rf target/
> So I have done this, and then ran make denemo, it stops somewhere
> different. There are warnings about some libraries (flac, ogg....)
> missing... but the final message is about libtool missing.
> Below is the output.

Great.

>  *** Stage: configure (libsndfile, mingw)
> Cannot update libtool: no such
> file: /home/rshann/gub/target/mingw/root/usr/bin/libtool

So, libsndfile depends on tools::libtool.  Hmm, it seems I already
have that, does your gub/specs/libsndfile.py include libtool, ie
look like this? 

from gub import target

class Libsndfile (target.AutoBuild):
    source =
'http://www.mega-nerd.com/libsndfile/libsndfile-1.0.20.tar.gz'
    def _get_build_dependencies (self):
        return ['tools::automake', 'tools::pkg-config', 'libtool']

Please pull otherwise, there may be rebuild-triggering
changes ...

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
AvatarĀ®: http://AvatarAcademy.nl    | http://lilypond.org





reply via email to

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