Re: [opensource-dev] Boost build/link question.

2010-04-26 Thread Boroondas Gupte
On 04/26/2010 01:24 AM, Nicky Perian wrote: > Using VC90 with boost cmake set for boost version 1_36. > http://pastebin.com/czwKShRV. > During link of secondlife.bin there is a search for a 1_39 boost > library that isn't found. Where would this explicit call for that > library come from? IMO the l

[opensource-dev] Boost build/link question.

2010-04-25 Thread Nicky Perian
Using VC90 with boost cmake set for boost version 1_36. http://pastebin.com/czwKShRV. During link of secondlife.bin there is a search for a 1_39 boost library that isn't found. Where would this explicit call for that library come from? IMO the link should be for 1_36 only as that is what boost.cm