Subject: Re: [boost] Latest Boost.Process ?
From: Jeff Flinn (Jeffrey.Flinn_at_[hidden])
Date: 2012-01-29 18:27:52


Mathias Gaunard wrote:
> 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.

Mathias,

I've updated the out of date source files after a fight with Git. Also
I've updated the doc's motivating example to better reflect the current
code base.

Let me know if I can help you in using the lib further. Let me know what
your usage requirements are and I will try to get any missing pieces to
you in short order.

thanks for your interest,

Jeff