Boost logo

Boost-Build :

From: Wieger Wesselink (wieger_at_[hidden])
Date: 2004-10-21 05:11:15


> Looks strange. And simply naming a target "quote" does not trigger
the problem
> for me. Can you send me a complete testcase?

Oops, now I realise now what is going on. My jamfile looks like this:

project formula
: requirements
<include>../boost
<include>..
;

exe quote : quote.cpp : : ;

stage bin-stage
: quote
: <location>.
;

In my project directory I also have a subdirectory called quote that I
had completely forgotten about. It seems that first the quote.exe in
this directory is created, and then it is overwritten by the quote.exe
from the project in the subdirectory quote. Still this is quite
unexpected behavior to me, but may be this is intentional? Sorry for
the inconvenience.

Regards,

Wieger

 


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