[sldev] 1.18.0.6 uses an older version of the Boost library?

Able Whitman able.whitman at gmail.com
Wed Jul 11 18:27:44 PDT 2007


Ahh, okay. I looked at my full diff and there were lots of changes found in
the boost files, but when I took a closer look, it turned out that the diff
was basically noting that large blocks in each file were being replaced with
an identical block (save for the headers). When I re-diffed with the "-w"
option, the only thing I was left with were the version numbers in the
headers. I guess somehow the line endings for my 1.17 files are different
than the ones i have for 1.18, although I'm not sure if this is an artifact
of VC++ 2005, or something else. Thanks, Soft!

On 7/11/07, Soft Linden <soft at lindenlab.com> wrote:
>
> Looking at the changelists internally, the "newer" version was
> actually a reversion to the other version. (A developer had upgraded
> boost, only to find that the Windows upgrade didn't play well with
> Linux and OS X.) I think you're just looking at our own
> programmatically generated headers, which are reporting the base
> version of that file for that merge.
>
> If you do a compare on the full boost directories, try filtering out
> those header lines with grep and see if there's anything left over.
>
>
> On 7/11/07, Able Whitman <able.whitman at gmail.com> wrote:
> > I'm looking at a diff I made between the 1.17.3.0 and the 1.18.0.6source
> > trees, and I'm seeing a bunch of blocks that look like this:
> >
> >  ---
> > slviewer-src-1.17.3.0\linden\/libraries/include/boost/mpl/assert.hpp
> >    2007-07-06 11:46:14.000000000 -0400
> > +++
> > slviewer-src-1.18.0.6\linden\/libraries/include/boost/mpl/assert.hpp
> >    2007-07-11 15:19:50.000000000 -0400
> > @@ -11,8 +11,8 @@
> >  // See http://www.boost.org/libs/mpl for documentation.
> >
> >  // $Source$
> > -// $Date: 2007-03-22 15:03:42 -0700 (Thu, 22 Mar 2007) $
> > -// $Revision: 59599 $
> > +// $Date: 2006-02-24 13:34:57 -0800 (Fri, 24 Feb 2006) $
> > +// $Revision: 45264 $
> >
> >  #include <boost/mpl/not.hpp>
> >  #include <boost/mpl/aux_/value_wknd.hpp>
> >
> > I verified that the revision 45264 files are the ones that came from the
>
> > 1.18.0.6 win32 libraries archive I downloaded. Did 1.18 revert to an
> earlier
> > version of the Boost libraries? Or am I imagining things?
> >
> > --Able
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20070711/a2c13ec0/attachment.htm


More information about the SLDev mailing list