Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-09-05 10:16:56


[2002-09-04] Rene Rivera wrote:
>[2002-09-04] Patrick Frants wrote:
>Taking alook at it now...

Well after looking at it I'm not sure what your problem is. Duplicating the
example on my machine, with a minor change, seems to work for me. I get the
"-I ../IncludeDir" in the build commands. The minor change is that instead
of "<include>$(SUBDIR)IncludeDir" it should be
"<include>$(SUBDIR)/IncludeDir", but both ways worked for me also.

Could you try and putting in this... in your Jamfiles to see what's going
on...

ECHO -- "$(SUBDIR)" -- ;

If that ever prints out: "-- --", then that means the SUBDIR is getting set
to empty, which would cause problems. For me in the project root it prints
"-- . --" and in the subdir "-- .. --".

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]

 


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