Hi,
I have run into some bugs into one of the boost components that I am using. After analyzing the problem a bit, I've found that I was not the only one, and the author had already issued a fix that is available in the boost SVN trunk.
What would be the best approach if I wanted to update just this component and reuse the libraries that are already built? The component is not header only.
- Compiler: MSVC 9 with SP1, TR1
- OS: Vista
- Boost: 1.39 from BoostPro computing
- buggy component: Boost Wave
- bug: race conditions. The bug was fixed in may this year, but they haven't included it in any release as far as I can tell.
What I did so far:
- svn checkout of the wave subdir
- replaced local subdir
- now I'm looking for a way to specify that I want to build just wave
I'm a bit weary of rebuilding the entire boost lib. I don't know if trunk is production-ready right now.