
23 Jan
2012
23 Jan
'12
1:13 p.m.
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. Jeff