Hi.
This is the first time I've tried using source trees and it's not working
for me. Just for grins I was trying the Boost Regex library using some
sample code included with the Regex library source. The snippet I am
running has the following as an include: #include <boost/regex.hpp>. So, I
defined a source tree, called "boost" (no imagination) with the value
"/Developer/boost_1_31_0" (which is the top-level boost directory). I
figured when CW ran across the above #include, it would effectively use the
path: "/Developer/boost_1_31_0/boost/regex.hpp". Clearly my understanding
is wrong since this is not occurring. Can someone help lift my veil of
confusion regarding source trees, how/why they're used, and how they fit
into the CW scheme of things?
Thanks 10^6,
Steve.
Miro Jurisic - 22 Jun 2004 23:13 GMT
> This is the first time I've tried using source trees and it's not working
> for me. Just for grins I was trying the Boost Regex library using some
[quoted text clipped - 7 lines]
> confusion regarding source trees, how/why they're used, and how they fit
> into the CW scheme of things?
You need an access path to the project which is relative to that source tree.
meeroh

Signature
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>
Jesper Madsen - 25 Jun 2004 22:29 GMT
My understanding was you need to specify "boost" as
"/Developer/boost_1_31_0/boost/" ??
> > This is the first time I've tried using source trees and it's not working
> > for me. Just for grins I was trying the Boost Regex library using some
[quoted text clipped - 11 lines]
>
> meeroh