Boost logo

Boost-Build :

Subject: Re: [Boost-build] Unable to find file or target error
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-11-15 14:23:40


On Sunday 15 November 2009 22:16:31 Steven Watanabe wrote:

> AMDG
>
> Emil Dotchevski wrote:
> > On Sun, Nov 15, 2009 at 8:02 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> >
> >> How is re/gl defined? If you just have
> >> project /re/gl ; in its Jamfile, then it won't
> >> be found unless the Jamfile is loaded.
> >>
> >> Does it help if you have:
> >>
> >> use-project /re/gl : path/to/directory ;
> >>
> >
> > Hm, that worked, thanks. However, I already have
> >
> > use-project /re : dev/re ;
> >
> > in my Jamroot, but I understand why this additional use-project is
> > needed. What I don't understand is why it isn't needed for /re/maya,
> > which is a sibling of /re/gl and uses an identical setup AFAICS.
> >
>
> I have no idea, unless the Jamfile in dev/re has
> a use-project for /re/maya

Or the Jamfile in /re/maya is loaded in some other way -- e.g. there's
a reference to a target there that uses relative path, as opposed to project
id.

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk