Subject: Re: [boost] Latest Boost.Process ?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-01-23 10:16:21


On 01/23/2012 02:13 PM, Jeff Flinn wrote:
> Mathias Gaunard wrote:
>> I wanted to use Boost.Process, and the latest I could fine is from
>> June at <https://github.com/JeffFlinn/boost-process>.
>>
>> Including the main file is enough to get lots of errors, and after
>> fixing them (and there are quite a lot), it appears the functions from
>> the documentation are not there (stdout_to etc.)
>>
>> Is there any recent usable version somewhere?
>
> I'll check later today to see what's out of date code wise. Yes the docs
> are not up to date at all. What boost version/platform are you building
> for? I've been using it with boost version 1.44/1.47 with msvc 8, and
> gcc 4.2 with xcode 3.2.6.

Trunk, but the errors I got were unrelated to the rest of Boost.

The code was just plainly wrong, as if some refactoring was done on the
windows files but not on the posix ones.