Boost logo

Boost-Build :

From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-09-08 15:51:27


Alexey Pakhunov wrote:
> Andrey Melnikov wrote:
>
>>>>One note: INCLUDE and LIB should be set too because the order of
>>>>directories is important in this case.
>>
>>Why? <include> just adds new folders to the end of search path. Is this
>>bad? How this can cause problems? I don't see differences between
>>INCLUDE and -I
>
>
> All '<include>' are passed through property list which is sorted
> (alphabetically I guess). Sorting breaks order of include directories
> which can be fatal in case of MSVC + MS PSDK configuration.

It is fatal if we add both builtin and external PSDK to the search
paths. But if we add only one SDK it will work.

Andrey

 


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